Skip to content

Commit d187e39

Browse files
committed
remove legend from chart
1 parent bdfed5b commit d187e39

File tree

5 files changed

+10
-8
lines changed

5 files changed

+10
-8
lines changed

js/module/tracer/chart.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ class ChartTracer extends Tracer {
3434
}
3535
}]
3636
},
37-
animation: false
37+
animation: false,
38+
legend: false
3839
}
3940
};
4041
this.chart = this.capsule.chart = new Chart(this.$wrapper, data);

public/algorithm_visualizer.js

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/algorithm_visualizer.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/algorithm_visualizer.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/algorithm_visualizer.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)