You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2022/07/10 15:03:16 UTC

[GitHub] [echarts] plainheart commented on issue #17342: [Bug] Float64Array can not be used in a dataset unless the X is converted to an array: const x = Array.from(new Float64Array([1,2,3,4,5,6,7,8,9,10]));

plainheart commented on issue #17342:
URL: https://github.com/apache/echarts/issues/17342#issuecomment-1179744927

   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 contains typed arrays. Perhaps, you can try to use the workaround 2(using a one-dimension typed array) mentioned in #10223.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org