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
{{ message }}
This repository has been archived by the owner on Jul 29, 2020. It is now read-only.
I'm looking at the angular 1 version, and notice the scale labels for the Time Series charts are misleading. Part of this issue has to do with how the canvas charts (smoothie charts) are not responsive in their current iteration. While the scale labels are outside of the canvas and responsive, the canvas chart is not responsive, so it is hard to determine what values one is actually looking at when you start playing with the browser window width.
In contrast, the Frequency chart (chart.js charts) do not have a problem with the scale labels, since they are part of the canvas.
The text was updated successfully, but these errors were encountered:
# for freeto subscribe to this conversation on GitHub.
Already have an account?
#.
Really cool piece of work.
I'm looking at the angular 1 version, and notice the scale labels for the Time Series charts are misleading. Part of this issue has to do with how the canvas charts (smoothie charts) are not responsive in their current iteration. While the scale labels are outside of the canvas and responsive, the canvas chart is not responsive, so it is hard to determine what values one is actually looking at when you start playing with the browser window width.
In contrast, the Frequency chart (chart.js charts) do not have a problem with the scale labels, since they are part of the canvas.
The text was updated successfully, but these errors were encountered: