Fix TravisCI Bugs

This commit is contained in:
Kiarash
2018-02-02 19:05:24 +01:00
parent cdcf2aca3c
commit 81cd768d63
2 changed files with 3 additions and 3 deletions

View File

@@ -68,9 +68,9 @@ if (chart.chartArea) {
// http://www.chartjs.org/docs/latest/configuration/tooltip.html#position-modes
Chart.Tooltip.positioners.custom = function(elements: any, eventPosition: any) {
var tooltip = this;
const tooltip = this;
return {
x: 0,
y: 0
};
}
};

View File

@@ -1,4 +1,4 @@
// Type definitions for Chart.js 2.7.1
// Type definitions for Chart.js 2.7
// Project: https://github.com/nnnick/Chart.js
// Definitions by: Alberto Nuti <https://github.com/anuti>
// Fabien Lavocat <https://github.com/FabienLavocat>