From fd1fda6684603e7e3318c257ca5a0e38dbe76148 Mon Sep 17 00:00:00 2001 From: Niladri Dutta Date: Tue, 16 Oct 2018 13:41:10 +0530 Subject: [PATCH] Add 'parser' instead of deprecated 'format' --- samples/scales/time/line.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/scales/time/line.html b/samples/scales/time/line.html index 70a6978af18..77c81b7aa1b 100644 --- a/samples/scales/time/line.html +++ b/samples/scales/time/line.html @@ -106,7 +106,7 @@ xAxes: [{ type: 'time', time: { - format: timeFormat, + parser: timeFormat, // round: 'day' tooltipFormat: 'll HH:mm' },