I can no longer see the X-Axis dates on my line chart -- is this a CDN sync issue? #3079
-
I created a line chart with the X-axis set to a type of 'datetime' a few weeks ago. Everything was working nicely until the 3.34.0 npm package update was published. Since then, I am unable to see the dates on the X-axis. My colleagues are all experiencing the same issue. We have taken several troubleshooting steps to ensure that the issue is not stemming from the code, and I can say with 99% certainty that it is not a code or css issue. In addition, nothing changed in the code from the time the graph was working properly to when we suddenly couldn't see the X-axis dates anymore. I have triple checked to make sure that I am providing the chart with properly formatted "date" data, and have tried just hard-coding in some dates in case the issue related to the data...but still no luck, so it is unclear why it's suddenly not displaying. Is it possible this is a CDN-sync issue or a bug? Please see below for screenshot and relevant code.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
This was a regression bug that was introduced by a community PR. This has been fixed and a new release has just been published. |
Beta Was this translation helpful? Give feedback.
This was a regression bug that was introduced by a community PR. This has been fixed and a new release has just been published.