Re: Query about getting sampling data in ECharts

2023-09-14 Thread Ovilia
Hi, I'm afraid there is no such API. You should process the raw input data to get the information. Thanks *Ovilia* On Fri, Sep 15, 2023 at 6:51 AM shreyansh garg wrote: > Hi, > I am currently using apache ecarts in one of my project and I wanted to > know if there is any way I can get sample

Query about getting sampling data in ECharts

2023-09-14 Thread shreyansh garg
Hi, I am currently using apache ecarts in one of my project and I wanted to know if there is any way I can get sampled data. I have used the sampling property that was provided in echarts doc. My goal is to add markpoint property to sampled data points. Any help would be much appreciated. Thank yo