You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by Ovilia <ov...@gmail.com> on 2020/02/01 05:46:13 UTC

Re: Violin Plot

Hi Mohammed,

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.

Thanks

Wenli


On Wed, Jan 29, 2020 at 11:36 PM Mohammed Al-Safwan <
mohammedalsafwan@smartskintech.com> wrote:

> Hi,
> We are considering to use this library in our current project. However, we
> noticed that the library is missing the Violin Plot, and there is an open
> issue about it on Github. We were wondering, what is the estimated time for
> this feature/plot to be added ?
>
> Best Wishes,
> Mohammed Al Safwan
>