Hi
Wondering if someone can help me see where I am going wrong.
I making some charts with the dashboard designer but cannot get it quite right.
This below:
<ma-get-point-value id="1910cf58-10f5-4c5d-8ad8-7a181fc67c79" style="position: absolute; left: 30px; top: 0px;" point-xid="terrPlaceDP_ff2387e8-1649-45b2-b182-9c6d4077e665" point="coldFlowRatePoint"></ma-get-point-value>
<ma-point-values id="02dad12c-b1ac-43f5-959d-dbcc3363d643" point="coldFlowRatePoint" from="dateBar.from" to="dateBar.to" rollup="{{dateBar.rollupType}}" rollup-interval="{{dateBar.rollupIntervals + ' ' + dateBar.rollupIntervalPeriod}}" style="position: absolute; left: 310.422px; top: 0px;" values="coldFlowRateValue" point-xid="lvl"></ma-point-values>
<ma-serial-chart id="363aca3d-dd20-45b6-9a26-63aa4109ee11" style="position: absolute; width: 400px; height: 340px; left: 30px; top: 95px; border-width: 2px; border-color: rgb(14, 13, 13);" point="coldFlowRatePoint" default-color="#351fcd" legend="true" series1-point="coldFlowRatePoint" series1-value="coldFlowRateValue" series1-color="#df2525" series1-axis="Left" values="coldFlowRateValue" series1-values="coldFlowRateValue"></ma-serial-chart>
Creates this:
But I feel lik eI have it all correct??? I have tried many different ways to get the chart up but no cigar..
Thanks in advance.