我想知道是否可以放大饼图中的切片。
我的图表是根据这个示例jsfiddle 示例建模的
chart: {
renderTo: 'container',
type: 'area',
zoomType: 'x',
}
但它似乎不适用于饼图。我在这里错过了什么吗?理想情况下,我会有一个有 2 层的饼图,其中外层作为内层的子层。When selecting a child slice, I could then have an entire pie chart showing that slice alone, along with its own children, etc.