From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Fri, 17 Jul 2020 11:53:40 +0000 (-0700) Subject: Determine unit automatically in test (#7637) X-Git-Tag: v3.0.0-beta.2~34 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2564e708b55fe2f032c9e5ee4d00874baa089a9e;p=thirdparty%2FChart.js.git Determine unit automatically in test (#7637) --- diff --git a/test/fixtures/scale.timeseries/financial-daily.js b/test/fixtures/scale.timeseries/financial-daily.js index 8d2a56284..fab4328fd 100644 --- a/test/fixtures/scale.timeseries/financial-daily.js +++ b/test/fixtures/scale.timeseries/financial-daily.js @@ -34,9 +34,6 @@ module.exports = { maxRotation: 0, sampleSize: 100 }, - time: { - unit: 'month' - }, // manually set major ticks so that test passes in all time zones with moment adapter afterBuildTicks: function(scale) { const major = [0, 12, 24];