question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Need Help DataZoom option not working

See original GitHub issue

One-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:closed
  • Created 6 years ago
  • Comments:5

github_iconTop GitHub Comments

5reactions
syntacticsolutionscommented, Nov 7, 2018

Did you import the dataZoom library from echarts?

0reactions
stale[bot]commented, Nov 7, 2020

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found