There seems to be an update earlier this week where line charts seem to no longer be connecting the dots. I'm using a smoothed line chart here and the dots used to be connected, but are no longer. There is no option under the chart properties for changing how missing data points are configured. Interestingly... different people in our organization have started to see this behavior at different times, which makes me think it's a client-side (javascript) change that has rolled out gradually.
Solved! Go to Solution.
I was able to find a solution. The regression appears to be further related to the fact that my X axis is a floating point number (it was tenths of hours). When I truncated the division of hours to 4 decimal places, the visualization started behaving again. This leads me to think that there's some change in number handling (perhaps in key generation or sorting of x values) in the javascript visualization code that was messing things up. I was able to replicate my issue with a bigquery public data set, then also fix it using truncation.
User | Count |
---|---|
2 | |
1 | |
1 | |
1 | |
1 |