dataZoom[i]-slider.handleStyle.color is not working
See original GitHub issueI am using echarts version “4.0.4”.
When i tried to change color of data-zoom slider handle, it’s not working.
My data-zoom array is like below.
DataZoomArray = [
{ type: 'inside', start: 50, end: 100, yAxisIndex: 0 },
{
show: true, filterMode: 'empty',
yAxisIndex: 0,
handleStyle: {
color: '#fff'
}
}
];
I think it’s bug. every other properties of handleStyle is working fine.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:8 (1 by maintainers)
Top Results From Across the Web
dataZoom[i]-slider.handleStyle.color is not working · Issue #7876
I am using echarts version "4.0.4". When i tried to change color of data-zoom slider handle, it's not working. My data-zoom array is...
Read more >Echarts dataZoom slider handleIcon shape not working
You misinterpreted the documentation. The method handleIcon expects a string of path but not some shape identifier.
Read more >ECharts Document
Mouse Events Handling ... ECharts support regular mouse events, which includes 'click' , 'dblclick' , 'mousedown' , 'mousemove' , 'mouseup' , 'mouseover' ,...
Read more >Documentation - pyecharts-en - Read the Docs
legend:legend component has different symbol, colour and name, and provide the interactive clicking functions to show or hide its associated data series. label ......
Read more >Examples - Apache ECharts
Line Style and Item Style. JS TS. Line Chart in Cartesian Coordinate ... Tooltip and DataZoom on Mobile ... Master Painter Color Choices...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I tried with
handleColor
which works with v4.6.0.like this