cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

hi experts

How we can set data on micro chart with json data,i would like change 56 on image with data from json data

Thanks

0 Likes
View Entire Topic
Former Member
0 Likes

Hi Shahid,

Have you used a comparison chart?

If so you could bind the value

<GenericTile
header=""
subheader=""
size="S"
press="press">
<tileContent>
<TileContent">
<content>
<ComparisonChart size="S" scale="M">
 
<data>
<ComparisonData title="Override" value="{value}" color="Critical"/>
 
</data>
 
</ComparisonChart>
</content>
</TileContent>
</tileContent>
</GenericTile>


Regards,

Naren L Naik

former_member187272
Participant
0 Likes

Hi

can u share Java script controller code for this

Thanks