echarts
echarts copied to clipboard
Axis Pointer Shadow
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
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.