apache / echarts

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

Axis Pointer Shadow #20011

Open gnaneswaran999 opened 4 months ago

gnaneswaran999 commented 4 months ago

Version

5.5.0

Link to Minimal Reproduction

https://echarts.apache.org/examples/en/editor.html?c=bar-label-rotation

Steps to Reproduce

if i hover over 2012 category , i'm getting tooltip and box shadow. but i want to reduce width of shadow. it is not happening. can you provide solution as soon as possible

Current Behavior

we are not able customize width

Expected Behavior

in feature we want customize it

Environment

- OS:
- Browser:
- Framework:

Any additional comments?

No response

fandi-1205 commented 3 months ago

In order to fulfill your case, I think this should be considered a new requirement. It would involve adding a new property to shadowStyle so that you can customize the width of the shadow. I will attempt to submit a Pull Request for this.