Separate CSS from JS code
Graphical render is created by JavaScript. Could JS use CSS instructions instead?
3
votes
Nicolas
shared this idea
Many of the Highcharts elements have class names, like .highcharts-series, .highcharts-title etc. The problem is that two sets of CSS must be maintained, one for SVG and one for VML/SVG. Another problem is that by experience, it is easier for users to have only one set of configuration syntax to keep track of. In the current solution, some CSS is applied inside the configuration tree.