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

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -