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!
Hiding chart X axis labels where value is null
Re: Hiding chart X axis labels where value is null
Hello.
Did you try to use Filter to remove empty values?
Thank you.
Did you try to use Filter to remove empty values?
Thank you.