highcharts-rails icon indicating copy to clipboard operation
highcharts-rails copied to clipboard

Styled Mode

Open oscarsidebo opened this issue 7 years ago • 1 comments
trafficstars

I might be an idiot here but how do I use styled mode? Does it have to be activated somehow?

oscarsidebo avatar Jul 29 '18 02:07 oscarsidebo

Hi

You might not be the idiot, it might very well be me. I've actually never used a theme with Highcharts, either via highcharts-rails or just plain Highcharts.

From what I can see, you should just need to include the theme you want in your javascript file, for example //= require highcharts/themes/dark-green and it should automatically apply the dark-green theme to all your charts.

PerfectlyNormal avatar Aug 11 '18 20:08 PerfectlyNormal