githubgithubhub opened a new issue #14464:
URL: https://github.com/apache/echarts/issues/14464


   ### Version
   5.0.2
   
   ### Steps to reproduce
   1. link to 
https://echarts.apache.org/examples/en/editor.html?c=candlestick-sh-2015
   2. add **`dimensions: [ "date", "Opening" ],`** to line 80
   
   will be: 
   ```
   series: [
           {
               type: 'candlestick',
               name: '日K',
               data: data,
               dimensions: [ "date", "Opening" ],
   ...
   
   ```
   
   3. click "Run" button twice or more ( maybe demo page bug, need to click 
multiple times for some update, but not related to the issue here )
   
   Now it is broken, there will be no chart.
   
   But when changing the line to **`dimensions: [ "date", "open" ],`**,  or not 
to use **`dataZoom`**, it works again.
   
   dimensions doc: 
https://echarts.apache.org/en/option.html#series-line.dimensions
   version 4.x maybe ok, but not v5.0.2
   
   ### What is expected?
   Should have a chart.
   
   ### What is actually happening?
   No chart.
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   <!-- This issue is in English. DO NOT REMOVE -->


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to