-
R RonnyHinkel
Hi all, i'm trying to get the lableText for my column charts to work.
But somehow haven't come around a good option.Help would be very much apricated.
<ma-serial-chart style="position: absolute; height: 350px; width: 700px; " series-1-values='[{"value":1, "labelText": "[[value]]", "timestamp":"Battery Lowor/No Battery"}]' series-2-values='[{"value":2, "labelText":2, "timestamp":"Software Error"}]' series-3-values='[{"value":3, "timestamp":"Keypad test Error"}]' series-4-values='[{"value":4, "timestamp":"X1 Continuity"}]' series-5-values='[{"value":5, "timestamp":"X3 Continuity"}]' series-6-values='[{"value":6, "timestamp":"X4 Continuity"}]' series-7-values='[{"value":7, "timestamp": "Pressure out of Tolerance"}]' series-8-values='[{"value":8, "timestamp":"No Humidity Sensor"}]' series-9-values='[{"value":9, "timestamp":"Line Freq out of the 59 to 61 Hertz Range"}]' series-10-values='[{"value":10, "timestamp":"Temperature sensor wiring or delta Error"}]' default-type="column" labelText="[[value]]" legend="false" balloon="true" options="{categoryAxis:{parseDates:false, labelRotation:45}, tooltipText: value, labelText: [value], depth3D: 20, angle: 40, rotate: true, synchronizeGrid: false, valueAxes:[{ minimum:0, maximum:100,}]}" ></ma-serial-chart>
-
R RonnyHinkel
Hi all
i'm using ma-calc and statistics on the most of my pages, while all having the same rollup.
to simplify and increase loading speed of some pages, i would like to us the values from /ui/test1 in another page /ui/test2.would be very crateful for some help.
Thank You
-
R RonnyHinkel
@mattfox
Perfect thats working for meThank you very much Mattfox
-
R RonnyHinkel
@mattfox
no thats just a left over from trying, sorry about that -
-
R RonnyHinkel
the timestamp would be from Serial number to Serial Number+1
-
R RonnyHinkel
@mattfox
Hi Mattfox
what i'm trying to do is a production report based on serial numbers. for this we have the selection of the serial number. After selection of the serial number, there is a start and end time for each serial number, which i would like to use for every datapoint at this page.<md-select ng-model="serialID" ng-required="true" ng-change="callOnChange()" > <md-option ng-repeat="serial in serials" ng-value="{{serial.value}}" > {{serial.value}} </md-option> </md-select> <ma-point-values point-xid="DP_bf4e8b98-ff25-439c-a63e-4af21bc92902" point="point1" values="point1Values" from="serialID.first.timestamp" to="serialID.last.timestamp" > </ma-point-values>
-
R RonnyHinkel
<md-select ng-model="serialID" ng-required="true" ng-change="callOnChange()" > <md-option ng-repeat="serial in serials" ng-value="{{serial.value}}" > {{serial.value}} </md-option> </md-select> <ma-point-statistics point-xid="DP_7e9b56ef-578c-4a0a-96bc-289a29ccc37b" from='serialID' to='(serialID+1)' statistics="Ring"></ma-point-statistics>
if i would like to use the SerialID with a MA-point-statistics as a from- to, how i could include those values?
Sorry, really trying since days and have no conclusion yet.Thank you for giving me some help!!!