Reputation: 685
I want to make a seperate css file for all type of attributes like title colors, font size, font family, column colors, stack colors, pie colors. So no need to change these css in all pages, just change in css file and it will apply to all charts in all pages. Any solution for this.
Upvotes: 1
Views: 142
Reputation: 3760
You can create your own Highcharts theme and apply it to all of your charts.
http://www.highcharts.com/docs/chart-design-and-style/themes
Upvotes: 2