Need Help DataZoom option not working
See original GitHub issueOne-line summary [问题简述]
I can not figure out how to get data zoom to work with my chart, the chart and data show up, but no datazoom. I am using a line chart with the following options.
here is some of the options config
"grid": {
"bottom": 80
},
"toolbox": {
feature: {
dataZoom: {
yAxisIndex: 'none'
}
}
},
"dataZoom": [
{
"show": true,
"realtime": true,
"start": 65,
"end": 100
}
],
xAxis: {
type : 'time',
},
yAxis: {
type : 'value'
}
the data in this type of format
data : [{
name: new Date(dateVariableHere),
value: [
new Date(dateVariableHere),
floatValueHere
]
}];
Version & Environment [版本及环境]
- ECharts version [ECharts 版本]: v3.x
- Browser version [浏览器类型和版本]: Chrome 62.0.3202.94 (Official Build) (64-bit)
- OS Version [操作系统类型和版本]: Mac Sierra High / Windows 10
Issue Analytics
- State:
- Created 6 years ago
- Comments:5
Top Results From Across the Web
Need Help DataZoom option not working · Issue #7049 - GitHub
One-line summary [问题简述] I can not figure out how to get data zoom to work with my chart, the chart and data show...
Read more >Echarts dataZoom slider handleIcon shape not working
The method handleIcon expects a string of path but not some shape identifier. Please take a look at the tests where you can...
Read more >dash.js - datazoom help center
Datazoom is a high-availability real-time data collection solution. This document summarizes how to integrate the dash.js video player...
Read more >Datazoom - Datadog Docs
Troubleshooting. Need help? Contact Datadog support. Further Reading. Additional helpful documentation, links, and articles: Blog: Monitor Datazoom telemetry ...
Read more >Household Surveys - Census - Data Zoom
Data Zoom does not provide these data. ... Due to the large number of options available to the user and the need to...
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
Did you import the dataZoom library from echarts?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.