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 2020/02/01 05:47:17 UTC

[GitHub] [incubator-echarts] Ovilia commented on issue #11820: How can I make a violin plot in ECharts?

Ovilia commented on issue #11820: How can I make a violin plot in ECharts?
URL: https://github.com/apache/incubator-echarts/issues/11820#issuecomment-580996862
 
 
   ECharts have many chart types now and we are more cautious when considering adding new chart types because it adds to the package size and we need to consider if this chart type is frequently used enough.
   
   For your case, I'd suggest implementing it using the custom series mechanism by yourself.
   The document is https://echarts.apache.org/en/option.html#series-custom . The examples and API documents should be enough for you to create by yourself, but you do need spend some time understand it.
   If you think there are some extra API needed when you use the custom series, do let me know.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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