如何使用Highcharts

时间:2018-03-20 04:28:38

标签: highcharts datatable

这是我提到http://jsfiddle.net/mm484L57/

的小提琴
Highcharts.tableLine = function (renderer, x1, y1, x2, y2) {
    renderer.path(['M', x1, y1, 'L', x2, y2]).attr({
        'stroke': 'silver',
            'stroke-width': 5
    }).add();
};

我想让桌面上的图例成行而不是列, 反之亦然。注意:我指的是那里显示的数据表。在 简单,城市名称(东京,纽约,柏林,伦敦)必须排成行 几个月应该是专栏。

非常感谢任何帮助。

感谢。

0 个答案:

没有答案