Highchart - Min max和Mean chart

时间:2014-06-17 06:44:22

标签: highcharts highstock

enter image description here

如上图所示,是否可以在高图中创建最小值和平均值?我试过OHLC,但不一样。如果我们可以自定义,请告诉我?

1 个答案:

答案 0 :(得分:1)

尝试使用带有适应数据的boxplot:

http://jsfiddle.net/G54B6/1/

series: [{
        name: 'Observations',
        data: [
            [760, 801, 801, 801, 965],
        ],
        tooltip: {
            headerFormat: '<em>Experiment No {point.key}</em><br/>'
        }
    }]