Chart.js 2.0: How to change title of tooltip Chart.js 2.0: How to change title of tooltip php php

Chart.js 2.0: How to change title of tooltip


I encountered a similar problem too, but was resolved with this.

return 'Date: ' + tooltipItems[0].xLabel + ' GMT+2';