You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by "GitKou (via GitHub)" <gi...@apache.org> on 2023/05/19 10:16:14 UTC

[GitHub] [echarts] GitKou commented on issue #15974: Breaking change v[ 4.x -> 5.x ] : rangeStart & rangeEnd property missing in echartsInstance.getOption().xAxis

GitKou commented on issue #15974:
URL: https://github.com/apache/echarts/issues/15974#issuecomment-1554350722

   This was definitely a breaking change. 
   I had the same problem and I found in v5  the `dataZoom` was level up, instead of ` echart?.getModel().option.xAxis[0].rangeEnd` you could receive it by this way : `echart?.getModel().option.dataZoom[0].startValue` 
   ![img_v2_67322967-20f7-407b-bca6-f40d6a83728g](https://github.com/apache/echarts/assets/7437397/85ec1452-2794-4321-b0f3-8d52c2ec5e5f)
   


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

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

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