Re: Box Plot Chart Outliers

2023-03-02 Thread Ovilia
Sorry for the late reply. Please checkout the document: https://echarts.apache.org/en/option.html#tooltip.formatter You can use callback functions to make it to be dynamic. formatter: function (params) { console.log(param); return params... } Thanks *Ovilia* On Tue, Feb 21, 2023 at 10:21 PM Tri

Re: Line chart xaxis label problems

2023-03-02 Thread Ovilia
Hi, EChart's doesn't provide such ability to control the interval of time series. But I'm working on a PR that provides a new option, formatterMinUnit in https://github.com/apache/echarts/pull/17311 . In your case, you may set this to be 'month' so that there should be no "22" in the labels. Let's

flickering problem when using setInterval every 20ms

2023-03-02 Thread Yu Sinae
hello echarts Team, I am testing with echart type 3dbar for my project. and I need to update data into echart every 20ms with setInterval. but x, y, z labels are flickering even thouth x, y, z label datas are seperated. it can't be fixed with 'requestAnimationFrame' also. (and requestAnimationFram