【发布时间】:2020-12-13 00:24:47
【问题描述】:
Only download tool visible not all the options
工具栏中只有这个下载图标我想要工具栏中的所有选项请帮助我该怎么做
chart: { height: 350, type: "bar", toolbar: { show: true, tools: { download: true, selection: true, zoom: true, zoomin: true, zoomout: true, pan: true, reset: true }, }, zoom: { enabled: true } },
【问题讨论】:
-
欢迎来到 StackOverflow!您能否为您的问题添加更多上下文,例如这适用于什么类型的应用程序?
-
我已经通过在 xaxis 中添加这个解决了这个问题:{tickPlacement: 'on',}
标签: reactjs apexcharts