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 2019/12/09 19:58:06 UTC

[GitHub] [incubator-echarts] martialp opened a new issue #11818: Update doc about the switch from `min` and `max` for piece options to `lt` `gt` `lte` `gte`

martialp opened a new issue #11818: Update doc about the switch from `min` and `max` for piece options to `lt` `gt` `lte` `gte`
URL: https://github.com/apache/incubator-echarts/issues/11818
 
 
   ### Version
   4.5.0
   
   ### Steps to reproduce
   Read [this](https://github.com/apache/incubator-echarts/blob/2b5a3ee4b674f1dd8b9be16b65bf530e65eb7da4/src/component/visualMap/PiecewiseModel.js#L477) comment:
   ```
   // `min` `max` is legacy option.
   // `lt` `gt` `lte` `gte` is recommanded.
   ```
   
   and read the [associated section of the documentation](https://echarts.apache.org/en/option.html#visualMap-piecewise.pieces)
   
   ### What is expected?
   The document should have been updated to use lt, gt, lge and gte
   
   ### What is actually happening?
   The doc still use min and max
   
   <!-- 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


With regards,
Apache Git Services

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