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
I have noticed that the data on the chart gets stacked on top of each other when the browser windows changes size.
For example, the full width is this:
When I put in mobile mode, it becomes this:
Would there be any fix or guidelines on how to fix it?
Thank you!
The text was updated successfully, but these errors were encountered:
Same here. However, i managed to fix it by forcing another re-render. @henkvhest@pedrohbtp In my case, it seems that width of the graph area is not calculated well which is corrected by making it do it again with the same set of data.
Great work on the project!
I have noticed that the data on the chart gets stacked on top of each other when the browser windows changes size.
![image](https://user-images.githubusercontent.com/3597229/38500150-f026baf6-3bdf-11e8-9211-29420ee02429.png)
For example, the full width is this:
When I put in mobile mode, it becomes this:
![image](https://user-images.githubusercontent.com/3597229/38500184-10190346-3be0-11e8-88b5-a77af643758f.png)
Would there be any fix or guidelines on how to fix it?
Thank you!
The text was updated successfully, but these errors were encountered: