Hello all,
Im quite new to graphs, but have managed to get data in, but I've been requested for the graph to show full width depending on a user input start and end date. Ive managed to show this with the full width by adding blank records between real data, but its showing values on the graph even though the value is NullIdentifier or 0...
I was wondering if anyone had a possible solution for removing the points on the graph if they are 0, but maintaining the width and position of the real data...
Here is my graph as it stands, I just want the green dots that are 0 to be hidden
There are no "blank records", every DataPoint is, well, a data point. I'm not too versed in the new chart stuff, but there's bound to be a Highcharts option to set the chart's x-axis range, that can also be set somewhere in the chart's properties?
Thanks Kilian, i thought as much... for now I have just made the data points transparent, which works for now