You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by GitBox <gi...@apache.org> on 2019/01/04 05:04:35 UTC

[GitHub] pissang commented on issue #9672: 建议增加type:line时sampling配置

pissang commented on issue #9672: 建议增加type:line时sampling配置
URL: https://github.com/apache/incubator-echarts/issues/9672#issuecomment-451354280
 
 
   `sampling`  can be a callback function. For example
   ```js
   sampling: function (windowData) {
     return windowData[0];
   },
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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: dev-unsubscribe@echarts.apache.org
For additional commands, e-mail: dev-help@echarts.apache.org