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: enter image description here

what problem? i'm using same scripts.

i use solution , work:

<meta http-equiv="x-ua-compatible" content="ie=8" /> 

Comments

Popular posts from this blog

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -