go-chart
go-chart copied to clipboard
Empty values in TimeSeries
Hi,
Thanks for a great graph lib! Not really an issue, just something I've been unable to find. When drawing a TimeSeries, missing time/value pairs are drawn as straight lines from the previous and the next known data. So for example say I have value 5 on Monday, missing Tuesday and Wednesday and value 10 on Thursday it will draw a line between 5 and 10 for those missing days. Is there a way to disable this and just have it not draw anything when data is missing?
Thank you!