We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
may be broken since v1.12 some similar code than:
run = arr.map(this.run.data, function(item, i){ if(typeof item != "number" && item.hidden){ this.runFilter.push(i); item.hidden = false; } if(arr.some(this.runFilter, function(filter){return filter == i;})){ if(typeof item == "number"){ return 0; }else{ return {y: 0, text: item.text}; } }else{ return item; } }, this);
is missing in Pie.js
SelectableLegend.js populates plot's runFilter-array, but it's never taken into account
The text was updated successfully, but these errors were encountered:
any ideas?
Sorry, something went wrong.
No branches or pull requests
may be broken since v1.12
some similar code than:
is missing in Pie.js
SelectableLegend.js populates plot's runFilter-array, but it's never taken into account
The text was updated successfully, but these errors were encountered: