22
Views
2
Comments
Removing certain points on a line chart
Application Type
Reactive

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

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

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?

2024-04-03 15-32-55
Maxwell Mckinnon

Thanks Kilian, i thought as much... for now I have just made the data points transparent, which works for now

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.