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
Hi, I'm making a real time data chart and I need some help.
I'd like to make a chart that only shows a certain number of data points at a time (for example, 20). When it hits 20 data points, I would like to scroll it to see past data.
Actual Behavior
It fits my line chart to fill all the width available. If it has 3 points, it stretches it out and if it has 50 points, it squeezes them.
This is what happens: http://prntscr.com/nw3gum http://prntscr.com/nw3h3t
Expected Behavior
Hi, I'm making a real time data chart and I need some help.
I'd like to make a chart that only shows a certain number of data points at a time (for example, 20). When it hits 20 data points, I would like to scroll it to see past data.
Actual Behavior
It fits my line chart to fill all the width available. If it has 3 points, it stretches it out and if it has 50 points, it squeezes them.
This is what happens:
http://prntscr.com/nw3gum
http://prntscr.com/nw3h3t
This is the code I have:
Environment
The text was updated successfully, but these errors were encountered: