Re: 求教问题:echarts focusNodeAdjacency=true,鼠标hover高亮以后背景能否设置透明度

2023-03-24 Thread Zhongxiang Wang
Hi, It's possible to change the default opacity of the blurred items when focusing by setting the `*blur*` state option. Here are some links for your reference: [1] https://echarts.apache.org/option.html#series-graph.blur.itemStyle.opacity [2] https://echarts.apache.org/option.html#series-graph.

Question about scatter chart interval

2023-03-24 Thread El Even
Hi, I’m using the scatter chart and I want to set a specific interval. Here is an example data array : [09:45:00,0.267800653,13.3900327,9,45,0] This is its signification. [time (unix time formatted in hours, minutes, seconds), price, value, hour, minutes, seconds] For the xAxis

Re: Multiple parallel edges in graph

2023-03-24 Thread Ovilia
Hi Daniele, Thanks for being interested in making a contribution. You can open an issue if you wish, or continue in the mailing list. Either way will work. https://github.com/apache/echarts/pull/12590 This is the PR to support multiple curved edges for graph series. I think this should be helpful