After solving this problem:
Dojo + Highcharts. The X Axis is not alligned when setCategories() is executed
I get a related error when I add the next code:
chart : {
renderTo : 'comsPerPeriodOfComType',
type : 'column',
height : 200,
**showAxes : true**
}
http://jsfiddle.net/ikercrg/SSmtN/2/
Is this a bug? Can it be solved?