About Mango 3.3
-
In the version 3.3.0
<ma-point-value point-xid
is point-xid have trouble?
Isn't get current location like this picture.
-
Hi Sean, What are you trying to do? This doesn't make any sense to me.
-
In my dashboard.
all data should use xid to setting only location not to usema-point-list
select datapoint
I want use<ma-get-point-value point-xid="DP_xxx" point="point1">
<div class="data">{{point1.value}}</div>
like this . but
point-xid
is not use.dashboard now like picture every datapoint value is not get by point-xid
code like
dashboard like
-
This code works fine for me:
<ma-get-point-value point-xid="DP_XXX" point="point1"></ma-get-point-value> <div class="data">{{point1.value}}</div>
I think your issue is that you have "/" in your XID. Please remove the "/" from the XID and see if your issue resolves.
-
In the 3.2 everything is fine.
But our Mango server update to 3.3 It not work in 3.3 question maybe in the 3.3Ok remove / in XID it work.