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

问题描述

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

解决方法

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: []
    }
}
,

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

相关问答

Selenium Web驱动程序和Java。元素在(x,y)点处不可单击。其...
Python-如何使用点“。” 访问字典成员?
Java 字符串是不可变的。到底是什么意思?
Java中的“ final”关键字如何工作?(我仍然可以修改对象。...
“loop:”在Java代码中。这是什么,为什么要编译?
java.lang.ClassNotFoundException:sun.jdbc.odbc.JdbcOdbc...