mirror of
https://github.com/chartjs/Chart.js.git
synced 2025-12-08 20:36:08 +00:00
Remove malformed comment
Fixes https://github.com/chartjs/Chart.js/issues/4181
This commit is contained in:
parent
a75ae13b07
commit
8811759e1c
@ -18,7 +18,7 @@ module.exports = function(Chart) {
|
||||
var data = this.chart.data;
|
||||
return (this.isHorizontal() ? data.xLabels : data.yLabels) || data.labels;
|
||||
},
|
||||
// Implement this so that
|
||||
|
||||
determineDataLimits: function() {
|
||||
var me = this;
|
||||
var labels = me.getLabels();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user