We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f257728 commit d91e3b6Copy full SHA for d91e3b6
samples/zoom-time.html
@@ -85,7 +85,7 @@
85
xAxes: [{
86
type: 'time',
87
time: {
88
- format: timeFormat,
+ parser: timeFormat,
89
// round: 'day'
90
tooltipFormat: 'll HH:mm'
91
},
src/plugin.js
@@ -345,10 +345,6 @@ var zoomPlugin = {
345
}
346
});
347
348
- helpers.each(chartInstance.data.datasets, function(dataset) {
349
- dataset._meta = null;
350
- });
351
-
352
chartInstance.update();
353
};
354
0 commit comments