Highchart Barchart xAxis

问题描述 投票:0回答:1

我有高图条形图...我已将xAxis的值设置为美国,加拿大,日本,美国,加拿大,日本,美国,加拿大,日本。我需要在每个美国,加拿大,日本下设置名称1级,2级和3d级

                x Axis: {
                type: 'category',
                categories: ['USA', 'Canada', 'Japan', 'UsA', 'Canada', 'Japan', 'USA', 
                'Canada', 'JAPAN'],


 under each Categories I need to 1st level and 2nd level and 3d Level

enter image description here

ajax highcharts bar-chart
1个回答
0
投票

看看这个插件:https://www.highcharts.com/plugin-registry/single/11/Grouped-Categories

我认为使用它符合您的要求。

© www.soinside.com 2019 - 2024. All rights reserved.