Transparently enable brush on the charts.

2020-11-24 Thread Alexey Lesovsky
Hi, I am using Echarts with Vuejs (vue-echarts ) and I would like to transparently enable "brush" tool and don't show the "toolbox". I found a similar thread on SO where

Disable tooltips in the group of connected charts.

2020-10-29 Thread Alexey Lesovsky
on the chart which is under the mouse pointer and don't show tooltips on the other charts. Is it possible? I read the API docs about connect method and found nothing interesting that could help me. -- Regards, Alexey Lesovsky

Graph series: adjacent link and node don't scale on ECharts 5

2021-04-23 Thread Alexey Lesovsky
Hi, I upgraded to ECharts 5 and found some changes in graph series, but I don't understand, is it a bug or it works as intended. Property "focusNodeAdjacency" has been replaced to "emphasis.focus". And with this change, the emphasis of adjacent links and nodes started to work differently. In the

Re: Graph series: adjacent link and node don't scale on ECharts 5

2021-04-25 Thread Alexey Lesovsky
't emphasize the adjacent links and nodes by design. We will> > consider adding an option to enable it if necessary.> > > Regards> > > On Sat, Apr 24, 2021 at 11:59 PM Alexey Lesovsky wrote:> > > > Difference is easy to see when comparing "Les Miserables"

Re: Graph series: adjacent link and node don't scale on ECharts 5

2021-04-25 Thread Alexey Lesovsky
the use case. I think it will be useful in cases >> like this >> >> Regards >> >> On Sun, Apr 25, 2021 at 2:27 PM Alexey Lesovsky >> wrote: >> >>> If you consider adding such option in future I will very grateful to >>> ECharts team. >

Border values on xAxis disappeared after upgrade to ECharts5

2021-03-11 Thread Alexey Lesovsky
Hi, I updated ECharts to 5.0.2 and found styles of charts have been changed. Almost all look fine, but there is one thing which I would like to return, but have not found settings for that. I'd like to return the start and end values on the xAxis chart. Let's compare two charts from previous and

Re: Border values on xAxis disappeared after upgrade to ECharts5

2021-03-11 Thread Alexey Lesovsky
Oh, sorry for bothering, found that: axisLabel: {     showMinLabel: true,     showMaxLabel: true, }, It works now. On 2021/03/12 05:25:09, Alexey Lesovsky wrote: > Hi,> > I updated ECharts to 5.0.2 and found styles of charts have been changed.> > Almos