Adjust embedded chart in zml snippet
Hello,
That's the code:
<chart
type='Column' title='test' xtitle='X-Title' ytitle='Y-Title'
bgColor='rgb(255, 255, 255)' theme='#0BD6B1' legendPos='center.top'
appLinkName='AppLinkName' formLinkName='FormLinkName' xfield='x-value'
yfields='sum:y-value'/>
I would like
to change the chart from a simple column chart to a stacked column
chart. Can we find the documentation for this somewhere?
Thank you for you help