如何将旗帜放置在具有双轴的Highchart上?
我试了一堆东西,但我不能让它渲染...
标志:http://www.highcharts.com/stock/demo/flags-placement
双轴:http://www.highcharts.com/demo/combo-dual-axes
发布于 2013-04-17 16:34:12
是的,这是可能的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'
}https://stackoverflow.com/questions/16047015
复制相似问题