jsfiddle - Highcharts basic bar graphs. How to remove strokewith from the bars -
while using demo highchart (from highcharts.com). more specific basic bar chart, grey theme. in 1 http://www.highcharts.com/demo/bar-basic/gray
the bars on graph in grey theme have white line around them want remove. found in javascript strokewith=1 make them appear. can't find way set 0 since in library highcharts. how can access strokewith=1 locally ?
best regards iceland :)
this handled borderwidth property. recommend checking out documentation on api. set borderwidth: 0 result.
Comments
Post a Comment