Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 ApexCharts 来显示一些统计数据。我想隐藏图像中标记为红色的 x 轴工具提示
options = { xaxis: { tooltip: { enabled: false } } }
https://apexcharts.com/docs/options/xaxis/#tooltip
以另一种方式,您可以使用以下方法隐藏 Xaxis:
xaxis: { labels: { show: false } }