Hiding chart X axis labels where value is null
Posted: Mon May 15, 2017 10:36 pm
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!
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!