javascript - Making Highcharts.js charts look good on mobile and desktop -
I am thinking that a person has made a responsive design by using High Churches to make their chart good on both mobile and desktop Has successfully implemented
By default, when you change the size of the browser screen, the upper chunks again scale, the X-axis tick marks are soaked in text and bar graphs, and very thin (very compressed). . To get an idea of what I mean, you can change the size of the browser and go to it.
I think that these issues could possibly reduce the amount of data points to say 1/3 of the original number, though I am thinking how this program will be used to apply the hichchart's API. If it does not look like a good idea, then I am interested in other ideas or solutions, people may be using HighTech on mobile (or perhaps different Js charting libraries where multi-device solutions are easy to implement Ho. ?).
The solution seems rather simple
simply do not give a fixed width of the graph , That is, do not set the width or set width: 100%
and, unlike the demo, the bar chart width and the width of the bar decreased as the width of the browser decreases.