Apex图表工具栏未显示所有工具

时间:2020-08-24 11:02:23

标签: reactjs apexcharts

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 } },

2 个答案:

答案 0 :(得分:1)

toolbar: {
    tools: {
        download: true,
        selection: true,
        zoom: true,
        zoomin: true,
        zoomout: true,
        pan: true,
        reset: true | '<img src="/static/icons/reset.png" width="20">',
        customIcons: []
    }
}

答案 1 :(得分:0)

我已通过在xaxis中添加此问题来解决此问题:{tickPlacement: 'on',}