标签: echarts
我正在使用echart库创建堆叠的群集条形图。但是工具提示中的数据太多,因此我需要使工具提示可滚动。如何在echarts中做到这一点?
答案 0 :(得分:0)
您可以设置extraCss。
答案 1 :(得分:0)
You have to go into the legend component and put type: 'scroll' https://ecomfe.github.io/echarts-doc/public/en/option.html#legend.type
type: 'scroll'