如何在数据表中显示x轴中系列的名称
我正在做深入分析图,但遇到了数据表中类别的问题
我想像图片一样获取数据datatable:enter image description here
示例数据表:enter link description here
现在我使用xAxis:
xAxis:
{
type: 'catagories'
},
我正在做深入分析图,但遇到了数据表中类别的问题
我想像图片一样获取数据datatable:enter image description here
示例数据表:enter link description here
现在我使用xAxis:
xAxis:
{
type: 'catagories'
},
1条答案
按热度按时间yfjy0ee71#
您是否尝试过使用导出模块生成的数据表?它应该可以满足您的要求。
演示:https://jsfiddle.net/BlackLabel/3d6u45L8/
应用编程接口:https://api.highcharts.com/highcharts/exporting.showTable
编辑
根据注解-我在drawTable自定义代码中做了一些更改,以便为xAxis类别类型绘制标签:
演示:https://jsfiddle.net/BlackLabel/Lxtekgd9/