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/10 06:39:55 UTC

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

Ovilia commented on issue #11820:
URL: https://github.com/apache/echarts/issues/11820#issuecomment-916668703


   @Kittywyk Hi, you make checkout these similar examples:
   
   - https://echarts.apache.org/examples/en/editor.html?c=cycle-plot
   - https://echarts.apache.org/examples/en/editor.html?c=custom-profit
   - https://echarts.apache.org/examples/en/editor.html?c=custom-error-bar
   
   The only difference is the shape. You may probably use [bezierCurve](https://echarts.apache.org/en/option.html#series-custom.renderItem.return_bezierCurve) to draw the shape. As for how to implement the violin shape with bezier curves, you may refer to online resources or the chart implementations as mentioned above.


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