From dfbb57468f8cb4f670d99f26050fb499c7068294 Mon Sep 17 00:00:00 2001 From: Niladri Dutta Date: Wed, 17 Oct 2018 02:42:51 +0530 Subject: [PATCH] Add 'parser' instead of deprecated 'format' in samples (#5769) --- 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 70a6978af..77c81b7aa 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' },