We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3757bb3 commit cca9568Copy full SHA for cca9568
addon/components/ember-chart.js
@@ -55,7 +55,7 @@ export default Component.extend({
55
chart.update(0);
56
}
57
58
- if (options.legendCallback && this.customLegendElement) {
+ if (this.customLegendElement) {
59
this.customLegendElement.innerHTML = chart.generateLegend();
60
61
0 commit comments