Page 1 of 1

Hiding chart X axis labels where value is null

Posted: Mon May 15, 2017 10:36 pm
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!

Re: Hiding chart X axis labels where value is null

Posted: Wed May 17, 2017 11:08 am
by HighAley
Hello.

Did you try to use Filter to remove empty values?

Thank you.