Timeline Has Stacked Column Mode?

Hi,

Is there any way to draw a stacked column chart in Vaadin Chart Timeline?
Is the Timeline has only three ChartModes, which are BAR, LINE, and SCATTER?

Thanks.

Timeline.setGraphStacking() is probably what you are looking for.

Yes, that is it!!
Thank you so much.