michelson / lazy_high_charts

Make highcharts a la ruby , works in rails 5.X / 4.X / 3.X, and other ruby web frameworks

Home Page:http://www.suipit.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Changing name on some columns

uros93 opened this issue · comments

commented

Is there a way to change a name on certain columns in bar chart? ex. can i have columns 3,4,5 have different name than others?

sure, use xAxis: categories: , example at http://www.highcharts.com/demo/column-basic

cheers