mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-06 00:14:03 +01:00
no logging
This commit is contained in:
@@ -201,7 +201,6 @@
|
||||
this.min = helpers.min(values);
|
||||
this.max = helpers.max(values);
|
||||
|
||||
console.log(this.min, this.max);
|
||||
} else {
|
||||
helpers.each(self.data.datasets, function(dataset) {
|
||||
if (dataset.yAxisID === this.id) {
|
||||
@@ -291,8 +290,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
console.log(base);
|
||||
|
||||
return this.getPixelForValue(base);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user