apache / echarts

Apache ECharts is a powerful, interactive charting and data visualization library for browser
https://echarts.apache.org
Apache License 2.0
60.69k stars 19.62k forks source link

[Feature] Disable calendar heatmap {day,month,year}Label clickable cursor #20437

Closed calvincramer closed 1 week ago

calvincramer commented 1 month ago

What problem does this feature solve?

Duplicate of closed issue https://github.com/apache/echarts/issues/9858

What does the proposed API look like?

Optional similar to xAxis.silent but for calendar.{day,month,year}Label.silent

plainheart commented 1 month ago

As a workaround, you can refer to this demo.

sz-p commented 3 weeks ago

Add setting calendar.{day,month,year}Label.silent or calendar.{day,month,year}Label.cursor ?.

I can work on this.

plainheart commented 2 weeks ago

@sz-p Adding a silent option for the label would be enough. :)