SnailSword opened a new pull request #13317:
URL: https://github.com/apache/incubator-echarts/pull/13317


   <!-- Please fill in the following information to help us review your PR more 
efficiently. -->
   
   ## Brief Information
   
   This pull request is in the type of:
   
   - [ ] bug fixing
   - [x] new feature
   - [ ] others
   
   
   
   ### What does this PR do?
   
   <!-- USE ONCE SENTENCE TO DESCRIBE WHAT THIS PR DOES. -->
   
   Support largest-triangle-three-buckets sampling algorithm.
   
   ### Fixed issues
   
   <!--
   - #xxxx: ...
   -->
   
   #9403 
   
   ## Usage
   
   ### Are there any API changes?
   
   - [x] The API has been changed.
   
   <!-- LIST THE API CHANGES HERE -->
   
   sampling: 'lttb'
   
   ### Related test cases or examples to use the new APIs
   
   ```
   {
     type: 'line',
     sampling: 'lttb',
     data: data
   }
   ```
   
   See **test/line-large.html** line 101.
   
   ## Others
   
   ### Merging options
   
   - [ ] Please squash the commits into a single one when merge.
   
   ### Other information
   
   In master branch it works, see #13312.
   But in next branch, because of #12997 , samplers doesn't run in some cases. 
   And when it run, there is a point highlight bug, I think it's better to fix 
those bugs in other pr.


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



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

Reply via email to