jquery - How to change highcharts bars width individually -
i'm trying plot bar graph using highcharts. far good, want have bars different widths based on category.
i have 2 categories, "cat a" , "cat b". normal behavior them plotted identically, want cat b thinner cat a.
i've been going through documentation , tried linewidth, seems work line graphs. maybe can done programmatically? played around object in chrome's console haven't found useful property/method..
this have far. help/tips/links appreciated! , thank in advance
p.s.: ride of first grid line on left, next x-values labels... i've done it, can't remember how
i found solution problem. linewidth trick. based on this post can specify specific widths each series. combined little aritmetic can produce different widths bar charts.
i updated example, see here. feels bit "hacky" use case enough.
Comments
Post a Comment