0

如何在具有双轴的 Highchart 上放置标志?

我已经尝试了很多东西,但我无法让它渲染......

标志:http ://www.highcharts.com/stock/demo/flags-placement

双轴:http ://www.highcharts.com/demo/combo-dual-axes

4

1 回答 1

2

Yes it is possible http://jsfiddle.net/MGzjk/

 {
            type: 'flags',
            name: 'Flags on axis',
            data: [{
                x: Date.UTC(2011, 2, 1),
                title: 'On axis'
            }, {
                x: Date.UTC(2011, 3, 1),
                title: 'On axis'
            }],
            shape: 'squarepin'
        }
于 2013-04-17T08:34:12.360 回答