In this screenshot, a line is drawn between two non-adjacent points because there is no data for the axis points in between. However, this line conveys a false trend. It is more accurate to trace the line through zeros for the in-between points.
I'm not sure if there as an ECharts setting to handle this automatically, or if we would have to generate rows of data for all the zeros. If the latter, we should consider making that standard GSQL behavior, independent of the charts.
In this screenshot, a line is drawn between two non-adjacent points because there is no data for the axis points in between. However, this line conveys a false trend. It is more accurate to trace the line through zeros for the in-between points.
I'm not sure if there as an ECharts setting to handle this automatically, or if we would have to generate rows of data for all the zeros. If the latter, we should consider making that standard GSQL behavior, independent of the charts.