mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-05 16:04:03 +01:00
Removed unused varaible from legend's draw()
This commit is contained in:
@@ -286,7 +286,6 @@ module.exports = function(Chart) {
|
||||
var globalDefault = Chart.defaults.global,
|
||||
lineDefault = globalDefault.elements.line,
|
||||
legendWidth = me.width,
|
||||
legendHeight = me.height,
|
||||
lineWidths = me.lineWidths;
|
||||
|
||||
if (opts.display) {
|
||||
|
||||
Reference in New Issue
Block a user