You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is for version 1.8 which is the version in the working example.
I am making a line chart with markers and I want it to work exactly like this, Working Example. When you click on 1m it takes you to the last day and it won't let you go any further and this codepen works perfectly.
The bug is when you add mode: "markers" or mode: "lines+markers" so the line has markers it will add additional dates at the end so when you click 1m it takes you way past your data. It should work just like the example above and not like this, Example with bug.
The text was updated successfully, but these errors were encountered:
This is for version 1.8 which is the version in the working example.
I am making a line chart with markers and I want it to work exactly like this,
Working Example. When you click on 1m it takes you to the last day and it won't let you go any further and this codepen works perfectly.
The bug is when you add mode: "markers" or mode: "lines+markers" so the line has markers it will add additional dates at the end so when you click 1m it takes you way past your data. It should work just like the example above and not like this, Example with bug.
The text was updated successfully, but these errors were encountered: