Remove comments

This commit is contained in:
Kiarash
2018-02-02 18:55:46 +01:00
parent 7fc0863179
commit cdcf2aca3c

View File

@@ -67,19 +67,8 @@ if (chart.chartArea) {
}
// http://www.chartjs.org/docs/latest/configuration/tooltip.html#position-modes
/**
* Custom positioner
* @function Chart.Tooltip.positioners.custom
* @param elements {Chart.Element[]} the tooltip elements
* @param eventPosition {Point} the position of the event in canvas coordinates
* @returns {Point} the tooltip position
*/
Chart.Tooltip.positioners.custom = function(elements: any, eventPosition: any) {
/** @type {Chart.Tooltip} */
var tooltip = this;
/* ... */
return {
x: 0,
y: 0