我使用的是ApexCharts和React,我使用的是行的图表,它没有显示工具栏,有人可以帮助我吗?

我总结了各种选择的状况:
const [propriedades, setPropriedades] = useState({
options: {
chart: {
height: 150,
type: 'line',
selection: {
enabled: true
},
toolbar: {
tools: {
zoomin: true,
zoomout: true,
}
}
},
dataLabels: {
enabled: false
},
stroke: {
curve: 'straight'
}
},
});发布于 2022-11-08 10:59:03
xaxis: {tickPlacement: "on"},对于角度,它是通过添加这条线来解决的。
https://stackoverflow.com/questions/64453452
复制相似问题