syampillai / SOCharts

A wrapper around the "echarts" JavaScript library to use it as a Vaadin component.
Apache License 2.0
27 stars 11 forks source link

Is there a way to set a custom content for the ganttchart extrainfo for task? #22

Closed yusufnazir closed 6 months ago

yusufnazir commented 1 year ago

I want to set a html content, eg.:

<table style="border:solid 1px">
<tr>
<td>column:</td>
<td>value</td>
</tr>
</table>

is this possible?

syampillai commented 6 months ago

Currently, there is no plan to do incorporate this feature.