You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by "helgasoft (via GitHub)" <gi...@apache.org> on 2023/02/24 21:30:29 UTC

[GitHub] [echarts] helgasoft commented on issue #18275: [Bug] Radar charts would render wrongly with some particular 'series.data' options

helgasoft commented on issue #18275:
URL: https://github.com/apache/echarts/issues/18275#issuecomment-1444535618

   bug - yes, but easy to work around.  
   Just replace the zeroes with some small value (like 0.01) in series data
   ```data: [ [0.01, 0.01, 50, 0.01, 50, 80, 0.01, 0.01] ]```
   ![image](https://user-images.githubusercontent.com/13038071/221296885-16f5c952-0c70-4b1b-ba2d-ba03c8aadf49.png)
   


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