Zhongxiang Wang

Results 164 comments of Zhongxiang Wang

A workaround is to use the `HttpHeaders` in the handshake data. It doesn't look elegant but works. **AuthorizationListener** ```java handshakeData.getHttpHeaders().add('YOUR_TOKEN_KEY', 'TOKEN_VALUE') ``` **EventListener** ```java public void onData(SocketIOClient client, MessagePayload data,...

Hi, @anymos I'm not sure if this is an unexpected case. According to the [source code](https://github.com/apache/echarts/blob/master/src/data/Source.ts#L256-L294), it doesn't handle the case when the source data is a regular array that...

@anymos Thanks for your detailed information! Perhaps, @100pah and @pissang, the author of the dataset component, can provide you with further help.

Seems to have nothing to do with treemap but related to zrender. When the mouse moves out the chart painter globally, it should set last hovered target to empty object...

It's suggested to use the unminimized version in the development environment to get some helpful debug information. The heatmap series must have two category axes currently. The value axis is...

It seems to be a bug brought by #11743 and should will be fixed soon.

Thanks for the report. Related to #14253, #13615, #13614, #13606, #12645, #11032, #9310, #8386, #8382, #8286, #6674, #6083, #3635, #3511 etc. I drafted a solution for this issue before, but...

Hi @jiawulin001, Thanks for your recent contributions! They help a lot! It would be better if you could check the reason why the configured `husky` hook and ESLint plugin don't...

It isn't "flash" but progressive rendering. You can set [`progressive`](https://echarts.apache.org/option.html#series-heatmap.progressive) as `0` to disable it.

在 vue 里边地使用方式差不多一样的,npm 安装下 echarts 和 echarts-extension-amap 然后使用 import 引入即可。