Possible to use options in <ma-watch-list-chart> ?
-
Is there a way to pass serialchart options into a <ma-watch-list-chart> and affect the serialchart .. like options="{valueAxes:[{minimum:0, strictMinMax: true, axisColor:'black', color:'black', title: 'Liters', titleColor: 'blue', stackType: 'none'}]}" Will this work if I put it inside the <ma-watch-list-chart> tag
-
@Phillip-Weeks No these options are not available for the
<ma-watch-list-chart>
The
<ma-watch-list-chart>
is a quick way to display a watch list chart as built on the watch list page.If you need to set custom options use the standard full featured
<ma-serial-chart>