1

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?

4

1 回答 1

1

使用 Dojo 适配器,我还没有找到任何解决方案,但我替换了这个:

<script type="text/javascript"
src="http://www.dojotoolkit-fr.org/wp-content/uploads/dojo-adapter.js"></script>

为了这:

<script src="http://code.highcharts.com/adapters/standalone-framework.js"></script>

现在一切正常。

见 --> http://www.highcharts.com/component/content/article/2-news/58-highcharts-standalone-framework

于 2013-09-03T10:35:07.540 回答