javascript - Categories overlaps when export the chart -
i have chart: http://jsfiddle.net/pldeq/10/
exporting: { enabled: true, exportbutton: { enabled: true }, buttons: { custombutton: { symbol: 'url(http://cdn1.iconfinder.com/data/icons/fatcow/16/chart_bar.png)', onclick: function() { setchartcolumn([name,name2], categories, [data,data2], ['column','column']); } } } } in jsfiddle chart exports correctly in project looks this: 
what problem? i'm using same scripts.
i use solution , work:
<meta http-equiv="x-ua-compatible" content="ie=8" />
Comments
Post a Comment