mirror of
https://github.com/chartjs/Chart.js.git
synced 2025-12-08 20:36:08 +00:00
Remove unneeded trailing commas
This commit is contained in:
parent
6e9ee1f137
commit
abfbdd5f31
@ -500,7 +500,7 @@ module.exports = function(Chart) {
|
||||
categorySpacing: categorySpacing,
|
||||
fullBarHeight: fullBarHeight,
|
||||
barHeight: barHeight,
|
||||
barSpacing: barSpacing,
|
||||
barSpacing: barSpacing
|
||||
};
|
||||
},
|
||||
|
||||
|
||||
@ -120,6 +120,6 @@ module.exports = function(Chart) {
|
||||
me.zeroLineIndex = me.ticks.indexOf(0);
|
||||
|
||||
Chart.Scale.prototype.convertTicksToLabels.call(me);
|
||||
},
|
||||
}
|
||||
});
|
||||
};
|
||||
Loading…
x
Reference in New Issue
Block a user