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/08/14 04:43:16 UTC

[GitHub] [incubator-echarts] 100pah opened a new pull request #13127: Dataset trans2

100pah opened a new pull request #13127:
URL: https://github.com/apache/incubator-echarts/pull/13127


   Enhance data-transform:
   
   + rename `parse` to `parser`. (break from `5.0.0-alpha.1`)
   + Make value comparable (in filter transform and sort transform) accurate and disambiguate in "numeric-like string" and other non-number types. 
   + Add parser `"number"`
   + Add config `"incomparable"` to sort transform. The value can be `'min'` or `'max'`, means that the value that not comparable will be trade as min value or max value.
   + Modify the definition of `util/number.js#isNumeric` a little (exclude '0x11' and include Infinity). (break but effect little).
   
   test case: 
   + `test/data-transform.html` 
   + `test/ut/spec/data/helper/dataValueHelper.js` 
   + `test/ut/spec/util/number.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


[GitHub] [incubator-echarts] 100pah merged pull request #13127: Dataset trans2

Posted by GitBox <gi...@apache.org>.
100pah merged pull request #13127:
URL: https://github.com/apache/incubator-echarts/pull/13127


   


----------------------------------------------------------------
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 pull request #13127: Dataset trans2

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on pull request #13127:
URL: https://github.com/apache/incubator-echarts/pull/13127#issuecomment-674019780


   Congratulations! Your PR has been merged. Thanks for your contribution! 👍


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