Add 'parser' instead of deprecated 'format' in samples (#5769)

This commit is contained in:
Niladri Dutta 2018-10-17 02:42:51 +05:30 committed by Simon Brunel
parent d7eab1b994
commit dfbb57468f

View File

@ -106,7 +106,7 @@
xAxes: [{
type: 'time',
time: {
format: timeFormat,
parser: timeFormat,
// round: 'day'
tooltipFormat: 'll HH:mm'
},