You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2020/10/18 02:13:40 UTC

[GitHub] [incubator-echarts] Epictek opened a new issue #13450: setting getter-only property

Epictek opened a new issue #13450:
URL: https://github.com/apache/incubator-echarts/issues/13450


   ### Version
   5.0.0-beta.1
   
   ### Steps to reproduce
   1. Build latest next branch or use beta build from jsdeliver
   2. Try dragging the datazoom component (test/dataZoom-feature.html some tests seem to fail but some work such as /test/dataZoom-axes.html)
   
   ### What is expected?
   Datazoom component to zoom the data axis
   
   ### What is actually happening?
   data not zoomed and exception
   ```
   Uncaught TypeError: setting getter-only property "length"
       copyValue file:///C:/Users/Kieran/incubator-echarts/dist/echarts.js:7110
       animateToShallow file:///C:/Users/Kieran/incubator-echarts/dist/echarts.js:7202
       animateToShallow file:///C:/Users/Kieran/incubator-echarts/dist/echarts.js:7140
       animateTo file:///C:/Users/Kieran/incubator-echarts/dist/echarts.js:7020
       animateTo file:///C:/Users/Kieran/incubator-echarts/dist/echarts.js:6921
       animateOrSetProps file:///C:/Users/Kieran/incubator-echarts/dist/echarts.js:18077
       updateProps file:///C:/Users/Kieran/incubator-echarts/dist/echarts.js:18096
       _doUpdateAnimation file:///C:/Users/Kieran/incubator-echarts/dist/echarts.js:37177
       render file:///C:/Users/Kieran/incubator-echarts/dist/echarts.js:36746
       progress file:///C:/Users/Kieran/incubator-echarts/dist/echarts.js:23268
       _doProgress file:///C:/Users/Kieran/incubator-echarts/dist/echarts.js:21655
       perform file:///C:/Users/Kieran/incubator-echarts/dist/echarts.js:21627
       renderSeries file:///C:/Users/Kieran/incubator-echarts/dist/echarts.js:28885
       eachSeries file:///C:/Users/Kieran/incubator-echarts/dist/echarts.js:19858
       each file:///C:/Users/Kieran/incubator-echarts/dist/echarts.js:379
       eachSeries file:///C:/Users/Kieran/incubator-echarts/dist/echarts.js:19855
       renderSeries file:///C:/Users/Kieran/incubator-echarts/dist/echarts.js:28874
       render file:///C:/Users/Kieran/incubator-echarts/dist/echarts.js:28851
       update file:///C:/Users/Kieran/incubator-echarts/dist/echarts.js:28527
       doDispatchAction file:///C:/Users/Kieran/incubator-echarts/dist/echarts.js:28740
       dispatchAction file:///C:/Users/Kieran/incubator-echarts/dist/echarts.js:28338
       _dispatchZoomAction file:///C:/Users/Kieran/incubator-echarts/dist/echarts.js:73663
       exec file:///C:/Users/Kieran/incubator-echarts/dist/echarts.js:23290
   echarts.js:7110:7
   ```
   <!-- 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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #13450: setting getter-only property

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on issue #13450:
URL: https://github.com/apache/incubator-echarts/issues/13450#issuecomment-711106386


   Hi! We've received your issue and please be patient to get responded. 🎉
   The average response time is expected to be within one day for weekdays.
   
   In the meanwhile, please make sure that **you have posted enough image to demo your request**. You may also check out the [API](http://echarts.apache.org/api.html) and [chart option](http://echarts.apache.org/option.html) to get the answer.
   
   If you don't get helped for a long time (over a week) or have an urgent question to ask, you may also send an email to dev@echarts.apache.org. Please attach the issue link if it's a technical questions.
   
   If you are interested in the project, you may also subscribe our [mail list](https://echarts.apache.org/en/maillist.html).
   
   Have a nice day! 🍵


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [incubator-echarts] Epictek closed issue #13450: setting getter-only property

Posted by GitBox <gi...@apache.org>.
Epictek closed issue #13450:
URL: https://github.com/apache/incubator-echarts/issues/13450


   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org


[GitHub] [incubator-echarts] Epictek commented on issue #13450: setting getter-only property

Posted by GitBox <gi...@apache.org>.
Epictek commented on issue #13450:
URL: https://github.com/apache/incubator-echarts/issues/13450#issuecomment-711467922


   This seems to be fixed in the latest commits, turns out I didn't have the dev env set up correctly so it was using the already commited dist/echarts.js


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org