a month ago - last edited a month ago
Hi @N1kh1l
add measure is working but remove measure is not working. Even i used remove member also, but when i change the list measure is not removed form the chart
Request clarification before answering.
Ok why don't you first try to read the measure from the chart and log it and see what is the format of the measure and then trying the same format in removeMeasure API.
console.log(Chart_25.getMeasures(Feed.ValueAxis)); // This should give you the format.
Just try below
var Measurelist =Chart_25.getMeasures(Feed.ValueAxis);
for(var i=0;i<Measurelist.length;i++)
{
Chart_25.removeMeasure(Measurelist[i], Feed.ValueAxis);
}
Nikhil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
76 | |
30 | |
10 | |
8 | |
8 | |
7 | |
7 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.