我想深入了解多个系列。
在向下钻取后如何更改x轴类别并仍然保持我的系列?
{
"output": {
"generic": [
{
"values": [
{
"text": "Response 1"
}
],
"response_type": "text",
"selection_policy": "sequential"
},
{
"values": [
{
"text": "Response 2"
}
],
"response_type": "text",
"selection_policy": "sequential"
}
]
},
"actions": [
{
"name": "updateUser",
"type": "client",
"parameters": {
"contextData": {
"ExampleData": "My example"
}
},
"result_variable": "updateUserResult"
}
]
}
这是初始图形,单击作业A将向下钻取至图形2:
从作业A向下钻取的结果:
答案 0 :(得分:0)
我需要重新构建一些代码。您需要在 chart.events.drilldown 事件中使用 chart.addSingleSeriesAsDrilldown()方法。这是您的整个代码:
form
在这里,您可以看一下纯JS实现:https://jsfiddle.net/BlackLabel/m089w4yh
API:https://api.highcharts.com/highcharts/chart.events.drilldown