Draw border for bar so that it doesn't increase width of bar
When a border is added to bar/column charts, the border goes X pixels around the bar. This causes the bar to overlap over the axis lines and possibly other bars. See this JSFiddle example:
http://jsfiddle.net/aaewong/6kmu11md/5/
It would be nice if it could look more like this instead:
http://jsfiddle.net/izothep/0ubmw73z/7/
1
vote
Anonymous
shared this idea
Simple plugin for you: http://jsfiddle.net/6kmu11md/7/
-
One side-effect will be double borders in stacks: http://jsfiddle.net/highcharts/0ubmw73z/8/
-
Paweł Fus commented
Simple plugin for you: http://jsfiddle.net/6kmu11md/7/