Hiding chart X axis labels where value is null

Stimulsoft Reports.JS discussion
Post Reply
systemzax
Posts: 1
Joined: Mon May 15, 2017 10:00 pm

Hiding chart X axis labels where value is null

Post by systemzax »

Hi,

I need to have a chart in my report that shows data on a log scale. I am using the JS report designer.

The chart is plotting the data as expected, however, I need to be able to hide any X axis label where a value is not present.

Unfortunately, as I do not know in advance the values which will be empty, nor can I rely on the index or on a fixed size of values, I cannot use a static "List of arguments" parameter or the step parameter.

Any idea on how to do this?

Thanks!
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Hiding chart X axis labels where value is null

Post by HighAley »

Hello.

Did you try to use Filter to remove empty values?

Thank you.
Post Reply