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 2021/09/22 08:33:17 UTC

[GitHub] [echarts] pissang commented on issue #15764: Wrong data when use example `bar-large` with Float64Array

pissang commented on issue #15764:
URL: https://github.com/apache/echarts/issues/15764#issuecomment-924706561


   使用 TypedArray 的时候必须要在数据中显示指定 x 轴:
   
   ```ts
     for (let i = 0; i < count; i++) {
       categoryData.push(
         echarts.format.formatTime('yyyy-MM-dd\nhh:mm:ss', time, false)
       );
       valueData.push(i, next(i).toFixed(2));
       time += 1000;
     }
   ```
   
   
   
   


-- 
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