]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Disable all plugins when options.plugins = false (#8098)
authorJukka Kurkela <jukka.kurkela@gmail.com>
Mon, 23 Nov 2020 22:58:03 +0000 (00:58 +0200)
committerGitHub <noreply@github.com>
Mon, 23 Nov 2020 22:58:03 +0000 (17:58 -0500)
Disabling all plugins when options.plugins = false

351 files changed:
docs/docs/developers/plugins.md
src/core/core.plugins.js
test/fixture.js
test/fixtures/controller.bar/backgroundColor/indexable.js
test/fixtures/controller.bar/backgroundColor/loopable.js
test/fixtures/controller.bar/backgroundColor/scriptable.js
test/fixtures/controller.bar/backgroundColor/value.js
test/fixtures/controller.bar/bar-base-value.js
test/fixtures/controller.bar/bar-default-begin-at-zero.js
test/fixtures/controller.bar/bar-skip-null-object-data.js
test/fixtures/controller.bar/bar-skip-null.js
test/fixtures/controller.bar/bar-thickness-absolute.json
test/fixtures/controller.bar/bar-thickness-flex-offset.json
test/fixtures/controller.bar/bar-thickness-flex-single-reverse.json
test/fixtures/controller.bar/bar-thickness-flex-single.json
test/fixtures/controller.bar/bar-thickness-flex.json
test/fixtures/controller.bar/bar-thickness-max.json
test/fixtures/controller.bar/bar-thickness-min-interval-multi.json
test/fixtures/controller.bar/bar-thickness-min-interval.json
test/fixtures/controller.bar/bar-thickness-multiple.json
test/fixtures/controller.bar/bar-thickness-no-overlap.json
test/fixtures/controller.bar/bar-thickness-offset.json
test/fixtures/controller.bar/bar-thickness-per-dataset-stacked.json
test/fixtures/controller.bar/bar-thickness-per-dataset.json
test/fixtures/controller.bar/bar-thickness-reverse.json
test/fixtures/controller.bar/bar-thickness-single-xy.json
test/fixtures/controller.bar/bar-thickness-single.json
test/fixtures/controller.bar/bar-thickness-stacked.json
test/fixtures/controller.bar/border-radius.js
test/fixtures/controller.bar/borderColor/indexable.js
test/fixtures/controller.bar/borderColor/scriptable.js
test/fixtures/controller.bar/borderColor/value.js
test/fixtures/controller.bar/borderSkipped/indexable.js
test/fixtures/controller.bar/borderSkipped/scriptable.js
test/fixtures/controller.bar/borderSkipped/value.js
test/fixtures/controller.bar/borderWidth/indexable-object.js
test/fixtures/controller.bar/borderWidth/indexable.js
test/fixtures/controller.bar/borderWidth/negative.js
test/fixtures/controller.bar/borderWidth/object.js
test/fixtures/controller.bar/borderWidth/scriptable-object.js
test/fixtures/controller.bar/borderWidth/scriptable.js
test/fixtures/controller.bar/borderWidth/value.js
test/fixtures/controller.bar/chart-area-clip.js
test/fixtures/controller.bar/data/object.js
test/fixtures/controller.bar/data/parsing.js
test/fixtures/controller.bar/floatBar/data-as-objects-horizontal.js
test/fixtures/controller.bar/floatBar/data-as-objects.js
test/fixtures/controller.bar/floatBar/float-bar-horizontal.json
test/fixtures/controller.bar/floatBar/float-bar-stacked-horizontal.json
test/fixtures/controller.bar/floatBar/float-bar-stacked.json
test/fixtures/controller.bar/floatBar/float-bar.json
test/fixtures/controller.bar/horizontal-borders.js
test/fixtures/controller.bar/minBarLength/horizontal-neg.js
test/fixtures/controller.bar/minBarLength/horizontal-pos.js
test/fixtures/controller.bar/minBarLength/horizontal.js
test/fixtures/controller.bar/minBarLength/vertical-neg.js
test/fixtures/controller.bar/minBarLength/vertical-pos.js
test/fixtures/controller.bar/minBarLength/vertical.js
test/fixtures/controller.bar/stacking/logarithmic-strings.js
test/fixtures/controller.bar/stacking/logarithmic.js
test/fixtures/controller.bar/stacking/order-default.json
test/fixtures/controller.bar/stacking/order-specified.json
test/fixtures/controller.bubble/clip.js
test/fixtures/controller.bubble/point-style.json
test/fixtures/controller.bubble/radius-data.js
test/fixtures/controller.bubble/radius-scriptable.js
test/fixtures/controller.doughnut/backgroundColor/indexable.js
test/fixtures/controller.doughnut/backgroundColor/scriptable.js
test/fixtures/controller.doughnut/backgroundColor/value.js
test/fixtures/controller.doughnut/borderAlign/indexable.js
test/fixtures/controller.doughnut/borderAlign/scriptable.js
test/fixtures/controller.doughnut/borderAlign/value.js
test/fixtures/controller.doughnut/borderColor/indexable.js
test/fixtures/controller.doughnut/borderColor/scriptable.js
test/fixtures/controller.doughnut/borderColor/value.js
test/fixtures/controller.doughnut/borderWidth/indexable.js
test/fixtures/controller.doughnut/borderWidth/scriptable.js
test/fixtures/controller.doughnut/borderWidth/value.js
test/fixtures/controller.doughnut/doughnut-border-align-center.json
test/fixtures/controller.doughnut/doughnut-border-align-inner.json
test/fixtures/controller.doughnut/doughnut-circumference-over-2pi.json
test/fixtures/controller.doughnut/doughnut-circumference-per-dataset.js
test/fixtures/controller.doughnut/doughnut-circumference.json
test/fixtures/controller.doughnut/doughnut-hidden.js
test/fixtures/controller.doughnut/doughnut-rotation-per-dataset.js
test/fixtures/controller.doughnut/doughnut-weight.json
test/fixtures/controller.doughnut/pie-border-align-center.json
test/fixtures/controller.doughnut/pie-border-align-inner.json
test/fixtures/controller.doughnut/pie-circumference.json
test/fixtures/controller.doughnut/pie-weight.json
test/fixtures/controller.line/backgroundColor/scriptable.js
test/fixtures/controller.line/backgroundColor/value.js
test/fixtures/controller.line/borderCapStyle/scriptable.js
test/fixtures/controller.line/borderCapStyle/value.js
test/fixtures/controller.line/borderColor/scriptable.js
test/fixtures/controller.line/borderColor/value.js
test/fixtures/controller.line/borderDash/scriptable.js
test/fixtures/controller.line/borderDash/value.js
test/fixtures/controller.line/borderDashOffset/scriptable.js
test/fixtures/controller.line/borderDashOffset/value.js
test/fixtures/controller.line/borderJoinStyle/scriptable.js
test/fixtures/controller.line/borderJoinStyle/value.js
test/fixtures/controller.line/borderWidth/scriptable.js
test/fixtures/controller.line/borderWidth/value.js
test/fixtures/controller.line/borderWidth/zero.js
test/fixtures/controller.line/clip/default-x-max.json
test/fixtures/controller.line/clip/default-x-min.json
test/fixtures/controller.line/clip/default-x.json
test/fixtures/controller.line/clip/default-y-max.json
test/fixtures/controller.line/clip/default-y-min.json
test/fixtures/controller.line/clip/default-y.json
test/fixtures/controller.line/clip/specified.json
test/fixtures/controller.line/cubicInterpolationMode/scriptable.js
test/fixtures/controller.line/cubicInterpolationMode/value.js
test/fixtures/controller.line/fill/order-default.js
test/fixtures/controller.line/fill/order.js
test/fixtures/controller.line/fill/scriptable.js
test/fixtures/controller.line/fill/value.js
test/fixtures/controller.line/non-numeric-y.json
test/fixtures/controller.line/point-style-offscreen-canvas.json
test/fixtures/controller.line/point-style.json
test/fixtures/controller.line/pointBackgroundColor/indexable.js
test/fixtures/controller.line/pointBackgroundColor/scriptable.js
test/fixtures/controller.line/pointBackgroundColor/value.js
test/fixtures/controller.line/pointBorderColor/indexable.js
test/fixtures/controller.line/pointBorderColor/scriptable.js
test/fixtures/controller.line/pointBorderColor/value.js
test/fixtures/controller.line/pointBorderWidth/indexable.js
test/fixtures/controller.line/pointBorderWidth/scriptable.js
test/fixtures/controller.line/pointBorderWidth/value.js
test/fixtures/controller.line/pointStyle/indexable.js
test/fixtures/controller.line/pointStyle/scriptable.js
test/fixtures/controller.line/pointStyle/value.js
test/fixtures/controller.line/radius/indexable.js
test/fixtures/controller.line/radius/scriptable.js
test/fixtures/controller.line/radius/value.js
test/fixtures/controller.line/rotation/indexable.js
test/fixtures/controller.line/rotation/scriptable.js
test/fixtures/controller.line/rotation/value.js
test/fixtures/controller.line/showLine/dataset.js
test/fixtures/controller.line/showLine/false.js
test/fixtures/controller.line/stacking/order-default.js
test/fixtures/controller.line/stacking/order-specified.js
test/fixtures/controller.line/stacking/stacked-scatter.js
test/fixtures/controller.polarArea/angle-array.json
test/fixtures/controller.polarArea/angle-lines.json
test/fixtures/controller.polarArea/angle-undefined.json
test/fixtures/controller.polarArea/backgroundColor/indexable-dataset.js
test/fixtures/controller.polarArea/backgroundColor/indexable-element-options.js
test/fixtures/controller.polarArea/backgroundColor/scriptable-dataset.js
test/fixtures/controller.polarArea/backgroundColor/scriptable-element-options.js
test/fixtures/controller.polarArea/backgroundColor/value-dataset.js
test/fixtures/controller.polarArea/backgroundColor/value-element-options.js
test/fixtures/controller.polarArea/border-align-center.json
test/fixtures/controller.polarArea/border-align-inner.json
test/fixtures/controller.polarArea/borderAlign/indexable-dataset.js
test/fixtures/controller.polarArea/borderAlign/indexable-element-options.js
test/fixtures/controller.polarArea/borderAlign/scriptable-dataset.js
test/fixtures/controller.polarArea/borderAlign/scriptable-element-options.js
test/fixtures/controller.polarArea/borderAlign/value-dataset.js
test/fixtures/controller.polarArea/borderAlign/value-element-options.js
test/fixtures/controller.polarArea/borderColor/indexable-dataset.js
test/fixtures/controller.polarArea/borderColor/indexable-element-options.js
test/fixtures/controller.polarArea/borderColor/scriptable-dataset.js
test/fixtures/controller.polarArea/borderColor/scriptable-element-options.js
test/fixtures/controller.polarArea/borderColor/value-dataset.js
test/fixtures/controller.polarArea/borderColor/value-element-options.js
test/fixtures/controller.polarArea/borderWidth/indexable-dataset.js
test/fixtures/controller.polarArea/borderWidth/indexable-element-options.js
test/fixtures/controller.polarArea/borderWidth/scriptable-dataset.js
test/fixtures/controller.polarArea/borderWidth/scriptable-element-options.js
test/fixtures/controller.polarArea/borderWidth/value-dataset.js
test/fixtures/controller.polarArea/borderWidth/value-element-options.js
test/fixtures/controller.radar/backgroundColor/scriptable.js
test/fixtures/controller.radar/backgroundColor/value.js
test/fixtures/controller.radar/borderCapStyle/scriptable.js
test/fixtures/controller.radar/borderCapStyle/value.js
test/fixtures/controller.radar/borderColor/scriptable.js
test/fixtures/controller.radar/borderColor/value.js
test/fixtures/controller.radar/borderDash/scriptable.js
test/fixtures/controller.radar/borderDash/value.js
test/fixtures/controller.radar/borderDashOffset/scriptable.js
test/fixtures/controller.radar/borderDashOffset/value.js
test/fixtures/controller.radar/borderJoinStyle/scriptable.js
test/fixtures/controller.radar/borderJoinStyle/value.js
test/fixtures/controller.radar/borderWidth/scriptable.js
test/fixtures/controller.radar/borderWidth/value.js
test/fixtures/controller.radar/borderWidth/zero.js
test/fixtures/controller.radar/fill/scriptable.js
test/fixtures/controller.radar/fill/value.js
test/fixtures/controller.radar/point-style.json
test/fixtures/controller.radar/pointBackgroundColor/indexable.js
test/fixtures/controller.radar/pointBackgroundColor/scriptable.js
test/fixtures/controller.radar/pointBackgroundColor/value.js
test/fixtures/controller.radar/pointBorderColor/indexable.js
test/fixtures/controller.radar/pointBorderColor/scriptable.js
test/fixtures/controller.radar/pointBorderColor/value.js
test/fixtures/controller.radar/pointBorderWidth/indexable.js
test/fixtures/controller.radar/pointBorderWidth/scriptable.js
test/fixtures/controller.radar/pointBorderWidth/value.js
test/fixtures/controller.radar/pointStyle/indexable.js
test/fixtures/controller.radar/pointStyle/scriptable.js
test/fixtures/controller.radar/pointStyle/value.js
test/fixtures/controller.radar/radius/indexable.js
test/fixtures/controller.radar/radius/scriptable.js
test/fixtures/controller.radar/radius/value.js
test/fixtures/controller.radar/rotation/indexable.js
test/fixtures/controller.radar/rotation/scriptable.js
test/fixtures/controller.radar/rotation/value.js
test/fixtures/controller.radar/showLine/value.js
test/fixtures/controller.scatter/showLine/true.js
test/fixtures/controller.scatter/showLine/undefined.js
test/fixtures/core.scale/cartesian-axis-border-settings.json
test/fixtures/core.scale/crossAlignment/cross-align-bottom-center.js
test/fixtures/core.scale/crossAlignment/cross-align-bottom-far.js
test/fixtures/core.scale/crossAlignment/cross-align-bottom-near.js
test/fixtures/core.scale/crossAlignment/cross-align-left-center.js
test/fixtures/core.scale/crossAlignment/cross-align-left-far.js
test/fixtures/core.scale/crossAlignment/cross-align-left-near.js
test/fixtures/core.scale/crossAlignment/cross-align-right-center.js
test/fixtures/core.scale/crossAlignment/cross-align-right-far.js
test/fixtures/core.scale/crossAlignment/cross-align-right-near.js
test/fixtures/core.scale/crossAlignment/cross-align-top-center.js
test/fixtures/core.scale/crossAlignment/cross-align-top-far.js
test/fixtures/core.scale/crossAlignment/cross-align-top-near.js
test/fixtures/core.scale/label-align-center.js
test/fixtures/core.scale/label-align-end.js
test/fixtures/core.scale/label-align-start.js
test/fixtures/core.scale/label-offset-vertical-axes.json
test/fixtures/core.scale/tick-drawing.json
test/fixtures/core.scale/x-axis-position-center.json
test/fixtures/core.scale/x-axis-position-dynamic.json
test/fixtures/core.scale/y-axis-position-center.json
test/fixtures/core.scale/y-axis-position-dynamic.json
test/fixtures/element.line/default.js
test/fixtures/element.line/skip/all.js
test/fixtures/element.line/skip/first-span.js
test/fixtures/element.line/skip/first.js
test/fixtures/element.line/skip/last-span.js
test/fixtures/element.line/skip/last.js
test/fixtures/element.line/skip/middle-span.js
test/fixtures/element.line/skip/middle.js
test/fixtures/element.line/stepped/after.js
test/fixtures/element.line/stepped/before.js
test/fixtures/element.line/stepped/default.js
test/fixtures/element.line/stepped/middle.js
test/fixtures/element.line/tension/default.js
test/fixtures/element.line/tension/one.js
test/fixtures/element.line/tension/zero.js
test/fixtures/element.point/point-style-circle.json
test/fixtures/element.point/point-style-cross-rot.json
test/fixtures/element.point/point-style-cross.json
test/fixtures/element.point/point-style-dash.json
test/fixtures/element.point/point-style-image.js
test/fixtures/element.point/point-style-line.json
test/fixtures/element.point/point-style-rect-rot.json
test/fixtures/element.point/point-style-rect-rounded.json
test/fixtures/element.point/point-style-rect.json
test/fixtures/element.point/point-style-star.json
test/fixtures/element.point/point-style-triangle.json
test/fixtures/element.point/rotation.js
test/fixtures/mixed/bar+line.js
test/fixtures/plugin.filler/fill-line-boundary-end-span.json
test/fixtures/plugin.filler/fill-line-boundary-end.json
test/fixtures/plugin.filler/fill-line-boundary-origin-span-dual.json
test/fixtures/plugin.filler/fill-line-boundary-origin-span.json
test/fixtures/plugin.filler/fill-line-boundary-origin-spline-above.json
test/fixtures/plugin.filler/fill-line-boundary-origin-spline-span.json
test/fixtures/plugin.filler/fill-line-boundary-origin-spline.json
test/fixtures/plugin.filler/fill-line-boundary-origin-stepped-span.json
test/fixtures/plugin.filler/fill-line-boundary-origin-stepped.json
test/fixtures/plugin.filler/fill-line-boundary-origin.json
test/fixtures/plugin.filler/fill-line-boundary-start-span.json
test/fixtures/plugin.filler/fill-line-boundary-start.json
test/fixtures/plugin.filler/fill-line-dataset-border.json
test/fixtures/plugin.filler/fill-line-dataset-dual.json
test/fixtures/plugin.filler/fill-line-dataset-interpolated.js
test/fixtures/plugin.filler/fill-line-dataset-span-dual.json
test/fixtures/plugin.filler/fill-line-dataset-span.json
test/fixtures/plugin.filler/fill-line-dataset-spline-span-above.json
test/fixtures/plugin.filler/fill-line-dataset-spline-span-below.json
test/fixtures/plugin.filler/fill-line-dataset-spline-span.json
test/fixtures/plugin.filler/fill-line-dataset-spline.json
test/fixtures/plugin.filler/fill-line-dataset-stepped.json
test/fixtures/plugin.filler/fill-line-dataset.json
test/fixtures/plugin.filler/fill-line-stack.json
test/fixtures/plugin.filler/fill-line-value.json
test/fixtures/plugin.filler/fill-radar-boundary-end-circular.json
test/fixtures/plugin.filler/fill-radar-boundary-end-span.json
test/fixtures/plugin.filler/fill-radar-boundary-end.json
test/fixtures/plugin.filler/fill-radar-boundary-origin-circular.json
test/fixtures/plugin.filler/fill-radar-boundary-origin-span.json
test/fixtures/plugin.filler/fill-radar-boundary-origin-spline-span.json
test/fixtures/plugin.filler/fill-radar-boundary-origin-spline.json
test/fixtures/plugin.filler/fill-radar-boundary-origin.json
test/fixtures/plugin.filler/fill-radar-boundary-start-circular.json
test/fixtures/plugin.filler/fill-radar-boundary-start-span.json
test/fixtures/plugin.filler/fill-radar-dataset-border.json
test/fixtures/plugin.filler/fill-radar-dataset-order.js
test/fixtures/plugin.filler/fill-radar-dataset-span.json
test/fixtures/plugin.filler/fill-radar-dataset.json
test/fixtures/plugin.filler/fill-radar-value.json
test/fixtures/plugin.tooltip/opacity.js [moved from test/fixtures/core.tooltip/opacity.js with 96% similarity]
test/fixtures/plugin.tooltip/opacity.png [moved from test/fixtures/core.tooltip/opacity.png with 100% similarity]
test/fixtures/plugin.tooltip/point-style.js [moved from test/fixtures/core.tooltip/point-style.js with 95% similarity]
test/fixtures/plugin.tooltip/point-style.png [moved from test/fixtures/core.tooltip/point-style.png with 100% similarity]
test/fixtures/scale.category/ticks-from-data.js
test/fixtures/scale.linear/tiny-numbers.png
test/fixtures/scale.radialLinear/anglelines-disable.json
test/fixtures/scale.radialLinear/anglelines-indexable.js
test/fixtures/scale.radialLinear/anglelines-scriptable.js
test/fixtures/scale.radialLinear/border-dash.json
test/fixtures/scale.radialLinear/circular-border-dash.json
test/fixtures/scale.radialLinear/gridlines-disable.json
test/fixtures/scale.radialLinear/gridlines-no-z.json
test/fixtures/scale.radialLinear/gridlines-scriptable.js
test/fixtures/scale.radialLinear/gridlines-z.json
test/fixtures/scale.radialLinear/indexable-gridlines.json
test/fixtures/scale.time/autoskip-major.js
test/fixtures/scale.time/bar-large-gap-between-data.js
test/fixtures/scale.time/custom-parser.js
test/fixtures/scale.time/data-ty.js
test/fixtures/scale.time/data-xy.js
test/fixtures/scale.time/labels-date.js
test/fixtures/scale.time/labels-strings.js
test/fixtures/scale.time/labels.js
test/fixtures/scale.time/negative-times.js
test/fixtures/scale.time/source-auto-linear.js
test/fixtures/scale.time/source-data-linear.js
test/fixtures/scale.time/source-labels-linear-offset-min-max.js
test/fixtures/scale.time/source-labels-linear.js
test/fixtures/scale.time/ticks-capacity.js
test/fixtures/scale.time/ticks-minunit.js
test/fixtures/scale.time/ticks-reverse-linear-min-max.js
test/fixtures/scale.time/ticks-reverse-linear.js
test/fixtures/scale.time/ticks-reverse-offset.js
test/fixtures/scale.time/ticks-reverse.js
test/fixtures/scale.time/ticks-round.js
test/fixtures/scale.time/ticks-stepsize.js
test/fixtures/scale.time/ticks-unit.js
test/fixtures/scale.timeseries/financial-daily.png
test/fixtures/scale.timeseries/source-auto.js
test/fixtures/scale.timeseries/source-data-offset-min-max.js
test/fixtures/scale.timeseries/source-data.js
test/fixtures/scale.timeseries/source-labels-offset-min-max.js
test/fixtures/scale.timeseries/source-labels.js
test/fixtures/scale.timeseries/ticks-reverse-max.js
test/fixtures/scale.timeseries/ticks-reverse-min-max.js
test/fixtures/scale.timeseries/ticks-reverse-min.js
test/fixtures/scale.timeseries/ticks-reverse.js
test/specs/core.plugin.tests.js

index 0e4bb33163e5bf0ed2e3b7a91d4baf7b9d825c9c..cd3d62386d0edcdc586468a54b18fe50329b09ee 100644 (file)
@@ -106,6 +106,16 @@ var chart = new Chart(ctx, {
 });
 ```
 
+To disable all plugins for a specific chart instance, set `options.plugins` to `false`:
+
+```javascript
+var chart = new Chart(ctx, {
+    options: {
+        plugins: false // all plugins are disabled for this instance
+    }
+});
+```
+
 ## Plugin Core API
 
 Read more about the [existing plugin extension hooks](../jsdoc/IPlugin.html).
index cb4a905fc8df2d0475fc940910aed87f4793e782..b7839d35604ac0bd2713d73fe4ea4b1611206974 100644 (file)
@@ -1,6 +1,6 @@
 import defaults from './core.defaults';
 import registry from './core.registry';
-import {mergeIf} from '../helpers/helpers.core';
+import {mergeIf, valueOrDefault} from '../helpers/helpers.core';
 
 /**
  * @typedef { import("./core.controller").default } Chart
@@ -51,9 +51,10 @@ export default class PluginService {
                }
 
                const config = chart && chart.config;
-               const options = (config.options && config.options.plugins) || {};
+               const options = valueOrDefault(config.options && config.options.plugins, {});
                const plugins = allPlugins(config);
-               const descriptors = createDescriptors(plugins, options);
+               // options === false => all plugins are disabled
+               const descriptors = options === false ? [] : createDescriptors(plugins, options);
 
                this._cache = descriptors;
 
index c6055d1cc2a087d6e78975266d360beb00668880..334b682b9af28339275d951552b3840100621639 100644 (file)
@@ -43,7 +43,16 @@ function specFromFixture(description, inputs) {
        it(input, function(done) {
                loadConfig(input, function(json) {
                        var descr = json.description || (json.description = description);
-                       var chart = utils.acquireChart(json.config, json.options);
+
+                       var config = json.config;
+                       var options = config.options || (config.options = {});
+
+                       // plugins are disabled by default, except if the path contains 'plugin' or there are instance plugins
+                       if (input.indexOf('plugin') === -1 && config.plugins === undefined) {
+                               options.plugins = options.plugins || false;
+                       }
+
+                       var chart = utils.acquireChart(config, json.options);
                        if (!inputs.png) {
                                fail(descr + '\r\nMissing PNG comparison file for ' + input);
                                done();
index b686f8411a968959d1bdcb7a146534a2d1fe4972..a3a2bbeaf99ca8bf82e27a192fc84b25fc25f1d4 100644 (file)
@@ -23,8 +23,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                bar: {
                                        backgroundColor: [
index 685a0c126b08ff2451e1ce86052dc1b761860386..78616b6fe2be90e0b42660dca912be7406e41771 100644 (file)
@@ -20,8 +20,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                bar: {
                                        backgroundColor: [
index 9e2cbe5fca7e43357529b7df84038157e047b0c9..4f9d9e5ce82b767493ca0e5a2370543a771268ea 100644 (file)
@@ -22,8 +22,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                bar: {
                                        backgroundColor: function(ctx) {
index b6d41aa392b32ed94f0f6f0dcfb98839aebe8e03..0a56893aabdbaf17e63047388ed120d6b9405111 100644 (file)
@@ -16,8 +16,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                bar: {
                                        backgroundColor: '#00ff00'
index 0bb96dc6ed387b49572a33269cc29543aec2ff7a..5684223387327ca5fa6d491c472d328a95d26b95 100644 (file)
@@ -14,8 +14,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        scales: {
                                x: {display: false},
                                y: {display: false}
index 1f3e21d976ec763b92265acb586bffaa3e29f917..acd24711aceda61f4a3262aa81f5fd52c3ba10da 100644 (file)
@@ -12,8 +12,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        scales: {
                                x: {display: false},
                                y: {display: false}
index 8690aec27182eb85a0585f49a89f666f52b166c7..b0b52688c7af3ca7fd7e1e57e4a6c9ac3e66e720 100644 (file)
@@ -16,9 +16,7 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
                        skipNull: true,
-                       title: false,
                        scales: {
                                x: {display: false},
                                y: {display: false}
index 77f02904466e9ed5ebacfa37b09ff440ba50bfe8..4205a1627aceec9a3976d49d64ff8d2cf4882697 100644 (file)
@@ -17,9 +17,7 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
                        skipNull: true,
-                       title: false,
                        scales: {
                                x: {display: false},
                                y: {display: false}
index 1a88ddb371121f3bb00816890dcfc8181542cf79..c53d976418ab57454e76653ee148bcb450798d40 100644 (file)
@@ -13,8 +13,6 @@
         },
         "options": {
             "responsive": false,
-            "legend": false,
-            "title": false,
             "scales": {
                 "x": {
                     "type": "time",
index ea5870b4d5d99dc0a79ac49eda771dc5463126a4..c4c9e894cbaafcc93c57f06d810bc4a1f1d8bb9b 100644 (file)
@@ -13,8 +13,6 @@
         },
         "options": {
             "responsive": false,
-            "legend": false,
-            "title": false,
             "scales": {
                 "x": {
                     "type": "time",
index e14aabab6632b93239c06b992a652b3261d825a3..a463037f3b1e989a5f78f08e35b3dc064bf0f0bb 100644 (file)
@@ -13,8 +13,6 @@
         },
         "options": {
             "responsive": false,
-            "legend": false,
-            "title": false,
             "scales": {
                 "x": {
                     "type": "time",
index 9ae6ceaf5bc1e8044e8d9ca584fb7c75cd1f68d0..8c3be0fd1233a67d80bcd0ca27489c9640d68b60 100644 (file)
@@ -13,8 +13,6 @@
         },
         "options": {
             "responsive": false,
-            "legend": false,
-            "title": false,
             "scales": {
                 "x": {
                     "type": "time",
index 5c329302df9bb190d8747335ba73c37bb9c43a2b..d81cb1b35eacfcf80ccfe5bb071b6dd297941f97 100644 (file)
@@ -13,8 +13,6 @@
         },
         "options": {
             "responsive": false,
-            "legend": false,
-            "title": false,
             "scales": {
                 "x": {
                     "type": "time",
index a3e7368877d5f0de2be7aa6c317d6f893f188545..65575a0cc348a61b775ff4decb623f12d99d6856 100644 (file)
@@ -13,8 +13,6 @@
         },
         "options": {
             "responsive": false,
-            "legend": false,
-            "title": false,
             "scales": {
                 "x": {
                     "type": "time",
index 6868b8e990358c2ebb719a2ec33430ebb40a2aa9..7d59b72e85721348068fd201adedddf90857d0a5 100644 (file)
@@ -16,8 +16,6 @@
         },
         "options": {
             "responsive": false,
-            "legend": false,
-            "title": false,
             "scales": {
                 "x": {
                     "type": "time",
index d01ae930aa3f6ae8d3a0e9e710f0872a7f4e7897..887ddc1c23714073c39c21b983f171d3d12213c9 100644 (file)
@@ -12,8 +12,6 @@
         },
         "options": {
             "responsive": false,
-            "legend": false,
-            "title": false,
             "scales": {
                 "x": {
                     "type": "time",
index ba9d783d0fcd33d58a40dbad393d9faddc847362..3cf2e7df684f6255219ee26156b723ace3d19912 100644 (file)
@@ -16,8 +16,6 @@
         },
         "options": {
             "responsive": false,
-            "legend": false,
-            "title": false,
             "bar": {
                 "datasets": {
                     "barPercentage": 1,
index be67964a3fc5e07e33c77609b0f81c08e4459602..0849b850cf7e1935450da8f612279214752c7607 100644 (file)
@@ -16,8 +16,6 @@
         },
         "options": {
             "responsive": false,
-            "legend": false,
-            "title": false,
             "bar": {
                 "datasets": {
                     "barPercentage": 1,
index 54a2ddf588df8500480c76b913705693fc75e5ef..574f3abb680d548e32bccbc40a4ed6d631995e1d 100644 (file)
@@ -16,8 +16,6 @@
         },
         "options": {
             "responsive": false,
-            "legend": false,
-            "title": false,
             "bar": {
                 "datasets": {
                     "barPercentage": 1,
index 21f990a34758580be89d7a2e34320dd6de123109..64bd90964a37df444c47a609b8a4a445cf4f87ea 100644 (file)
@@ -21,8 +21,6 @@
         },
         "options": {
             "responsive": false,
-            "legend": false,
-            "title": false,
             "scales": {
                 "x": {
                     "type": "time",
index 1d27989ed6e2dbf7523f214effeaee16ee15190d..cc26a65bfa277825ce07b0a0288f979460918b17 100644 (file)
@@ -16,8 +16,6 @@
         },
         "options": {
             "responsive": false,
-            "legend": false,
-            "title": false,
             "scales": {
                 "x": {
                     "type": "time",
index c794e217c818ee3de015933389c8bf19e46b8edd..6ae340f83b4824f0fe40319231a8e03351149070 100644 (file)
@@ -16,8 +16,6 @@
         },
         "options": {
             "responsive": false,
-            "legend": false,
-            "title": false,
             "bar": {
                 "datasets": {
                     "barPercentage": 1,
index 4e1a97ab701aeabcd4be68291b7312df20af78b8..4e94cbc70636d7546dfe31fd4517ecc97975cb60 100644 (file)
@@ -12,8 +12,6 @@
         },
         "options": {
             "responsive": false,
-            "legend": false,
-            "title": false,
             "scales": {
                 "x": {
                     "type": "time",
index 8155ad8114e31dec117b92f25c66ce9034e0eaef..0d9d01e7cdb38532887b84a7551d0d1b0a649ab2 100644 (file)
@@ -12,8 +12,6 @@
         },
         "options": {
             "responsive": false,
-            "legend": false,
-            "title": false,
             "scales": {
                 "x": {
                     "type": "time",
index 02ac19ccfc406c5c5644100f9531d6b882410c79..ddf4ff868449daa47f15532e3795c509783493c8 100644 (file)
@@ -16,8 +16,6 @@
         },
         "options": {
             "responsive": false,
-            "legend": false,
-            "title": false,
             "bar": {
                 "datasets": {
                     "barPercentage": 1,
index 67c579ff09aa7e8fce390d2329cc9da817f47aa5..efe6afa9d050451006f8dfb8fa3bae6b53d01f6f 100644 (file)
@@ -20,8 +20,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        indexAxis: 'y',
                        elements: {
                                bar: {
index 84a6737be919829672597c08b5233644958e82ed..f8ad9d01a970a66f40e25de488185fa2b33b93dd 100644 (file)
@@ -23,8 +23,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                bar: {
                                        backgroundColor: 'transparent',
index cb090e715d40a31ed3d5b03c72c50ea42851e8c9..9ba3dbcfd889127aabd94b817f8cf7e114b531b1 100644 (file)
@@ -22,8 +22,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                bar: {
                                        backgroundColor: 'transparent',
index 6346113910cb25702f76c1976e1910099d3ee8e9..b8981e681f484e32495c3244c15e144d0c658cbe 100644 (file)
@@ -16,8 +16,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                bar: {
                                        backgroundColor: 'transparent',
index 1f646854e9495e2280552804275f40d0fa7a0509..e9bddedef84ac07692e19ac5abe8ac17b942c7c5 100644 (file)
@@ -23,8 +23,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                bar: {
                                        backgroundColor: 'transparent',
index 0f04955d6ff698ffaee5eab800752d394ff21ba6..3aa5a522248cbcd9109fd48a89e7f1473875d167 100644 (file)
@@ -22,8 +22,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                bar: {
                                        backgroundColor: 'transparent',
index 80f1ccffcc1d620b61d1dba3f2d9e87276ddd196..3e0602eb99fb3c6d3440eaeb538df1305b879065 100644 (file)
@@ -31,8 +31,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                bar: {
                                        backgroundColor: 'transparent',
index 022a4a45b8a8e097cdf3044d2d89d1ab83dba265..6e7b6ad8447015867df38d6894f1d668c47c4ccf 100644 (file)
@@ -24,8 +24,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                bar: {
                                        backgroundColor: 'transparent',
index bb2bf5a46af2e9e7fb79c7829e2bb7bf8fcc72bd..b6f87da594d179d960697356fc75727b84beb128 100644 (file)
@@ -23,8 +23,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                bar: {
                                        backgroundColor: 'transparent',
index 6c2d1673ee2a8cd621016e040013e485fef8253b..39dc68fe5f0b6b5fd1863c71742b6a658fd071ae 100644 (file)
@@ -25,8 +25,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                bar: {
                                        backgroundColor: '#888',
index f88fd6670415d2abadb49e7bf700806c102f3c37..c69c6c53762e05609730b1c4a26c982f542ced42 100644 (file)
@@ -17,8 +17,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                bar: {
                                        backgroundColor: 'transparent',
index b98acbf82ab22790398c9b50b973ae2e75b650aa..a9a5154776cbd270b1592f38c6769e61032408a4 100644 (file)
@@ -20,8 +20,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                bar: {
                                        backgroundColor: 'transparent',
index 8897b386d0a892ad1ca447bbd2478952b97ec18e..f2492b96b20025ec0ebe193ef34617b16aeb30be 100644 (file)
@@ -19,8 +19,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                bar: {
                                        backgroundColor: 'transparent',
index a3b0e0db6dca290df6934449b922529fd6b18000..bfedc41ad72932dbb35a3a4fa97bc3c6239eb3da 100644 (file)
@@ -16,8 +16,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                bar: {
                                        backgroundColor: 'transparent',
index 9d255fa4945762af43327f63c8c9198313965b94..ecd2c1b7d54aa2a8338e86f996f1c955b5036453 100644 (file)
@@ -11,8 +11,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        layout: {
                                padding: {
                                        left: 0,
index 368af566023637dabf7291d3d964dbb75c1ec12a..bba10f006cfb6cfa2beacbc2bbfb5a3d35d0f257 100644 (file)
@@ -15,8 +15,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        scales: {
                                x: {display: false},
                                y: {display: false}
index aecab69b31cea8cb84f7eb9487bd2285fd7ae5cd..adf3a67a6689ece2edf36f28bd58d0daa642a1f7 100644 (file)
@@ -29,8 +29,6 @@ module.exports = {
                        }]
                },
                options: {
-                       legend: false,
-                       title: false,
                        scales: {
                                x: {display: false},
                                y: {display: false}
index 0a258ab96ff61c1d3fdb86399c56dec67406611a..16a67c438a67eb81718022066b8bc545eda7281f 100644 (file)
@@ -15,8 +15,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        indexAxis: 'y',
                        scales: {
                                x: {display: false, min: 0},
index 08868b7d9e2404554935d75f1ec750abe7bc4c71..9d6fd63cada11bd447790823e13a9750fbfde89c 100644 (file)
@@ -15,8 +15,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        scales: {
                                x: {display: false, stacked: true},
                                y: {display: false, min: 0}
index e2e35e1d2d045498fb975d1a7cc7c732fa81fc6b..8142c8db608b722cb09c46b111ebe432ea944347 100644 (file)
@@ -15,8 +15,6 @@
             }]
         },
         "options": {
-            "title": false,
-            "legend": false,
             "indexAxis": "y",
             "scales": {
                 "x": {
index bbf8cb228876b792fb5a9c10ae629404cb9da70e..acaf00c9bb6e60e824081a553c2223d6793a6eb0 100644 (file)
@@ -15,8 +15,6 @@
             }]
         },
         "options": {
-            "title": false,
-            "legend": false,
             "indexAxis": "y",
             "scales": {
                 "x": {
index 5c198bedafcd683f4090a092238e93f136f3c166..d2270e26f655dedcd482908bbd9717df658ac00e 100644 (file)
@@ -15,8 +15,6 @@
             }]
         },
         "options": {
-            "title": false,
-            "legend": false,
             "scales": {
                 "x": {
                     "display": false,
index 3ca6763b7906223d2c1a1bd1e9ae50301783bd5f..45b7fd8503d6528ac3aa6be2b7cbf8267d9817a2 100644 (file)
@@ -15,8 +15,6 @@
             }]
         },
         "options": {
-            "title": false,
-            "legend": false,
             "scales": {
                 "x": {
                     "display": false,
index 5d9d23b1fda085389f4a33eca64929a5f2112195..894d121e87017704fe1b4f59f1f2d2d670e18393 100644 (file)
@@ -18,8 +18,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        indexAxis: 'y',
                        elements: {
                                bar: {
index 8cfba0f0d5ae664823664f0870d7ed3486d728af..0d8feddb153dbae132f9d0670d43cb513abf10e6 100644 (file)
@@ -13,8 +13,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        indexAxis: 'y',
                        scales: {
                                x: {
index c5f96495570c8308b9ad4dc8d4972e420d10c805..a76feb1079a3a2c71e9fc86ae836b132a48ad6d9 100644 (file)
@@ -13,8 +13,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        indexAxis: 'y',
                        scales: {
                                x: {
index 789b484c445a7edd24c688d71401d0a913d1a857..2535bcba503a74e844c886520617671e84ee4f15 100644 (file)
@@ -13,8 +13,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        indexAxis: 'y',
                        scales: {
                                x: {
index f5976b5ac974b49ba0080d3b8b9b274e5d7d5f18..7ae3897b85719b0df37b68c49800f33ab9630e59 100644 (file)
@@ -13,8 +13,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        scales: {
                                x: {display: false},
                                y: {
index 7d69b292030e7c0a0ddf804cac8b23d7db0705d7..07a03c4fd7e118e3026bf1d8796c86e7d4f80a3e 100644 (file)
@@ -13,8 +13,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        scales: {
                                x: {display: false},
                                y: {
index 29da8a6e1392b8aa1e6f52cb0e8c9fcfc0859627..ff808c7b5672b90bbe5b673af835603c46797173 100644 (file)
@@ -13,8 +13,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        scales: {
                                x: {display: false},
                                y: {
index ec90866f5810c0051111367f4c89f0d47c676dd2..aa92af956bc58713eb372ed8be71d6436740703c 100644 (file)
@@ -12,8 +12,6 @@ module.exports = {
                        labels: ['label1', 'label2', 'label3', 'label4']
                },
                options: {
-                       legend: false,
-                       title: false,
                        bar: {
                                datasets: {
                                        barPercentage: 1,
index 375179fd658e5a81bd8c2192a2fa4d15830c3f7d..9e594c277ef97da05929750010632dbf61b16d43 100644 (file)
@@ -12,8 +12,6 @@ module.exports = {
                        labels: ['label1', 'label2', 'label3', 'label4']
                },
                options: {
-                       legend: false,
-                       title: false,
                        bar: {
                                datasets: {
                                        barPercentage: 1,
index 4a0e13ded81fb5ca91a7e5bc7ad01327180687e8..18fbe9cf653b2d3e1508373f91846f6262c5867e 100644 (file)
@@ -16,8 +16,6 @@
         },
         "options": {
             "responsive": false,
-            "legend": false,
-            "title": false,
             "scales": {
                 "x": {
                     "display": false,
index 4d7e79518e222bed30369cd22aff2f8bd484c91a..6daf0eab8f0db410d2e9b0c2ffb6f0fed7eee6e1 100644 (file)
@@ -19,8 +19,6 @@
         },
         "options": {
             "responsive": false,
-            "legend": false,
-            "title": false,
             "scales": {
                 "x": {
                     "display": false,
index 34972264743786083cc5a69e26d76c5d685d958f..4a9d5090ea0ba3bb7afddebfd87a6bbe8014da69 100644 (file)
@@ -12,7 +12,6 @@ module.exports = {
                        }]
                },
                options: {
-                       legend: false,
                        scales: {
                                x: {ticks: {display: false}},
                                y: {
index 71de48a885afecf95705c75208f21981f1cdb804..d341eb11a7e89054440c5b2f2d214552103a9e44 100644 (file)
@@ -90,8 +90,6 @@
         },
         "options": {
             "responsive": false,
-            "legend": false,
-            "title": false,
             "scales": {
                 "x": {"display": false},
                 "y": {
index 65f61d771a949322a385198e293afbd917dad8d3..b1da990c6a0135978f70418e4bb43f4770e0a265 100644 (file)
@@ -18,8 +18,6 @@ module.exports = {
                        }]
                },
                options: {
-                       legend: false,
-                       title: false,
                        scales: {
                                x: {display: false},
                                y: {display: false}
index 021b678215d910f9da1cd8c2a46201d2ceceda4d..5706cb00d9d926d1cb11abb474ba4d7222b66663 100644 (file)
@@ -17,8 +17,6 @@ module.exports = {
                        }]
                },
                options: {
-                       legend: false,
-                       title: false,
                        scales: {
                                x: {display: false},
                                y: {display: false}
index 30262af86a56b1693c1243c7452e6817637fb224..7399d7953270970005b3fc138b5ec94349995205 100644 (file)
@@ -23,8 +23,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                arc: {
                                        backgroundColor: [
index e2cf9a2477f6a23585bc56511bfe956401d90706..1083523346fc2f2092b9459160419c04d0b6b046 100644 (file)
@@ -22,8 +22,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                arc: {
                                        backgroundColor: function(ctx) {
index 0abc394fb1a11e5031a99311535bdea753d7b8d3..3bf4d3e476dce87a3a014db5479f9c88954df84a 100644 (file)
@@ -16,8 +16,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                arc: {
                                        backgroundColor: '#00ff00'
index dd7798ed486f92d92ca8a2510ac3de19d7f41199..4f9d5572927cad9e5b48a77deccb746f07c557d1 100644 (file)
@@ -24,8 +24,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                arc: {
                                        backgroundColor: 'transparent',
index 29582d12b5f69bfcb2cb74e353789928d8aadc0c..81d14fba39e57b279c86e4b3bd0342a616ae7a5f 100644 (file)
@@ -20,8 +20,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                arc: {
                                        backgroundColor: 'transparent',
index 6a3d5334e50cd0f21b3057192f1416f2522cf6e9..6271ddbe9f82daa39a6462e407337fd546a91a58 100644 (file)
@@ -17,8 +17,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                arc: {
                                        backgroundColor: 'transparent',
index d5cfb8022b5d597765a7c74cf054c01ece22fa8a..2d6a8cddf3ce651880cc6a05b47999d18197be88 100644 (file)
@@ -23,8 +23,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                arc: {
                                        backgroundColor: 'transparent',
index a6dc8cc3cfe842db8538c3afad20d9ce15bc8ebd..0480889319bc4290f192a632ea4e7a4a194e1821 100644 (file)
@@ -22,8 +22,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                arc: {
                                        backgroundColor: 'transparent',
index 066ea8de4f4431ef9d2b67e63f6713cea75ad2ac..fbe14eacbbd822677b22b4867656ce4e7d95120e 100644 (file)
@@ -16,8 +16,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                arc: {
                                        backgroundColor: 'transparent',
index 28f82c64fbd74f7157cee012278dbd0d789cab4b..04b546fc88ba6b7e5f8370a2b48497e06ff08510 100644 (file)
@@ -23,8 +23,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                arc: {
                                        backgroundColor: 'transparent',
index 545c8d201cebc252db733099fe4eccaa1fca0b4f..41e6fca192695aa74b467030e60c06bc7de974b7 100644 (file)
@@ -19,8 +19,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                arc: {
                                        backgroundColor: 'transparent',
index 4d7d285c6a13e7a881a111f0957a577ebcd81b7a..ac4844370b565267d5d2991c2e8b8bbf8fbb84c2 100644 (file)
@@ -16,8 +16,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                arc: {
                                        backgroundColor: 'transparent',
index b76b2e82fd1710ee00ac2f90273f8fdc00c79b5d..cf3fa14ccf5b203ed619fac8cc41f12ca9e6624f 100644 (file)
@@ -23,9 +23,7 @@
             }]
         },
         "options": {
-            "responsive": false,
-            "legend": false,
-            "title": false
+            "responsive": false
         }
     }
 }
index 7fb4a76e166112a76f6ba9e0c19f28dcdfad0024..6d6c9c0f6823d5bb5b8753159dca52aab92db993 100644 (file)
@@ -24,9 +24,7 @@
             }]
         },
         "options": {
-            "responsive": false,
-            "legend": false,
-            "title": false
+            "responsive": false
         }
     }
 }
index c7f37d4854e7d5e973427e7f99cd0bf54ea2c399..5490cac291230ae176d8846ec562c4bbc1f241b9 100644 (file)
@@ -16,9 +16,7 @@
         },
         "options": {
             "circumference": 400,
-            "responsive": false,
-            "legend": false,
-            "title": false
+            "responsive": false
         }
     }
 }
index 526c15b1e2905a9319f7cd4e0532f9f70f9bd594..0b137ebbe5aea5fdebd57a5a99ce498b7310269c 100644 (file)
@@ -25,9 +25,7 @@ module.exports = {
                },
                options: {
                        circumference: 57.32,
-                       responsive: false,
-                       legend: false,
-                       title: false
+                       responsive: false
                }
        }
 };
index c6073a4f9889976d7073824142595d93fd4a3792..aa623de6a91c03991abf10c1bbbe25239c7374da 100644 (file)
@@ -24,9 +24,7 @@
         },
         "options": {
             "circumference": 57.32,
-            "responsive": false,
-            "legend": false,
-            "title": false
+            "responsive": false
         }
     }
 }
index d9b871c22f02b900dac8339a02dc68712bd07ebf..9ba9879023077abfd12729ef4df08f3c295d3fe9 100644 (file)
@@ -24,8 +24,12 @@ module.exports = {
                },
                options: {
                        responsive: false,
-                       legend: false,
-                       title: false
+                       plugins: {
+                               legend: false,
+                               title: false,
+                               tooltip: false,
+                               filler: false
+                       }
                },
                plugins: [{
                        id: 'hide',
index fa6d103c7a43cf3564642a4bcc107ee6919e9911..57f60e952213b10cae1cb532fbbcbb577fade4e9 100644 (file)
@@ -43,9 +43,7 @@ module.exports = {
                },
                options: {
                        circumference: 180,
-                       responsive: false,
-                       legend: false,
-                       title: false
+                       responsive: false
                }
        }
 };
index 769814b0ccb51b5e01d45daf1377aea764049cff..468f78d787014de7c0e6f4696d9d97b3bb568898 100644 (file)
                 "borderWidth": 0
             }],
             "labels": [ "label0", "label1" ]
-        },
-        "options": {
-            "legend": false,
-            "title": false
         }
     },
     "options": {
@@ -47,4 +43,4 @@
             "width": 500
         }
     }
-}
\ No newline at end of file
+}
index 59ecf544cd4738980cbd9a9b7c35e4b20f565838..3ea498b8924fa5a6e2f248eb046d532e8a541ac5 100644 (file)
@@ -23,9 +23,7 @@
             }]
         },
         "options": {
-            "responsive": false,
-            "legend": false,
-            "title": false
+            "responsive": false
         }
     }
 }
index 7b1bd0361b7b73ff38285199aa5793b8483167ef..ed91a9567f31cb3aa2120a17bf1cf0ffd8638535 100644 (file)
         },
         "options": {
             "responsive": false,
-            "legend": false,
-            "title": false
+            "plugins": {
+                "legend": false,
+                "title": false,
+                "tooltip": false
+            }
         }
     }
 }
index 3287186456cc32f7c2316e8d03972faa262fab29..39405f1feade239272e1e553b1c6a2a8d2c956c1 100644 (file)
@@ -24,9 +24,7 @@
         },
         "options": {
             "circumference": 57.32,
-            "responsive": false,
-            "legend": false,
-            "title": false
+            "responsive": false
         }
     }
 }
index 91d6c110ba97aeded17d1977b231c3226f66c6c0..6abcbc95db5fb43ac3924f5839b7140b2b67d609 100644 (file)
                 }
             ],
             "labels": [ "label0", "label1" ]
-        },
-        "options": {
-            "legend": false,
-            "title": false
         }
     },
     "options": {
@@ -49,4 +45,4 @@
             "width": 500
         }
     }
-}
\ No newline at end of file
+}
index a1844973a5bf25f1194a50f86ce281c1fa7518ab..ab1ab1580ccb152c1a528fe5dd5b85aa262bc846 100644 (file)
@@ -21,8 +21,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        backgroundColor: function(ctx) {
@@ -46,6 +44,12 @@ module.exports = {
                                        display: false,
                                        beginAtZero: true
                                }
+                       },
+                       plugins: {
+                               legend: false,
+                               title: false,
+                               tooltip: false,
+                               filler: true
                        }
                }
        },
index 1931c343f7a8c8a0b0b7e0727af598f7bc9b135f..b92a0111fd2870cd3a1fe4d4ba4232fe7f1937a4 100644 (file)
@@ -16,8 +16,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        backgroundColor: '#00ff00'
@@ -32,6 +30,12 @@ module.exports = {
                        scales: {
                                x: {display: false},
                                y: {display: false}
+                       },
+                       plugins: {
+                               legend: false,
+                               title: false,
+                               tooltip: false,
+                               filler: true
                        }
                }
        },
index 49d0f07aebd85cb78e06375322c29882fc7a7c8c..cb31c79d02568ec8a4af4bdc6740404f553621fd 100644 (file)
@@ -25,8 +25,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        borderCapStyle: function(ctx) {
index 16393fed502f51612c9b72696b6d2df1e3cd85d0..2f0e514bdb5f2b699e561fb86b4033d5bdc935a3 100644 (file)
@@ -21,8 +21,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        borderCapStyle: 'butt',
index 33941b9f547648ba1f6e4ee13f4f221e87a82a06..d87fd183a96333c0365867a1dfa2e72e3f394cff 100644 (file)
@@ -21,8 +21,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        borderColor: function(ctx) {
index 4dfab4c23c2549baeff40b2630c7158bee5001a8..9f58e2427be789b005bab7bf6f9f78f0a4a0fcc9 100644 (file)
@@ -16,8 +16,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        borderColor: '#0000ff',
index da003ea910addb5922ad933b19567de9b6e51d03..127414872f7fdec8fd939f27db2ed3dbbf8eb2e3 100644 (file)
@@ -18,8 +18,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        borderColor: '#00ff00',
index d40c87721b31a9777769a630de3f672a61b1e0d2..9d1f8a6eb247d99d861f4394a72b5a54a81054bf 100644 (file)
@@ -17,8 +17,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        borderColor: '#00ff00',
index f3f8ba6e4d999c540ad1ae5752ec6ee0f691057a..4e56559dbae39f9052385b0943bd983eacfacdfd 100644 (file)
@@ -20,8 +20,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        borderColor: '#00ff00',
index 67f9f65501eb5481da6ae4c37c211f3ed0362d65..89718503a2f816c79bb386435872f8bff70fc2a8 100644 (file)
@@ -18,8 +18,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        borderColor: '#00ff00',
index 54468482e294781282a859c8a1c999d3f6740d13..fd80e765db29278fdab0680976873dc9e2410b1e 100644 (file)
@@ -27,8 +27,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        borderColor: '#00ff00',
index b9b8e3533a8eabc8b9aeb19b5446dc73a77f0b57..3175f0f3b578af187f7c25ef1a1d67f1b93d6e72 100644 (file)
@@ -23,8 +23,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        borderColor: '#00ff00',
index f4167d7c01345353a23f7362172150454146fe4f..cef7246d6822119954690e6a15e8e88e24fa0b62 100644 (file)
@@ -21,8 +21,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        borderColor: '#ff0000',
index 872f8b2510755b142f18b10ad7ccdc1297d41dc2..67bd66bb30f2cdf1be9e570c262d6a3fcdd2c34b 100644 (file)
@@ -17,8 +17,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        borderColor: '#00ff00',
index 35cfc7da054397ba79763c3be2c81c47cb61bace..b5b821dea8b2642aba3a0d2154be293d8a8d77dc 100644 (file)
@@ -18,8 +18,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        borderColor: '#00ff00',
index ea8f541a3b4e0f7b079b0c07ea30c528b791958b..e353be2b631c41c3b447fb49300ed243adc00580 100644 (file)
@@ -13,8 +13,6 @@
         },
         "options": {
             "responsive": false,
-            "legend": false,
-            "title": false,
             "scales": {
                 "x": {
                     "max": 3,
index 65d85cc88c1152b3129822b423fc5d96300c5704..9c0a95ebdc3cae1b7c440ff6bbe25a7cd87c87f6 100644 (file)
@@ -13,8 +13,6 @@
         },
         "options": {
             "responsive": false,
-            "legend": false,
-            "title": false,
             "scales": {
                 "x": {
                     "min": -2,
index 5a8e2c16ae063b974e350f06e0c4b12a6910d1c5..7d75307961b87f30d99b14cb2eacffc7e0b8644c 100644 (file)
@@ -13,8 +13,6 @@
         },
         "options": {
             "responsive": false,
-            "legend": false,
-            "title": false,
             "scales": {
                 "x": {
                     "min": -2,
index 8fe92a4d61c8c3d6e15f8d8bcdc2f3a0ca1f9c6e..5fb441fbeedfb12109377e283be17fbc72327854 100644 (file)
@@ -13,8 +13,6 @@
         },
         "options": {
             "responsive": false,
-            "legend": false,
-            "title": false,
             "scales": {
                 "x": {"ticks": {"display": false}},
                 "y": {
index 1d7f78363a9e62e3a0156ded7e87c5412423dc9d..622dd0d92af9060ef0aad6948f34182a73f82460 100644 (file)
@@ -13,8 +13,6 @@
         },
         "options": {
             "responsive": false,
-            "legend": false,
-            "title": false,
             "scales": {
                 "x": {"ticks": {"display": false}},
                 "y": {
index 44034c657da13c5da46283888c5cedabce90c092..0a4eb17e0a05c2b0ed287e1384c8cec53a486b59 100644 (file)
@@ -13,8 +13,6 @@
         },
         "options": {
             "responsive": false,
-            "legend": false,
-            "title": false,
             "scales": {
                 "x": {"ticks": {"display": false}},
                 "y": {
index 2c34d3d0bbc37313104534804c6006b88a523d0a..53f4917f2a565eab52efd782e92ce920ea1087b8 100644 (file)
@@ -36,8 +36,6 @@
         },
         "options": {
             "responsive": false,
-            "legend": false,
-            "title": false,
             "scales": {
                 "x": {
                     "min": -2,
index d2dfd54b104900d81715c0c10dd8926a144ff720..f01007630e13f4d2470c8ad00b2e053add38b061 100644 (file)
@@ -19,8 +19,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        borderColor: '#00ff00',
index 516eb97976c443e5728d489c8a4ac4fa57309c46..f0d9143893fb4fbbc1d6d9168957a8fab3b5c52f 100644 (file)
@@ -17,8 +17,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        borderColor: '#00ff00',
index 93625a508268f213a98d16cb4185e54656608f6f..4fdfda18c75386d0fe03089d03459cbf0a55f660 100644 (file)
@@ -17,8 +17,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        fill: true
@@ -33,6 +31,12 @@ module.exports = {
                        scales: {
                                x: {display: false},
                                y: {display: false}
+                       },
+                       plugins: {
+                               legend: false,
+                               title: false,
+                               tooltip: false,
+                               filler: true
                        }
                }
        },
index 11b2496d39dc9f840c6a9458a9a2905367d9df73..6a05ac9c0340b5873166cebeefd060e6fd216116 100644 (file)
@@ -17,8 +17,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        fill: true
@@ -33,6 +31,12 @@ module.exports = {
                        scales: {
                                x: {display: false},
                                y: {display: false}
+                       },
+                       plugins: {
+                               legend: false,
+                               title: false,
+                               tooltip: false,
+                               filler: true
                        }
                }
        },
index fce9a888d59e321377f10345bb2eaa325a1752c0..c6e82c95b562160f69c946026ee316d696b36ac2 100644 (file)
@@ -19,8 +19,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        backgroundColor: '#00ff00',
@@ -35,6 +33,12 @@ module.exports = {
                        scales: {
                                x: {display: false},
                                y: {display: false}
+                       },
+                       plugins: {
+                               legend: false,
+                               title: false,
+                               tooltip: false,
+                               filler: true
                        }
                }
        },
index 469c6f42dbaaa218490bf2610fd5e1cda497ea25..a10cc5205f6a45b51d4f412bf60cf4019cda277d 100644 (file)
@@ -17,8 +17,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        backgroundColor: '#00ff00',
@@ -31,6 +29,12 @@ module.exports = {
                        scales: {
                                x: {display: false},
                                y: {display: false}
+                       },
+                       plugins: {
+                               legend: false,
+                               title: false,
+                               tooltip: false,
+                               filler: true
                        }
                }
        },
index c12afdc6599c13cb0b2ce2bb1a84dd006b21ccbd..e4c011f8d83006a09aae3155c77f9e3a1724d62f 100644 (file)
@@ -14,8 +14,6 @@
         },
         "options": {
             "responsive": false,
-            "legend": false,
-            "title": false,
             "scales": {
                 "x": {"display": false},
                 "y": {
index dce4f0af60a30e6827805820c79a337e0f6923f1..ebd680712130a8574f270a9c08f863ea73bd965c 100644 (file)
@@ -61,8 +61,6 @@
                },
                "options": {
                        "responsive": false,
-                       "legend": false,
-                       "title": false,
                        "scales": {
                                "x": {"display": false},
                                "y": {
index de860cc046653acb7d531a9cba7b291844450b1f..3d008d2f1af68c386c0a4eaf8e8b55200a4ba688 100644 (file)
@@ -61,8 +61,6 @@
         },
         "options": {
             "responsive": false,
-            "legend": false,
-            "title": false,
             "scales": {
                 "x": {"display": false},
                 "y": {
index dc8ca784c3b649807f16d2e524a42b5a153c7e09..a048f3c1917fb7035cdd4ea6d154496d955bfd45 100644 (file)
@@ -23,8 +23,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        fill: false,
index c265d2d4fb923eed6c32e3b123637bc840f3ae80..ba1200dbadec9c228ca71f529b6009265acf92f3 100644 (file)
@@ -22,8 +22,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        fill: false,
index ccf1f22b93a00121a4a796a6e100b9ca5354aed0..ef5df3378f927690af87c133b8c4312c2314dfbb 100644 (file)
@@ -16,8 +16,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        fill: false,
index e2836f9f46cf1316846de58b0c67432197bec824..3f3298682e5e584ac0227438941c5cfcce8f20a6 100644 (file)
@@ -23,8 +23,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        fill: false,
index 3d0c917442c52a2bf9b9fa01c1926d9050499bd0..556be7c648463485368661b2331483e8b76c653c 100644 (file)
@@ -22,8 +22,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        fill: false,
index f35162fbb9dba39b4a3dc469ab3bbc33fe279165..1650b32c819278356f700c8586e0acd55a3c0427 100644 (file)
@@ -16,8 +16,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        fill: false,
index 6baf54ffd03b019e9fc9e93452339611320de31f..0e819b255901f7adeb2b84c4a77f3ba3305e0d07 100644 (file)
@@ -19,8 +19,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        fill: false,
index 9e9e1f3b1ae802b37b3a79875dc11c4c6c9cc9ab..d833281b4477d61adb6d6903846c8e8f8a0ca3eb 100644 (file)
@@ -22,8 +22,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        fill: false,
index da80f95521061429e0e1852d1d7d8d29fc5b0f54..1327fd3a52f41a543c027bec5ae1bf61ac93821a 100644 (file)
@@ -17,8 +17,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        fill: false,
index 433f0618a35587824680f01981cd293945da34be..3029f8116546fcf822dce9c22798e19e39e6001f 100644 (file)
@@ -25,8 +25,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        fill: false,
index 50706e942f672b5c2d53c4aab4670db165458d90..bd68344e50964a93efb4b030e542a25fa5b3ec8c 100644 (file)
@@ -24,8 +24,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        fill: false,
index 1a408bea09ec1eea438a307e99c851bdbfa59532..87f78d79d49fe0d3d5413f2f6fc44dddbcd7889d 100644 (file)
@@ -17,8 +17,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        fill: false,
index 605e19ced58ace6b7974c589ce7cccecb10f0d3d..2c3ade90ccd75bc6a6103c1b8b0ee4889f6e97af 100644 (file)
@@ -19,8 +19,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        fill: false,
index eb32bb8fec53e264a90969d9181fa6ef4b0f1917..e08e919b028512797db008fb22444887626f4dc9 100644 (file)
@@ -22,8 +22,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        fill: false,
index 155b113bcf7e2a71d4b28e6a5b9d61499637032d..60a33c69bf5f4047a11f3bca88b3cf68febbc847 100644 (file)
@@ -17,8 +17,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        fill: false,
index 4510f3898cf7eaee5dbf34b6eccb11d396de3d36..d3f33a05da65500c84d469505e0a4374e08b1667 100644 (file)
@@ -19,8 +19,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        fill: false,
index 0ba7e151d1098cf0723ac400f1530dfae94165b6..9cb5199d6eeaa1f94ad1b70c531ea71217cee092 100644 (file)
@@ -22,8 +22,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        fill: false,
index 77b69694200349e1977307fd49292ab18825b9ac..00072267a612a773aaaef406117acab88bf9a592 100644 (file)
@@ -17,8 +17,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        fill: false,
index fd755ca37777db780b18c30522a860f8425e4ee8..2eee50599e8a4dfe32919b3c934ea83c53eda091 100644 (file)
@@ -14,8 +14,6 @@ module.exports = {
                        labels: ['label1', 'label2', 'label3', 'label4']
                },
                options: {
-                       legend: false,
-                       title: false,
                        showLine: true,
                        scales: {
                                x: {
@@ -24,6 +22,12 @@ module.exports = {
                                y: {
                                        display: false
                                }
+                       },
+                       plugins: {
+                               legend: false,
+                               title: false,
+                               tooltip: false,
+                               filler: true
                        }
                }
        },
index 026c5102723b1e91ece2a29bfeb7883a90184d7e..a90097b0c261bf4fa6d802be4ea28796202f8658 100644 (file)
@@ -12,8 +12,6 @@ module.exports = {
                        labels: ['label1', 'label2', 'label3', 'label4']
                },
                options: {
-                       legend: false,
-                       title: false,
                        showLine: false,
                        scales: {
                                x: {
@@ -22,6 +20,12 @@ module.exports = {
                                y: {
                                        display: false
                                }
+                       },
+                       plugins: {
+                               legend: false,
+                               title: false,
+                               tooltip: false,
+                               filler: true
                        }
                }
        }
index 2e2a56ba842811b95abc8c62019bf39d3139408a..073afcda5b68e8b59f1845393882b12e5bb6814d 100644 (file)
@@ -17,8 +17,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        fill: true
@@ -33,6 +31,12 @@ module.exports = {
                        scales: {
                                x: {stacked: true, display: false},
                                y: {stacked: true, display: false}
+                       },
+                       plugins: {
+                               legend: false,
+                               title: false,
+                               tooltip: false,
+                               filler: true
                        }
                }
        },
index 7c7a2602a48db552e94fda5f47016dced5561e04..811496e30532ca84479943770f08f346f41f19b7 100644 (file)
@@ -19,8 +19,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        fill: true
@@ -35,6 +33,12 @@ module.exports = {
                        scales: {
                                x: {stacked: true, display: false},
                                y: {stacked: true, display: false}
+                       },
+                       plugins: {
+                               legend: false,
+                               title: false,
+                               tooltip: false,
+                               filler: true
                        }
                }
        },
index 2047b5f5511512b2c01e7720a4101837a23e7253..a8085b629f3f97d14d87f30b07ae3f2cc4d397f0 100644 (file)
@@ -46,9 +46,6 @@ module.exports = {
                        }],
                },
                options: {
-                       legend: {
-                               display: false,
-                       },
                        scales: {
                                x: {
                                        display: false,
@@ -60,6 +57,12 @@ module.exports = {
                                        position: 'left',
                                },
                        },
+                       plugins: {
+                               legend: false,
+                               title: false,
+                               tooltip: false,
+                               filler: true
+                       }
                },
        },
        options: {
index 073e5708c84002384efc72d4c0d39c0e9731c13c..151b04b3393dad27f52981dcec605d1cd867bc8d 100644 (file)
@@ -24,8 +24,6 @@
                 }
             },
             "responsive": false,
-            "legend": false,
-            "title": false,
             "scale": {
                 "display": false
             }
index 01474c028d6ce77b497752c8f3c20ef104fe4a83..b7c05d5493beb80ad81ef1cda8cf0908309b884e 100644 (file)
@@ -18,8 +18,6 @@
                },
         "options": {
             "responsive": false,
-            "legend": false,
-            "title": false,
             "scale": {
                                "display": true,
                                "angleLines": {
index ef83f1b87720496793af228f1f7b223bd4323521..e1758b4b74623299dc04587267ecbb3c40341193 100644 (file)
@@ -17,8 +17,6 @@
         },
         "options": {
             "responsive": false,
-            "legend": false,
-            "title": false,
             "scale": {
                 "display": false
             }
index f1dde3224e6747c810d17cea9831d99762206a86..60e635cddfa56c46e521fea57cd2ad56da682816 100644 (file)
@@ -19,8 +19,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        scale: {
                                display: false
                        }
index c3f26b6f35a068ea69607ccc9a2ae97a8bf74c0d..371f2b60671a7356dac525a13f97c20a5f9f425e 100644 (file)
@@ -11,8 +11,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                arc: {
                                        backgroundColor: [
index d850b4d2eb2d694593daab9779531d019f528b39..22f2b0e802cf763e8e8b9f75004271590940af5a 100644 (file)
@@ -18,8 +18,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        scale: {
                                display: false
                        }
index 4dd4d0c42af9abbd7518f305457f1113e68ed989..97fb913170557a727f068a7355063db2554dca3f 100644 (file)
@@ -11,8 +11,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                arc: {
                                        backgroundColor: function(ctx) {
index 502e8358a115d5f539cc6af56d778ed86e666fc7..7a17ee754a9ef83dd462df36f3f42d7c53a2f4e1 100644 (file)
@@ -12,8 +12,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        scale: {
                                display: false
                        }
index e3448be14dd0b3190f5523c0c2086bf6b8a3a866..8c0dc9423fad0c50071abbb3e3ec389c30a793ea 100644 (file)
@@ -11,8 +11,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                arc: {
                                        backgroundColor: '#00ff00'
index 45b49f3db57144e7271d90cbd3ef2f90afc4bc3d..683cc9fb02d8ba812c170bbce1e857f534d1abd8 100644 (file)
@@ -31,8 +31,6 @@
                 }
             },
             "responsive": false,
-            "legend": false,
-            "title": false,
             "scale": {
                 "display": false
             }
index c6edc39d3c598f1c6e6da447a795d546261f90fd..6ed5753aab7abaa2b32505be4dd930dcd1fbcd91 100644 (file)
@@ -32,8 +32,6 @@
                 }
             },
             "responsive": false,
-            "legend": false,
-            "title": false,
             "scale": {
                 "display": false
             }
index b6aaee0eb8db7e049669d32411537933990c9c00..67a8005ea91c0ccc5ba162d43bdf99f4466769bf 100644 (file)
@@ -20,8 +20,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                arc: {
                                        backgroundColor: 'transparent',
index eea0a0e5a3e6b31be522ae24792a17804701c810..77f417d234089fbb19984f50d03bf695acf2212f 100644 (file)
@@ -11,8 +11,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                arc: {
                                        backgroundColor: 'transparent',
index 0ba4263f05d77b9d97249dd9c0e5348db11b9882..b84e3eed9919d71c6a602a9fd1fc4980442f40a8 100644 (file)
@@ -16,8 +16,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                arc: {
                                        backgroundColor: 'transparent',
index 45e93a1c27a041d94c5cc6af6258aabe570b65c6..0008cd9549dab4f0b75762d1725a4c2a55ffcde0 100644 (file)
@@ -11,8 +11,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                arc: {
                                        backgroundColor: 'transparent',
index 6ad1a51132575bcaa3cf5d36c775746fa7780345..6c2c5de4bac0ef86103ce7aa83bf05b78f75dd88 100644 (file)
@@ -13,8 +13,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                arc: {
                                        backgroundColor: 'transparent',
index e70dc6908345f5e07ad505b1a9700abdebc01683..29beb10273b121fbd6167807808d883ef3e6e29d 100644 (file)
@@ -11,8 +11,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                arc: {
                                        backgroundColor: 'transparent',
index 660941ef027b6b45b82dc74073f22bd46369db4b..655afa8d0bdf90100cb1055106bce65fe65b0b96 100644 (file)
@@ -19,8 +19,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                arc: {
                                        backgroundColor: 'transparent',
index 8189866970f2d3bd684c2925e41dd3e0a59862d8..982a72d29d29f0c97402fd3f220247cff278a32b 100644 (file)
@@ -11,8 +11,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                arc: {
                                        backgroundColor: 'transparent',
index 6f837a74075f64e928351281df48187369950e9a..4af1e488be7f648c6202e59128b1515e9198d2a2 100644 (file)
@@ -18,8 +18,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                arc: {
                                        backgroundColor: 'transparent',
index 93f8b53ff6f879a1c10d7c57f9b031b2a995b180..58f14739c6c7cfe807e76cc575107ded4d77a755 100644 (file)
@@ -11,8 +11,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                arc: {
                                        backgroundColor: 'transparent',
index 0361c730b9a713be34f3a9e3500df20c75441d6d..d266635e359649684c5bc5c9c8b6534b76eaac02 100644 (file)
@@ -12,8 +12,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                arc: {
                                        backgroundColor: 'transparent',
index cff65f4ea233b61bbc2d74fd78a8f1ab73aea29a..45e8693f4339a6e2caff977cfd9772edb9b1a3ff 100644 (file)
@@ -11,8 +11,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                arc: {
                                        backgroundColor: 'transparent',
index 730de30e06432ee75e6e7f95667e3498180b4eea..c03f64c24c93dc0289fa8676eebb49952dc2365f 100644 (file)
@@ -19,8 +19,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                arc: {
                                        backgroundColor: 'transparent',
index cc790efb18584d51f7dbd282d4f0b58deb7b5c51..2b7d144128a880c2bbdd835ba886a80d1cdb575c 100644 (file)
@@ -11,8 +11,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                arc: {
                                        backgroundColor: 'transparent',
index c145811e1903308ffc7de6e41b89f34a2d6a07df..36e91a7fd23d7e5467c34aeea15cf8feead94b1c 100644 (file)
@@ -15,8 +15,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                arc: {
                                        backgroundColor: 'transparent',
index f0dae0725ea2d92e76b619aea6a620f01035af7a..dca17e685e410c503a665ce8d83721abb21139dc 100644 (file)
@@ -11,8 +11,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                arc: {
                                        backgroundColor: 'transparent',
index 1c7691cb8bf68c4513232351f9441ceabcffae21..2fc8e1b250b094993094bc938369cff5642e6dbd 100644 (file)
@@ -12,8 +12,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                arc: {
                                        backgroundColor: 'transparent',
index 02d9339e0076cbf9bfe7851eb6be43c82856a3e6..bdafaca68e7106a7988e1b5318c64f3165e61064 100644 (file)
@@ -11,8 +11,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                arc: {
                                        backgroundColor: 'transparent',
index 2ff729099a3ba16b1142702feb308f0e980279e5..80953d7b99c6f6227693bc66eb1e13a53a8b64fd 100644 (file)
@@ -21,8 +21,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        backgroundColor: function(ctx) {
@@ -40,7 +38,13 @@ module.exports = {
                        },
                        scale: {
                                display: false,
-                               min: -15
+                               min: -15,
+                       },
+                       plugins: {
+                               legend: false,
+                               title: false,
+                               tooltip: false,
+                               filler: true
                        }
                }
        },
index 1c8651edb7c4a5937a2cb0c018e41f017e22fa5a..5c090a775405569dbe25c7861c1aaf1728a0eb8c 100644 (file)
@@ -16,8 +16,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        backgroundColor: '#00ff00',
@@ -30,6 +28,12 @@ module.exports = {
                        scale: {
                                display: false,
                                min: -15
+                       },
+                       plugins: {
+                               legend: false,
+                               title: false,
+                               tooltip: false,
+                               filler: true
                        }
                }
        },
index f0db0da675bec68a1ab8c2adfd2cd049a56a0b97..bbcf06daed822081bd4d665f9153ecfb10c41772 100644 (file)
@@ -25,8 +25,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        borderCapStyle: function(ctx) {
index 6de72cba8cd3bbeffa2ba3ad78dc2ff0aacd4f9c..c730dfc861d826cb1d846652666cd519c7bf7f09 100644 (file)
@@ -21,8 +21,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        borderCapStyle: 'butt',
index 2767e9786fefd155ea412f7a4bb0c3187741ee7c..89bdf26eeca56e8058755a289dcc030f13193522 100644 (file)
@@ -21,8 +21,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        borderColor: function(ctx) {
index e0e677f2638bc67999cbeb751a2fa81cf05bc2b8..9b9bacfc0fc257a50078ec762ac89736c23f59f1 100644 (file)
@@ -16,8 +16,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        borderColor: '#0000ff',
index 8415eff43fcb813bb22da9c3e9d02fc1e2b973ba..8a54bfb92343fcfc005217f11c00c5b44d1ca926 100644 (file)
@@ -18,8 +18,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        borderColor: '#00ff00',
index 92439aab82550dd008575271d4e93adaf190848b..f4a4596dfe463c9b35a6039bcfc8c63a04afed47 100644 (file)
@@ -17,8 +17,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        borderColor: '#00ff00',
index 9f8a6e879970eaa85f4f403edca82a670f4aae90..5262483fc1f72806ed3cb542d64a96a6ded2f52a 100644 (file)
@@ -20,8 +20,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        borderColor: '#00ff00',
index c26805e14dfc86f005787a0c109f5f6a2dc40666..6c7ed68f2df8a90f9dbf297c852ffc1ef4737e2d 100644 (file)
@@ -18,8 +18,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        borderColor: '#00ff00',
index 435af723025b26e5dfbc108fbb005b921f7f869b..5ff3fdd01ec46c42bf0946b9a54d3a8903f33425 100644 (file)
@@ -27,8 +27,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        borderColor: '#00ff00',
index 580ef743e73ee3a65c66118bb338d67644f0c83d..ad6a0003309acbc406fd1c4ff4c400481108b123 100644 (file)
@@ -23,8 +23,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        borderColor: '#00ff00',
index 64fcffad9889226009286e68218a241e8fdd0811..99ec83bd45ab25b57553c0e4feed8ff37d7c52a3 100644 (file)
@@ -21,8 +21,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        borderColor: '#ff0000',
index 29c7e57803e98814c1a7168919cd0b4827545549..3292c0b04367c02ef9d7e3b4cd84a8fb1527b67d 100644 (file)
@@ -17,8 +17,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        borderColor: '#00ff00',
index dd1bb65559a434388be792d0bac9f6032c682940..1298b0ab1b3fb12774ba9c4b1b23a02c5d232bd9 100644 (file)
@@ -18,8 +18,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        borderColor: '#00ff00',
index b57599c075f23e27a72a691a8d6d1d378bb23d63..aef77d0daaece5180bf27d5d5117f83f8727a6e6 100644 (file)
@@ -19,8 +19,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        backgroundColor: '#00ff00',
@@ -32,6 +30,12 @@ module.exports = {
                        scale: {
                                display: false,
                                min: -15
+                       },
+                       plugins: {
+                               legend: false,
+                               title: false,
+                               tooltip: false,
+                               filler: true
                        }
                }
        },
index f2c21f645d070d8a3f642445f30e1de860e452e1..6e31a41c2c3542f40e7e2168da458263330eb178 100644 (file)
@@ -17,8 +17,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        backgroundColor: '#00ff00',
@@ -28,6 +26,12 @@ module.exports = {
                        scale: {
                                display: false,
                                min: -15
+                       },
+                       plugins: {
+                               legend: false,
+                               title: false,
+                               tooltip: false,
+                               filler: true
                        }
                }
        },
index 8fea82502d14aee478adecf536f691e49bae3ea7..cf119b046d65ecf66477b67dab65856664e29291 100644 (file)
@@ -64,8 +64,6 @@
         },
         "options": {
             "responsive": false,
-            "legend": false,
-            "title": false,
             "scale": {
                 "display": false,
                 "min": 0,
index d3f44572c71c428b70c1df2efe1215ef1d098047..4f1ec38017dd701a649871ee1c955aa6ef0b6e14 100644 (file)
@@ -23,8 +23,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        fill: false
index edc160efff4026d61345a865b4628e10ecac2536..41009805dd177dae04d93d63f066cb3c06b4b4e9 100644 (file)
@@ -22,8 +22,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        fill: false
index 4688dc32ae23c6aad9aa7a7b93c44cda705d661e..469e5ec1eb209bb4b26e4581af186116c39dcbe2 100644 (file)
@@ -16,8 +16,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        fill: false
index 45fb8e2750560892cdd506a8e0df79bceb10f3a2..90fa772e45778e64ea65871194962c6603fe22a9 100644 (file)
@@ -23,8 +23,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        fill: false
index 4e343c50ae8904ba0fc8bc17f522efcf2e09bb76..da65f1e19d15634b4bbde40ea24061ca48cd23d1 100644 (file)
@@ -22,8 +22,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        fill: false
index 3e80106d0532a4de7aa60df9879bc90bc3a409ad..d46c2b875e07249f35b04aa048794630896f6790 100644 (file)
@@ -16,8 +16,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        fill: false
index 2c6b6b5ce58ed3b695701f9ac4c63d4fe2219559..6f4b1e92c50c9cfd6aeb15dc0fcce47d656f19f7 100644 (file)
@@ -19,8 +19,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        fill: false
index 51e77e4a7d3a38b772385279d7ee9545fb64ebb7..2c3b65ed509c593eb1b29a721e9f564bd859f56a 100644 (file)
@@ -22,8 +22,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        fill: false
index 74bd417001c2e03ffdd975c0bafae23dad726169..9c881bbcab0e4cb346b7603763caa615495ccf3a 100644 (file)
@@ -17,8 +17,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        fill: false
index 55b52a601e37684ba18735257756d6e585eb301c..8724a3648573adfa9b0959b19ab0aeca60bd2272 100644 (file)
@@ -25,8 +25,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        fill: false,
index dbf2e9a26045041b2053aba29e7fe3a366ed80bf..3f3210b6b1423ce968cd7a42e55858553effdb49 100644 (file)
@@ -24,8 +24,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        fill: false,
index beab6ed687c300b20d3fc7ade7aef77d6d3d4909..08596a870c3995e4ddff8ce11f7adb739b393ab8 100644 (file)
@@ -17,8 +17,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        fill: false,
index b052d88b64b2abb5d777dfcaa4e756db96de0caf..7b836149a6e3a43beccd05c3e67d2d71e63c40c6 100644 (file)
@@ -19,8 +19,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        fill: false,
index 69ca5777dfb379c75873cf249e5c3da31f19250a..dcac83526f200119b59e590d722d557378ce6dbf 100644 (file)
@@ -22,8 +22,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        fill: false,
index 42a0cf00de551dc549cad5b12c5c7c314a188712..bf32433e86b4e60e2c6db8e0d420ce2a54342f6d 100644 (file)
@@ -17,8 +17,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        fill: false,
index 5b4f69dfc6dfee8f637c0c1765116a25181e947a..6ab5d83ee886d3953217bf447f2c8e8980d36afd 100644 (file)
@@ -19,8 +19,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        fill: false,
index 6a5d7f33f82b469031cda255ab08568f0b9b4eef..134673be103a4de1a6721e3fec487e2f3c99199a 100644 (file)
@@ -22,8 +22,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        fill: false,
index b842151c84e8d4ff8354dbcfe522ebdd8a628553..c9a46ad438e6bf69c20074842fbfe84b69b0e50e 100644 (file)
@@ -17,8 +17,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        elements: {
                                line: {
                                        fill: false,
index f903c38f8b852a1083ad672e764790108b0b1682..3973195f0f0ebffd4370c48fe9f9005f1b589d9c 100644 (file)
@@ -23,8 +23,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        showLine: false,
                        elements: {
                                line: {
@@ -36,6 +34,12 @@ module.exports = {
                        scale: {
                                display: false,
                                min: -15
+                       },
+                       plugins: {
+                               legend: false,
+                               title: false,
+                               tooltip: false,
+                               filler: true
                        }
                }
        },
index 9c31f48de26672bb1ba3f7ed2fb32982b7de099c..7c8732acfa069d100d3447c9f7121efdb53efadd 100644 (file)
@@ -12,8 +12,6 @@ module.exports = {
                        }],
                },
                options: {
-                       legend: false,
-                       title: false,
                        scales: {
                                x: {
                                        display: false
index 4da3e58540b1b23f559e5e7c0601998913003b02..de4cf7fe327094f54e72e7d2dc3c8848b6b15c6b 100644 (file)
@@ -11,8 +11,6 @@ module.exports = {
                        }],
                },
                options: {
-                       legend: false,
-                       title: false,
                        scales: {
                                x: {
                                        display: false
index 47196ae15557d2aec4aa1dca219fbf8008a560c3..3bcd930e8b1396232350d538f2cd094c5f2c15ba 100644 (file)
@@ -16,8 +16,6 @@
             }]
         },
         "options": {
-            "legend": false,
-            "title": false,
             "scales": {
                 "x": {
                     "axis": "x",
index 46121d27372ea06903067ec80ac1225fcbef3a2d..e98994242f80794ba86e0c21138cfab4464f8442 100644 (file)
@@ -8,8 +8,6 @@ module.exports = {
                        labels: [['Label1', 'line 2', 'line3'], 'Label2', 'Label3']
                },
                options: {
-                       legend: false,
-                       title: false,
                        scales: {
                                x: {
                                        ticks: {
index aa305d0ce8ffca0caa9f2c3f48fd7ddfbdb95e3a..d5cfee5b7a39981fd51b4e19947b1b79bd98775e 100644 (file)
@@ -8,8 +8,6 @@ module.exports = {
                        labels: [['Label1', 'line 2', 'line3'], 'Label2', 'Label3']
                },
                options: {
-                       legend: false,
-                       title: false,
                        scales: {
                                x: {
                                        ticks: {
index 2108315294eb8ee8995f386d6246c0139fe3e9c4..659aa2c6a432f917fc2e4b556dcd0b277abeeb58 100644 (file)
@@ -8,8 +8,6 @@ module.exports = {
                        labels: [['Label1', 'line 2', 'line3'], 'Label2', 'Label3']
                },
                options: {
-                       legend: false,
-                       title: false,
                        scales: {
                                x: {
                                        ticks: {
index 59aa67d18632571a69c8ad83adb04586b0c8aae8..a2964b44f776aac494e83e4306fed060a911f071 100644 (file)
@@ -9,8 +9,6 @@ module.exports = {
                },
                options: {
                        indexAxis: 'y',
-                       legend: false,
-                       title: false,
                        scales: {
                                y: {
                                        position: 'left',
index de119d18c9fa3c6c5ba59b693c9413df218c8b85..a2cdb723bcace4e2f5976673cc7864b3a28fee71 100644 (file)
@@ -9,8 +9,6 @@ module.exports = {
                },
                options: {
                        indexAxis: 'y',
-                       legend: false,
-                       title: false,
                        scales: {
                                y: {
                                        position: 'left',
index 6531612e1cd5b7a4d192671751e76fb3e31b6e23..69ea769d4f7111b5887e2c643bc2cb7fcd647ef6 100644 (file)
@@ -9,8 +9,6 @@ module.exports = {
                },
                options: {
                        indexAxis: 'y',
-                       legend: false,
-                       title: false,
                        scales: {
                                y: {
                                        position: 'left',
index 10a41b22849deb591b240e4ecfb2c692e2ea527a..ab31fd4a42ad8df0cf4e3ff10c8a8d9519141bf9 100644 (file)
@@ -9,8 +9,6 @@ module.exports = {
                },
                options: {
                        indexAxis: 'y',
-                       legend: false,
-                       title: false,
                        scales: {
                                y: {
                                        position: 'right',
index adbdb32d22ee00748b718ad0a5f9633bf315c9a7..dc2d1a16d51143da2342dd31201682845c338790 100644 (file)
@@ -9,8 +9,6 @@ module.exports = {
                },
                options: {
                        indexAxis: 'y',
-                       legend: false,
-                       title: false,
                        scales: {
                                y: {
                                        position: 'right',
index cd8e94e357d612480b1932141fec361e17ea6e6e..7bcba8f86a85b8ff63d8f0cebfc754244dcadc40 100644 (file)
@@ -9,8 +9,6 @@ module.exports = {
                },
                options: {
                        indexAxis: 'y',
-                       legend: false,
-                       title: false,
                        scales: {
                                y: {
                                        position: 'right',
index 31386b773173cc918f89802f3226ceae67f1aa11..9096a4f37dece479f029441c0b7b418f86bd77d7 100644 (file)
@@ -8,8 +8,6 @@ module.exports = {
                        labels: [['Label1', 'line 2', 'line3'], 'Label2', 'Label3']
                },
                options: {
-                       legend: false,
-                       title: false,
                        scales: {
                                x: {
                                        position: 'top',
index c4606b715febd424e4f95941dd668ad25cd07179..e4d16b9773012849b256e443c1e3cdded5f21676 100644 (file)
@@ -8,8 +8,6 @@ module.exports = {
                        labels: [['Label1', 'line 2', 'line3'], 'Label2', 'Label3']
                },
                options: {
-                       legend: false,
-                       title: false,
                        scales: {
                                x: {
                                        position: 'top',
index c89e3c01aa393f89f7fdddbd9e2fbd43671f92e6..707b3cc492b73b3b560c4343729d7a0e42e201ec 100644 (file)
@@ -8,8 +8,6 @@ module.exports = {
                        labels: [['Label1', 'line 2', 'line3'], 'Label2', 'Label3']
                },
                options: {
-                       legend: false,
-                       title: false,
                        scales: {
                                x: {
                                        position: 'top',
index d0a5a04de8426427ee0be12eaf402457ad84f4af..1093cecd05aa8a03b073ab7523b68e3a5dda6a34 100644 (file)
@@ -8,8 +8,6 @@ module.exports = {
                        labels: ['Label1', 'Label2', 'Label3']
                },
                options: {
-                       legend: false,
-                       title: false,
                        scales: {
                                x: {
                                        ticks: {
index d7b19fe1363d11515c628780d9b7f90a31f77fe7..b2b5bdf4eb34bba7fb8a6aa68cfcc850ec6c6b51 100644 (file)
@@ -8,8 +8,6 @@ module.exports = {
                        labels: ['Label1', 'Label2', 'Label3']
                },
                options: {
-                       legend: false,
-                       title: false,
                        scales: {
                                x: {
                                        ticks: {
index 3edcb65003b170a2dd77f2e1f52d1cf1f21e009d..f8d96d36e99e3872a506bc64a6efc181a6c2ac22 100644 (file)
@@ -8,8 +8,6 @@ module.exports = {
                        labels: ['Label1', 'Label2', 'Label3']
                },
                options: {
-                       legend: false,
-                       title: false,
                        scales: {
                                x: {
                                        ticks: {
index 0cf9164df42979217acd7436b04a59a737a1dcc0..e16d4343036bcc8c1fc00cc26fa1b50052659496 100644 (file)
@@ -8,8 +8,6 @@
             }]
         },
         "options": {
-            "legend": false,
-            "title": false,
             "indexAxis": "y",
             "scales": {
                 "x": {
index c961e659c6194abffeb564d30d5424f72f4f3a6c..12249616bebb7fa4220543809887623f71166a65 100644 (file)
@@ -6,8 +6,6 @@
                        "datasets": []
         },
         "options": {
-            "legend": false,
-            "title": false,
             "indexAxis": "y",
             "scales": {
                 "x": {
index 94583f9e34b6733435349c5c252674a13d7fbfac..cb15026bc2c15238aa95728f6b7ed8315245469b 100644 (file)
@@ -16,8 +16,6 @@
             }]
         },
         "options": {
-            "legend": false,
-            "title": false,
             "scales": {
                 "x": {
                     "position": "center",
index 84e80670cf93c0a68bcd96626b2d544e0f3a0df2..53954acd379827eb7743693bbf346ffe5bba7d96 100644 (file)
@@ -16,8 +16,6 @@
             }]
         },
         "options": {
-            "legend": false,
-            "title": false,
             "scales": {
                 "x": {
                     "position": {
index 76cc0db3e7a35b14cec81533592d72b6c8e3715a..1ba27c87c1bb18052ff73f45fa79eb78e7f32a72 100644 (file)
@@ -16,8 +16,6 @@
             }]
         },
         "options": {
-            "legend": false,
-            "title": false,
             "scales": {
                 "x": {
                     "position": "bottom",
index c0f9bc3043a875a9b559eafaab8fc8b4a4715db4..0eaeb8199e99a4969bc7bedcf0bef95cdced18b9 100644 (file)
@@ -16,8 +16,6 @@
             }]
         },
         "options": {
-            "legend": false,
-            "title": false,
             "scales": {
                 "x": {
                     "position": "bottom",
index 46628224ee180de5e1ae2ee14fa27e8126ecd993..1b55944ecfa49f288cbbc84941a4adc2c8d0e468 100644 (file)
@@ -9,8 +9,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        scales: {
                                x: {type: 'linear', display: false, min: 0, max: 20},
                                y: {display: false, min: -15, max: 15}
index 89cbe98e73af1eeaa71aa3b2b29f1e44e250006e..80df30a6b7c66c65417df2e15b9fc7ef5adcd474 100644 (file)
@@ -12,8 +12,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        scales: {
                                x: {type: 'linear', display: false, min: 0, max: 20},
                                y: {display: false, min: -15, max: 15}
index f2afa7f456144475bbc4ca4360583357cbe1b70a..7bd53d3eec299c1a6f5b90149ce92d6317b05d85 100644 (file)
@@ -13,8 +13,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        scales: {
                                x: {type: 'linear', display: false, min: 0, max: 20},
                                y: {display: false, min: -15, max: 15}
index bdab6c83d05f4cb1975a4cab043f2376ee03ec49..2f3b8a8ccb4567a88ff4c66fea332e4313ed7d64 100644 (file)
@@ -12,8 +12,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        scales: {
                                x: {type: 'linear', display: false, min: 0, max: 20},
                                y: {display: false, min: -15, max: 15}
index d05226a30ba4c1debc6edf0309f1d32f2dbe26fb..147d8252c6672ea905b70ff9d8d00fef9e7152c1 100644 (file)
@@ -13,8 +13,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        scales: {
                                x: {type: 'linear', display: false, min: 0, max: 20},
                                y: {display: false, min: -15, max: 15}
index 5afe55fc1dd5c55ac26fb3e6ea1d3bf70cd337f1..6f991a45c4dc6f80e9375bd33e96e4540de642fd 100644 (file)
@@ -12,8 +12,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        scales: {
                                x: {type: 'linear', display: false, min: 0, max: 20},
                                y: {display: false, min: -15, max: 15}
index 990731370dc6facb8c6bbb8361a18be087c2c8ab..94bb63716c24923db74a0d7d6d71bbf3b0afd9dc 100644 (file)
@@ -13,8 +13,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        scales: {
                                x: {type: 'linear', display: false, min: 0, max: 20},
                                y: {display: false, min: -15, max: 15}
index 9128fbb9de9fa9b9c5b6f33f1e575a569bd818bb..6773e75b50a41766cd25d450f7c32d3d26976b9d 100644 (file)
@@ -12,8 +12,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        scales: {
                                x: {type: 'linear', display: false, min: 0, max: 20},
                                y: {display: false, min: -15, max: 15}
index 43462374864986e89c04dc490b7331965f375aa0..b9c29556097f7c187939a6c0079a41b3481bc367 100644 (file)
@@ -13,8 +13,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        scales: {
                                x: {type: 'linear', display: false, min: 0, max: 20},
                                y: {display: false, min: -15, max: 15}
index 1d483b9b2e7618bd718310a8de679f6167a976c0..ee4fb6f6ea37f6ed03ae2c2abe1ae61f49838723 100644 (file)
@@ -13,8 +13,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        scales: {
                                x: {type: 'linear', display: false, min: 0, max: 20},
                                y: {display: false, min: -15, max: 15}
index f907158fdae044c9fcbc9f69affc1b37376373e4..18943ebfc1042bc889e9fb792f3d13a8cf6c50aa 100644 (file)
@@ -13,8 +13,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        scales: {
                                x: {type: 'linear', display: false, min: 0, max: 20},
                                y: {display: false, min: -15, max: 15}
index 58ad4edf822b90a667cae63a123a314403c42625..69ec1d0171d8eb6eaf9e55f036d7ed764eafd6d2 100644 (file)
@@ -13,8 +13,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        scales: {
                                x: {type: 'linear', display: false, min: 0, max: 20},
                                y: {display: false, min: -15, max: 15}
index d42e3ccd5f14f02d73c6d53cd62491ff61b50112..d858aa38022fd9fb21e542a74bae56f898959042 100644 (file)
@@ -11,8 +11,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        scales: {
                                x: {type: 'linear', display: false, min: 0, max: 20},
                                y: {display: false, min: -15, max: 15}
index 0631023a79088ae655e9741b92be608db84c30dc..83306599fbf0155e52acc446700b9a26675fe7db 100644 (file)
@@ -12,8 +12,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        scales: {
                                x: {type: 'linear', display: false, min: 0, max: 20},
                                y: {display: false, min: -15, max: 15}
index 7e738a73963889105a5375f3b269128a6d1703fd..f13a86c62d70d98eae080664a1fc61284cc95b4d 100644 (file)
@@ -12,8 +12,6 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
                        scales: {
                                x: {type: 'linear', display: false, min: 0, max: 20},
                                y: {display: false, min: -15, max: 15}
index ba84c4c7bcc589da84cc2b9a3c71fd80d2751538..b50e1146632162bd50e8d8780e01754e07d0e728 100644 (file)
@@ -42,8 +42,6 @@
         },
         "options": {
             "responsive": false,
-            "legend": false,
-            "title": false,
             "elements": {
                 "point": {
                     "pointStyle": "circle"
index c5add4a30e2f4e5afb952f0c835a3afbd0ec9cd0..f849a97731aeb4f0d25a87682507251453804edd 100644 (file)
@@ -42,8 +42,6 @@
         },
         "options": {
             "responsive": false,
-            "legend": false,
-            "title": false,
             "elements": {
                 "point": {
                     "pointStyle": "crossRot"
index 5cce6483fa260d98eb1fb7b39a165a7228ecae10..22686dd901d8d2c3f70e68d5fe74d6ef6ae094c4 100644 (file)
@@ -42,8 +42,6 @@
         },
         "options": {
             "responsive": false,
-            "legend": false,
-            "title": false,
             "elements": {
                 "point": {
                     "pointStyle": "cross"
index 0b08ef5925ce1450ffba1146ed3fb5ee1f16a2e6..f0ba523fb6dc80a2a3efce0f0c1a663cc8f7a6a3 100644 (file)
@@ -42,8 +42,6 @@
         },
         "options": {
             "responsive": false,
-            "legend": false,
-            "title": false,
             "elements": {
                 "point": {
                     "pointStyle": "dash"
index 6ac2f1f8a8c3d49e0d79f894bf309ee3ab776d2a..6ac7a2a3dfe51c1a56f144acb811aa551caf2253 100644 (file)
@@ -32,8 +32,6 @@ module.exports = {
                },
                options: {
                        responsive: false,
-                       legend: false,
-                       title: false,
                        elements: {
                                point: {
                                        pointStyle: imageCanvas,
index 7260455dfbc05f86613d4fe708329da012137d81..4f2490a3f4591b088b5d1f17dac7b005b559cb5e 100644 (file)
@@ -42,8 +42,6 @@
         },
         "options": {
             "responsive": false,
-            "legend": false,
-            "title": false,
             "elements": {
                 "point": {
                     "pointStyle": "line"
index 642b400e4169e7a5a80a2d12b650e8b9b04af6f3..56dc2584f4d7e96f87223c53bd7a26cd30ac2d63 100644 (file)
@@ -42,8 +42,6 @@
         },
         "options": {
             "responsive": false,
-            "legend": false,
-            "title": false,
             "elements": {
                 "point": {
                     "pointStyle": "rectRot"
index d99d03c44ccbb74385b63c207d590ca8f5baa95b..ae7ef93f8c66d7fd944e1b3a9336215706acdea3 100644 (file)
@@ -42,8 +42,6 @@
         },
         "options": {
             "responsive": false,
-            "legend": false,
-            "title": false,
             "elements": {
                 "point": {
                     "pointStyle": "rectRounded"
index 1d0c361f986997c0f48d4ce9c3634f6341a3224e..2d97ee34a1bd35dd69db1663f6f397a6dec14e08 100644 (file)
@@ -42,8 +42,6 @@
         },
         "options": {
             "responsive": false,
-            "legend": false,
-            "title": false,
             "elements": {
                 "point": {
                     "pointStyle": "rect"
index 62808cca0e2a90393150bd15afdd242dc00a4699..7996fd5b0cb7b371a4de6f1cae91e01b83f430ee 100644 (file)
@@ -42,8 +42,6 @@
         },
         "options": {
             "responsive": false,
-            "legend": false,
-            "title": false,
             "elements": {
                 "point": {
                     "pointStyle": "star"
index 46c510ede0f00ef36e14aa1b8969c4f0a2d51995..74692ee5a8b7b1e5b110426abdb70b5bf88dc00a 100644 (file)
@@ -42,8 +42,6 @@
         },
         "options": {
             "responsive": false,
-            "legend": false,
-            "title": false,
             "elements": {
                 "point": {
                     "pointStyle": "triangle"
index 12087d88fcfcfbbc5efcc463413c17de9b8c9936..2d2971d65fb1fcfbf873549a07f07907fa231962 100644 (file)
@@ -21,8 +21,6 @@ module.exports = {
                },
                options: {
                        responsive: false,
-                       legend: false,
-                       title: false,
                        elements: {
                                point: {
                                        rotation: angles,
index f66fd2662430f09bc69b3ca05a288358282ddebc..a351b560f0ea78499c5e84f8837d2087c91aaa9b 100644 (file)
@@ -18,8 +18,6 @@ module.exports = {
                },
                options: {
                        indexAxis: 'y',
-                       legend: false,
-                       title: false,
                        scales: {
                                horz: {
                                        position: 'top'
index cab5f703ad7a05903aa831d20e1043f629714e29..4f806cdb564d8a7fb318d9421dbdc8dd73e9c643 100644 (file)
@@ -20,8 +20,6 @@
         "options": {
             "responsive": false,
             "spanGaps": true,
-            "legend": false,
-            "title": false,
             "scales": {
                 "x": {
                     "display": false
                     "fill": "end",
                     "tension": 0
                 }
+            },
+            "plugins": {
+                "legend": false,
+                "title": false,
+                "tooltip": false
             }
         }
     },
index 8cd8146bc2a0fd0809075c4b14e7fa4a3525bcfb..08cce0822ba0af25df43c63ff88a40543f176dbe 100644 (file)
@@ -20,8 +20,6 @@
         "options": {
             "responsive": false,
             "spanGaps": false,
-            "legend": false,
-            "title": false,
             "scales": {
                 "x": {
                     "display": false
                     "fill": "end",
                     "tension": 0
                 }
+            },
+            "plugins": {
+                "legend": false,
+                "title": false,
+                "tooltip": false
             }
         }
     },
index 62527f93836d4456194c6d9b9505f435474bfcbd..599fced3b24c9870bac3968cd72e608fabd1185d 100644 (file)
@@ -20,8 +20,6 @@
         "options": {
             "responsive": false,
             "spanGaps": true,
-            "legend": false,
-            "title": false,
             "scales": {
                 "x": {
                     "display": false
                     },
                     "tension": 0
                 }
+            },
+            "plugins": {
+                "legend": false,
+                "title": false,
+                "tooltip": false
             }
         }
     },
index 23ee0bfddecf45246431364f1c71181fd47d84ac..967d5c463813dcb00a52be7b099ea377b465f31c 100644 (file)
@@ -20,8 +20,6 @@
         "options": {
             "responsive": false,
             "spanGaps": true,
-            "legend": false,
-            "title": false,
             "scales": {
                 "x": {
                     "display": false
                     "fill": "origin",
                     "tension": 0
                 }
+            },
+            "plugins": {
+                "legend": false,
+                "title": false,
+                "tooltip": false
             }
         }
     },
index 265eb0b1a2e3f8fde44dc599c0719e8dda8171a3..a67e9bee29a9c51e55fcf0ba6788bba27712e880 100644 (file)
@@ -20,8 +20,6 @@
         "options": {
             "responsive": false,
             "spanGaps": false,
-            "legend": false,
-            "title": false,
             "scales": {
                 "x": {
                     "display": false
                       "below": "transparent"
                     }
                 }
+            },
+            "plugins": {
+                "legend": false,
+                "title": false,
+                "tooltip": false
             }
         }
     },
index f7c1c2c4ed6d91e626326fb59a5d034b820f116f..893edc08abe094d4438464baf265f6dbc3863007 100644 (file)
@@ -20,8 +20,6 @@
         "options": {
             "responsive": false,
             "spanGaps": true,
-            "legend": false,
-            "title": false,
             "scales": {
                 "x": {
                     "display": false
                     "borderColor": "transparent",
                     "fill": "origin"
                 }
+            },
+            "plugins": {
+                "legend": false,
+                "title": false,
+                "tooltip": false
             }
         }
     },
index 73d450e4291acf274c4ac9c3247b38966ee118f6..1dd7757d4373aea71055830ad17ae5bc546bd42b 100644 (file)
@@ -20,8 +20,6 @@
         "options": {
             "responsive": false,
             "spanGaps": false,
-            "legend": false,
-            "title": false,
             "scales": {
                 "x": {
                     "display": false
                     "borderColor": "transparent",
                     "fill": "origin"
                 }
+            },
+            "plugins": {
+                "legend": false,
+                "title": false,
+                "tooltip": false
             }
         }
     },
index 10a0590fde08380891018215ccad741a5fdcf8f1..2cf37caaf85e5fbc51f169810de5219c212dbf2c 100644 (file)
@@ -20,8 +20,6 @@
         "options": {
             "responsive": false,
             "spanGaps": true,
-            "legend": false,
-            "title": false,
             "scales": {
                 "x": {
                     "display": false
                     "stepped": true,
                     "fill": "origin"
                 }
+            },
+            "plugins": {
+                "legend": false,
+                "title": false,
+                "tooltip": false
             }
         }
     },
index 7d795b2a143fde305f338c63ce9f181e123e08af..8b8c91fe027edc1bd93e4f157d2432132deae126 100644 (file)
@@ -20,8 +20,6 @@
         "options": {
             "responsive": false,
             "spanGaps": false,
-            "legend": false,
-            "title": false,
             "scales": {
                 "x": {
                     "display": false
                     "stepped": true,
                     "fill": "origin"
                 }
+            },
+            "plugins": {
+                "legend": false,
+                "title": false,
+                "tooltip": false
             }
         }
     },
index bb490bf8aa43ba4c8a29acb908f388e10b38c6da..b7d5187115d3941d892bb505c116bd4dc5ce8b7d 100644 (file)
@@ -20,8 +20,6 @@
         "options": {
             "responsive": false,
             "spanGaps": false,
-            "legend": false,
-            "title": false,
             "scales": {
                 "x": {
                     "display": false
                     "fill": "origin",
                     "tension": 0
                 }
+            },
+            "plugins": {
+                "legend": false,
+                "title": false,
+                "tooltip": false
             }
         }
     },
index 948d703677c916a4fbdb2a9b82de97b8eb313cf7..ef6f21cd248b1adca697434ae24f99af3d44be42 100644 (file)
@@ -20,8 +20,6 @@
         "options": {
             "responsive": false,
             "spanGaps": true,
-            "legend": false,
-            "title": false,
             "scales": {
                 "x": {
                     "display": false
                     "fill": "start",
                     "tension": 0
                 }
+            },
+            "plugins": {
+                "legend": false,
+                "title": false,
+                "tooltip": false
             }
         }
     },
index 956135f77ab472eb79f381eca9a99b31c46a0263..1e2815e54d1e9eafab21bc4bc4c238a9ce289c7c 100644 (file)
@@ -20,8 +20,6 @@
         "options": {
             "responsive": false,
             "spanGaps": false,
-            "legend": false,
-            "title": false,
             "scales": {
                 "x": {
                     "display": false
                     "fill": "start",
                     "tension": 0
                 }
+            },
+            "plugins": {
+                "legend": false,
+                "title": false,
+                "tooltip": false
             }
         }
     },
index 08efb45f1e37a7377769d0cd133727e571b0cf1b..13342bb584b167d76609a6f2d8466aeb55fd5945 100644 (file)
@@ -28,8 +28,6 @@
         "options": {
             "responsive": false,
             "spanGaps": false,
-            "legend": false,
-            "title": false,
             "scales": {
                 "x": {
                     "display": false
                                        "borderWidth": 5,
                     "tension": 0
                 }
+            },
+            "plugins": {
+                "legend": false,
+                "title": false,
+                "tooltip": false
             }
         }
     },
index 65f960b1c9d6cc362b1644437743b3be131f205c..7e8fec4608cc6606cbb3a265089f3ff9460c42c2 100644 (file)
@@ -18,8 +18,6 @@
         "options": {
             "responsive": false,
             "spanGaps": true,
-            "legend": false,
-            "title": false,
             "scales": {
                 "x": {
                     "display": false
                     "borderColor": "transparent",
                     "tension": 0
                 }
+            },
+            "plugins": {
+                "legend": false,
+                "title": false,
+                "tooltip": false
             }
         }
     },
index bfba6fd72d6eb89a495a7fd75066e3a614c753a4..899da0a23f8021033f147b3609aa1d130cde5e7c 100644 (file)
@@ -39,8 +39,6 @@ module.exports = {
                options: {
                        animation: false,
                        responsive: false,
-                       legend: false,
-                       title: false,
                        line: {
                                datasets: {
                                        tension: 0.4,
@@ -48,6 +46,11 @@ module.exports = {
                                        pointRadius: 1.5,
                                }
                        },
+                       plugins: {
+                               legend: false,
+                               title: false,
+                               tooltip: false
+                       },
                        scales: {
                                x: {
                                        type: 'linear',
index 1d57b86cd1ac5cbeb90bead11293c7943f341670..cb2a3abcd413e3fb4c67416ea725e447ed4b5391 100644 (file)
@@ -40,8 +40,6 @@
         "options": {
             "responsive": false,
             "spanGaps": true,
-            "legend": false,
-            "title": false,
             "scales": {
                 "x": {
                     "display": false
                     "borderColor": "transparent",
                     "tension": 0
                 }
+            },
+            "plugins": {
+                "legend": false,
+                "title": false,
+                "tooltip": false
             }
         }
     },
index e3d198df71409ac3a368de0e9e4a09f1fcf513a4..d1fa6e7408f02daf301a2cbb77ce3ca1341bdd86 100644 (file)
@@ -28,8 +28,6 @@
         "options": {
             "responsive": false,
             "spanGaps": true,
-            "legend": false,
-            "title": false,
             "scales": {
                 "x": {
                     "display": false
                     "borderColor": "transparent",
                     "tension": 0
                 }
+            },
+            "plugins": {
+                "legend": false,
+                "title": false,
+                "tooltip": false
             }
         }
     },
index aaa3b0a2271fca6c6e1a9050e41325e2034ad9ac..5705220aad7b6f1a27c9c2d01699fbc7ff163ebb 100644 (file)
@@ -36,8 +36,6 @@
         "options": {
             "responsive": false,
             "spanGaps": true,
-            "legend": false,
-            "title": false,
             "scales": {
                 "x": {
                     "display": false
                     "cubicInterpolationMode": "monotone",
                     "borderColor": "transparent"
                 }
+            },
+            "plugins": {
+                "legend": false,
+                "title": false,
+                "tooltip": false
             }
         }
     },
index 35de98ed2501d45d81b3c2ec18a0be4d9bd9eb30..4c874c402029c907edfdaf7ff7a9b5d60acb355b 100644 (file)
@@ -36,8 +36,6 @@
         "options": {
             "responsive": false,
             "spanGaps": true,
-            "legend": false,
-            "title": false,
             "scales": {
                 "x": {
                     "display": false
                     "cubicInterpolationMode": "monotone",
                     "borderColor": "transparent"
                 }
+            },
+            "plugins": {
+                "legend": false,
+                "title": false,
+                "tooltip": false
             }
         }
     },
index dfa41445373a57f5b76a3786e151dd9cdf240e43..aa7c8e7ea35919fbbdf1f9872198caef3c0ba6e9 100644 (file)
@@ -28,8 +28,6 @@
         "options": {
             "responsive": false,
             "spanGaps": true,
-            "legend": false,
-            "title": false,
             "scales": {
                 "x": {
                     "display": false
                     "cubicInterpolationMode": "monotone",
                     "borderColor": "transparent"
                 }
+            },
+            "plugins": {
+                "legend": false,
+                "title": false,
+                "tooltip": false
             }
         }
     },
index 81c161d6318a7fa637794ff72412be388a77ba18..18d69b73716a83afffadd4ee54492b091ee35294 100644 (file)
@@ -28,8 +28,6 @@
         "options": {
             "responsive": false,
             "spanGaps": false,
-            "legend": false,
-            "title": false,
             "scales": {
                 "x": {
                     "display": false
                     "cubicInterpolationMode": "monotone",
                     "borderColor": "transparent"
                 }
+            },
+            "plugins": {
+                "legend": false,
+                "title": false,
+                "tooltip": false
             }
         }
     },
index 9449046730530384c7d7c3e6557ddd8403f3d0e0..ad6bd55ae05edc21709c4e4f01166339be9ae25c 100644 (file)
@@ -33,8 +33,6 @@
         "options": {
             "responsive": false,
             "spanGaps": false,
-            "legend": false,
-            "title": false,
             "scales": {
                 "x": {
                     "display": false
                 "line": {
                     "borderColor": "black"
                 }
+            },
+            "plugins": {
+                "legend": false,
+                "title": false,
+                "tooltip": false
             }
         }
     },
index 26a72fbd21a03bed3e30a3afac3305011ffb7b6b..efd5dfaf9249d0aa4ffd5b081480f3a7514a942e 100644 (file)
@@ -28,8 +28,6 @@
         "options": {
             "responsive": false,
             "spanGaps": false,
-            "legend": false,
-            "title": false,
             "scales": {
                 "x": {
                     "display": false
                     "borderColor": "transparent",
                     "tension": 0
                 }
+            },
+            "plugins": {
+                "legend": false,
+                "title": false,
+                "tooltip": false
             }
         }
     },
index 6e5e951f38308b418cfaaf2ed492f1961c7c4bf3..44ca4548973e5c614b0a17ace4d3fb5e53a962d9 100644 (file)
@@ -32,8 +32,6 @@
         "options": {
             "responsive": false,
             "spanGaps": false,
-            "legend": false,
-            "title": false,
             "scales": {
                 "x": {
                     "display": false
                     "borderColor": "transparent",
                     "tension": 0
                 }
+            },
+            "plugins": {
+                "legend": false,
+                "title": false,
+                "tooltip": false
             }
         }
     },
index f8520ea6e955dfefe1875ffe6d27c0b8e038de49..b89abdfba7182ace25139f6ab23e094a61d87f92 100644 (file)
@@ -12,8 +12,6 @@
         "options": {
             "responsive": false,
             "spanGaps": false,
-            "legend": false,
-            "title": false,
             "scales": {
                 "x": {
                     "display": false
                     "borderColor": "transparent",
                     "tension": 0
                 }
+            },
+            "plugins": {
+                "legend": false,
+                "title": false,
+                "tooltip": false
             }
         }
     },
index 4a8553bc26ee3643d9df94aa7accce333cc38cc3..65e6db8a99f3303a623cc977446c99ebbb8381a8 100644 (file)
@@ -20,8 +20,6 @@
         "options": {
             "responsive": false,
             "spanGaps": false,
-            "legend": false,
-            "title": false,
             "scale": {
                 "display": false,
                 "gridLines": {
                     "borderColor": "transparent",
                     "fill": "end"
                 }
+            },
+            "plugins": {
+                "legend": false,
+                "title": false,
+                "tooltip": false
             }
         }
     },
index 29b444a7237da0665f5b6e093b1c57f47d12de57..5196559e95cf4b0e69e5e92f019d28bfc54da1af 100644 (file)
@@ -20,8 +20,6 @@
         "options": {
             "responsive": false,
             "spanGaps": true,
-            "legend": false,
-            "title": false,
             "scale": {
                 "display": false
             },
                     "borderColor": "transparent",
                     "fill": "end"
                 }
+            },
+            "plugins": {
+                "legend": false,
+                "title": false,
+                "tooltip": false
             }
         }
     },
index f725625966a38783d2d7e1b480b03cec178c26c8..94b755041cc138e9e507224adfb56be8c056fe0d 100644 (file)
@@ -20,8 +20,6 @@
         "options": {
             "responsive": false,
             "spanGaps": false,
-            "legend": false,
-            "title": false,
             "scale": {
                 "display": false
             },
                     "borderColor": "transparent",
                     "fill": "end"
                 }
+            },
+            "plugins": {
+                "legend": false,
+                "title": false,
+                "tooltip": false
             }
         }
     },
index 5e2e0878935d7f30cfa9343e0587f975454790b8..51538c87a3501c67caa823fdc2ac7e48e8139e9d 100644 (file)
@@ -20,8 +20,6 @@
         "options": {
             "responsive": false,
             "spanGaps": false,
-            "legend": false,
-            "title": false,
             "scale": {
                 "display": false,
                 "gridLines": {
                     "borderColor": "transparent",
                     "fill": "origin"
                 }
+            },
+            "plugins": {
+                "legend": false,
+                "title": false,
+                "tooltip": false
             }
         }
     },
index 7b72cf4d56f469d27f6b27dbff527e5afed2d614..17514471f9923e50e4a0a8d5fdd25f88f2a842fa 100644 (file)
@@ -20,8 +20,6 @@
         "options": {
             "responsive": false,
             "spanGaps": true,
-            "legend": false,
-            "title": false,
             "scale": {
                 "display": false
             },
                     "borderColor": "transparent",
                     "fill": "origin"
                 }
+            },
+            "plugins": {
+                "legend": false,
+                "title": false,
+                "tooltip": false
             }
         }
     },
index 6e99d203c254d6fea5e4cb712e5e2e9f4a253bbb..138a3a0fc5cd6420ecb5252816edfc59c2cd7337 100644 (file)
@@ -20,8 +20,6 @@
         "options": {
             "responsive": false,
             "spanGaps": true,
-            "legend": false,
-            "title": false,
             "scale": {
                 "display": false
             },
                     "tension": 0.5,
                     "fill": "origin"
                 }
+            },
+            "plugins": {
+                "legend": false,
+                "title": false,
+                "tooltip": false
             }
         }
     },
index caf1a4e6a05f087f8ec62c2720108d4ed28b7f2b..7689972c723cdb93c703365995af9be7bdd0a149 100644 (file)
@@ -20,8 +20,6 @@
         "options": {
             "responsive": false,
             "spanGaps": false,
-            "legend": false,
-            "title": false,
             "scale": {
                 "display": false
             },
                     "tension": 0.5,
                     "fill": "origin"
                 }
+            },
+            "plugins": {
+                "legend": false,
+                "title": false,
+                "tooltip": false
             }
         }
     },
index e4f52186eab52213104d72f00089f66e7c80c08d..20abe5ce6582c2c8f59f0721371e6b090c7e5188 100644 (file)
@@ -20,8 +20,6 @@
         "options": {
             "responsive": false,
             "spanGaps": false,
-            "legend": false,
-            "title": false,
             "scale": {
                 "display": false
             },
                     "borderColor": "transparent",
                     "fill": "origin"
                 }
+            },
+            "plugins": {
+                "legend": false,
+                "title": false,
+                "tooltip": false
             }
         }
     },
index bbd7c74283ce5269d9253d23a63091150cc33f3a..a45fccd55669f01e7b54e54dd338492a39cc8da0 100644 (file)
@@ -20,8 +20,6 @@
         "options": {
             "responsive": false,
             "spanGaps": false,
-            "legend": false,
-            "title": false,
             "scale": {
                 "display": false,
                 "gridLines": {
                     "borderColor": "transparent",
                     "fill": "start"
                 }
+            },
+            "plugins": {
+                "legend": false,
+                "title": false,
+                "tooltip": false
             }
         }
     },
index 2f59ccf10282751cb86fa4d59c5f3570bdd8f05c..0ae3843d89f3347456fbdc07535c0b763c844dd6 100644 (file)
@@ -20,8 +20,6 @@
         "options": {
             "responsive": false,
             "spanGaps": true,
-            "legend": false,
-            "title": false,
             "scale": {
                 "display": false
             },
                     "borderColor": "transparent",
                     "fill": "start"
                 }
+            },
+            "plugins": {
+                "legend": false,
+                "title": false,
+                "tooltip": false
             }
         }
     },
index 6881fbb6fd284dfe45b5271ac825bca005f1a1b6..a42f5648ce9b846340aa74c1165e4e5b2bdf2637 100644 (file)
@@ -28,8 +28,6 @@
         "options": {
             "responsive": false,
             "spanGaps": false,
-            "legend": false,
-            "title": false,
             "scale": {
                 "display": false
             },
                                        "borderWidth": 5,
                     "tension": 0
                 }
+            },
+            "plugins": {
+                "legend": false,
+                "title": false,
+                "tooltip": false
             }
         }
     },
index 882be81134f339c29450ec54f95a36e1047dac1e..f24fc306f6114ef90de832f99d979a74ea7e947a 100644 (file)
@@ -18,8 +18,11 @@ module.exports = {
                        ]
                },
                options: {
-                       legend: false,
-                       title: false,
+                       plugins: {
+                               legend: false,
+                               title: false,
+                               tooltip: false
+                       },
                        scale: {
                                display: false
                        }
index 537adae21cf1fc282b3a33ed2a212bda54b475a9..dd57cc5c120a69e3d138f00ddca524a950ac4420 100644 (file)
@@ -28,8 +28,6 @@
         "options": {
             "responsive": false,
             "spanGaps": true,
-            "legend": false,
-            "title": false,
             "scale": {
                 "display": false
             },
                     "borderColor": "transparent",
                     "tension": 0
                 }
+            },
+            "plugins": {
+                "legend": false,
+                "title": false,
+                "tooltip": false
             }
         }
     },
index f1d68114e012aa3e584b04a2cbbc369ddd068bff..e4cd431b59b6286f0e5ec06f416e35b0e94feded 100644 (file)
@@ -28,8 +28,6 @@
         "options": {
             "responsive": false,
             "spanGaps": false,
-            "legend": false,
-            "title": false,
             "scale": {
                 "display": false
             },
                     "borderColor": "transparent",
                     "tension": 0
                 }
+            },
+            "plugins": {
+                "legend": false,
+                "title": false,
+                "tooltip": false
             }
         }
     },
index f56be396e526339dfd0a9e1591a7ecc0b940de2f..d6e91c240758fa217275fc11fe0273c9fea21ba7 100644 (file)
@@ -11,8 +11,6 @@
         "options": {
             "responsive": false,
             "spanGaps": false,
-            "legend": false,
-            "title": false,
             "scale": {
                 "display": false,
                 "gridLines": {
                     "borderColor": "transparent",
                     "fill": { "value": 3 }
                 }
+            },
+            "plugins": {
+                "legend": false,
+                "title": false,
+                "tooltip": false
             }
         }
     },
similarity index 96%
rename from test/fixtures/core.tooltip/opacity.js
rename to test/fixtures/plugin.tooltip/opacity.js
index 43bd725b4d58ceeab600b23edde0a2852e2332a5..3fef618f00667fc3ce54fd65d504be8ddab5ba0b 100644 (file)
@@ -35,8 +35,6 @@ module.exports = {
                        labels: ['', '', '', '', '', '', '', '', '', '', '']
                },
                options: {
-                       legend: false,
-                       title: false,
                        scales: {
                                x: {display: false},
                                y: {display: false}
@@ -46,6 +44,11 @@ module.exports = {
                                        fill: false
                                }
                        },
+                       plugins: {
+                               legend: false,
+                               title: false,
+                               filler: false
+                       },
                        tooltips: {
                                mode: 'nearest',
                                intersect: false,
similarity index 95%
rename from test/fixtures/core.tooltip/point-style.js
rename to test/fixtures/plugin.tooltip/point-style.js
index 2579f395948a4ad185ae15db6b317cf712d57cae..de60be92ff566d33fabdd80ceae55d2f71650459 100644 (file)
@@ -18,8 +18,6 @@ module.exports = {
                        labels: pointStyles.map(() => '')
                },
                options: {
-                       legend: false,
-                       title: false,
                        scales: {
                                x: {display: false},
                                y: {display: false}
@@ -29,6 +27,11 @@ module.exports = {
                                        fill: false
                                }
                        },
+                       plugins: {
+                               legend: false,
+                               title: false,
+                               filler: false
+                       },
                        tooltips: {
                                mode: 'nearest',
                                intersect: false,
index 47c643ecc5f4b76b6c9e21119dea4f6bea096273..61da56d3b34089a658cae50de27ca131a468711c 100644 (file)
@@ -10,8 +10,6 @@ module.exports = {
                },
                options: {
                        indexAxis: 'y',
-                       legend: false,
-                       title: false,
                        elements: {
                                bar: {
                                        backgroundColor: '#AAAAAA80',
index d3c0f75ab514032dffaeae3922501129c5aad5cf..bc537d10a9e26628e77327753ac0ca486149ed9f 100644 (file)
Binary files a/test/fixtures/scale.linear/tiny-numbers.png and b/test/fixtures/scale.linear/tiny-numbers.png differ
index 40c3dc6023d3bfa97a579b917d0fe87c707d3660..21b6b5eb3dfcd20e67a781fbf6be4a3880e956e6 100644 (file)
@@ -6,8 +6,6 @@
         },
         "options": {
             "responsive": false,
-            "legend": false,
-            "title": false,
             "scale": {
                 "gridLines": {
                     "color": "rgb(0, 0, 0)",
index f7f9b768fac5c93ef582bdb4dde1e15357762951..1b2beac622a12fbe9f68e6834d08fb6b1dfb3930 100644 (file)
@@ -6,8 +6,6 @@ module.exports = {
                },
                options: {
                        responsive: false,
-                       legend: false,
-                       title: false,
                        scale: {
                                gridLines: {
                                        display: true,
index b07b08a39d83c70b35454e292ea40bedead052cf..fad8dedb9dd4ab881f02d8fc28729583fe0b914f 100644 (file)
@@ -6,8 +6,6 @@ module.exports = {
                },
                options: {
                        responsive: false,
-                       legend: false,
-                       title: false,
                        scale: {
                                gridLines: {
                                        display: true,
index 5a28ffab0879c6ce6877969f17b7cda508bea6ae..6d9e3b87931cea104e0a4ea773f1cf4608669b9b 100644 (file)
@@ -6,8 +6,6 @@
         },
         "options": {
             "responsive": false,
-            "legend": false,
-            "title": false,
             "scale": {
                 "gridLines": {
                     "color": "rgba(0, 0, 255, 0.5)",
index b69250de975cce14cf84fd11ce59a27918316677..a1afb2ec91f54f08d09d41805700c85b8974c1e0 100644 (file)
@@ -6,8 +6,6 @@
         },
         "options": {
             "responsive": false,
-            "legend": false,
-            "title": false,
             "scale": {
                 "gridLines": {
                     "circular": true,
index 5f38d11767c32ab7ee8f11242669f5a2490de853..bc5c60ed4d94c53246a709c097f9edfe38bceb0f 100644 (file)
@@ -6,8 +6,6 @@
         },
         "options": {
             "responsive": false,
-            "legend": false,
-            "title": false,
             "scale": {
                 "gridLines": {
                     "display": false
index 362c519048deca671140b20e736cbdca0f2b9259..50b4d202b7ddd504af201388e7cede36b725d988 100644 (file)
@@ -10,8 +10,6 @@
         },
         "options": {
             "responsive": false,
-            "legend": false,
-            "title": false,
             "scale": {
                 "gridLines": {
                     "color": "rgba(0, 0, 0, 1)",
                 "ticks": {
                     "display": false
                 }
+            },
+            "plugins": {
+                "legend": false,
+                "title": false,
+                "tooltip": false,
+                "filler": true
             }
         }
     }
index 5d37593fe15188653d49533c501b56c01a9cf2a9..5283884ccdfd2a8c3194e0668964063ca600eff5 100644 (file)
@@ -6,8 +6,6 @@ module.exports = {
                },
                options: {
                        responsive: false,
-                       legend: false,
-                       title: false,
                        scale: {
                                gridLines: {
                                        display: true,
index add497b9a13b7dbb5643c277620b96034fbb869e..4da021e0c3be4ae791abe40202f57589e112798a 100644 (file)
@@ -10,8 +10,6 @@
         },
         "options": {
             "responsive": false,
-            "legend": false,
-            "title": false,
             "scale": {
                 "gridLines": {
                     "color": "rgba(0, 0, 0, 1)",
                 "ticks": {
                     "display": false
                 }
-            }
+            },
+            "plugins": {
+              "legend": false,
+              "title": false,
+              "tooltip": false,
+              "filler": true
+          }
         }
     }
 }
index add191b8d994aebb4e2699997b779d2c1f471af0..d10b0d81fdd2047aac767fcf7ec46c0171a0ce0d 100644 (file)
@@ -6,8 +6,6 @@
         },
         "options": {
             "responsive": false,
-            "legend": false,
-            "title": false,
             "scale": {
                 "gridLines": {
                     "display": true,
index 1c693e824f142249d5e7c5bb0df1c163f6ff2c42..f09f27a436e2f07b7bf2f631c81d804f15f41db8 100644 (file)
@@ -32,8 +32,7 @@ module.exports = {
                                y: {
                                        display: false
                                }
-                       },
-                       legend: false
+                       }
                }
        },
        options: {
index 7b1017251a0ac15284fdd839e7cec950515bfcab..1b1654cae5b43cfd320a0ef328456f04f8e53878 100644 (file)
@@ -32,7 +32,6 @@ module.exports = {
                        }]
                },
                options: {
-                       legend: false,
                        scales: {
                                x: {
                                        display: false,
index d3b516ff497d91a40a0ffddf435182bdebf7d1ef..c34193dbd361fc646b97be9ed6f9d277ead0ddb9 100644 (file)
@@ -30,8 +30,7 @@ module.exports = {
                                y: {
                                        display: false
                                }
-                       },
-                       legend: false
+                       }
                }
        },
        options: {
index 6fff2a486660f5e407da4e68c91f4637b152797a..507a4fc80e7a554758e0e736956a1dda036c47ac 100644 (file)
@@ -48,8 +48,7 @@ module.exports = {
                                y: {
                                        display: false
                                }
-                       },
-                       legend: false
+                       }
                }
        },
        options: {
index c0288bbca84af8d581341c2d3d85b6bca9aac16e..7230312b5ae0e9b7c41d7552fbb7ee91127c2442 100644 (file)
@@ -45,8 +45,7 @@ module.exports = {
                                y: {
                                        display: false
                                }
-                       },
-                       legend: false
+                       }
                }
        },
        options: {
index d7cdd5e7c2e097fa41b8f1b18e424a7621f70870..9bd82329725df7ddddfc92d887538750a913a698 100644 (file)
@@ -18,8 +18,7 @@ module.exports = {
                                y: {
                                        display: false
                                }
-                       },
-                       legend: false
+                       }
                }
        },
        options: {
index 0e7eb1e6abaf0432db373f1be1ecd7945277cfd1..28b92b239b368897739a382cc6aa3c1346b01760 100644 (file)
@@ -13,8 +13,7 @@ module.exports = {
                                y: {
                                        display: false
                                }
-                       },
-                       legend: false
+                       }
                }
        },
        options: {
index 78f300cdee9c91c7bad0b7cb3e75211dfe82cfd0..071b6ec008e4f71ef02a9d56b2fddd66caa5b6cb 100644 (file)
@@ -37,8 +37,7 @@ module.exports = {
                                        labels: ['2005', '2006', '2007'],
                                        time: timeOpts
                                }
-                       },
-                       legend: false
+                       }
                }
        },
        options: {
index a1863336d070a4d4366bded2e9721c3a5578800a..5db06c4128c868d9a5af01d01f2781869d633e89 100644 (file)
@@ -26,7 +26,11 @@ module.exports = {
                                        }
                                }
                        },
-                       legend: false
+                       plugins: {
+                               legend: false,
+                               title: false,
+                               tooltip: false
+                       }
                }
        },
        options: {
index 5ef72099ea7c80e0cccfa421877ef27cfbf38e4c..cc6e961eded5d1e07a7519eb093b7c806179296d 100644 (file)
@@ -22,8 +22,7 @@ module.exports = {
                                y: {
                                        display: false
                                }
-                       },
-                       legend: false
+                       }
                }
        },
        options: {
index a8492cf77cdbf42a61c3f0956d63839b29bf6053..3133979ab483ff06796f71d20df64e099ff384fb 100644 (file)
@@ -22,8 +22,7 @@ module.exports = {
                                y: {
                                        display: false
                                }
-                       },
-                       legend: false
+                       }
                }
        },
        options: {
index 96be59c23bd91e81c5fb9d9c03e2241690ea4d24..3420dca5c6b50a625cee4ac9381d41b731e040af 100644 (file)
@@ -24,8 +24,7 @@ module.exports = {
                                y: {
                                        display: false
                                }
-                       },
-                       legend: false
+                       }
                }
        },
        options: {
index 635e4fa0e79bbe958bf6beb0d200d71bc76dd161..2eb1f145ef503f68f1f8c14461099d2c2d41d9ab 100644 (file)
@@ -22,8 +22,7 @@ module.exports = {
                                y: {
                                        display: false
                                }
-                       },
-                       legend: false
+                       }
                }
        },
        options: {
index bc950bd47cfebb90759ec4035aeeb6b766542d7d..67961f39b6063159cef34e6ae5531264e3229cb9 100644 (file)
@@ -19,8 +19,7 @@ module.exports = {
                                y: {
                                        display: false
                                }
-                       },
-                       legend: false
+                       }
                }
        },
        options: {
index 84bf001c54ffbadd80af65207a6505e5154312f9..b3892361d87ff36d79d78d33ac72de64c2451776 100644 (file)
@@ -17,8 +17,7 @@ module.exports = {
                                y: {
                                        display: false
                                }
-                       },
-                       legend: false
+                       }
                }
        },
        options: {
index 054ac4f003d2c22f6d3926beae9447d1021cc6aa..9d716e57c1bb27f2939704f4f21c708a5d089ecc 100644 (file)
@@ -24,8 +24,7 @@ module.exports = {
                                y: {
                                        display: false
                                }
-                       },
-                       legend: false
+                       }
                }
        },
        options: {
index 1b122651e50f45eec8690498688b57e995982e7d..54651cb2281f5782af49fd57c3be8aba36675ea9 100644 (file)
@@ -22,8 +22,7 @@ module.exports = {
                                y: {
                                        display: false
                                }
-                       },
-                       legend: false
+                       }
                }
        },
        options: {
index 6db92bf94359fc036c4420dcac9a10293a8b4a30..c8e5d49aabf9542f970193379ace423e242021b2 100644 (file)
@@ -23,8 +23,7 @@ module.exports = {
                                y: {
                                        display: false
                                }
-                       },
-                       legend: false
+                       }
                }
        },
        options: {
index 7358113ca3dbd76310cfd275054bd15214f74496..0a28ab06a7e08b39c47a0c2d305ccdab714031f6 100644 (file)
@@ -22,8 +22,7 @@ module.exports = {
                                y: {
                                        display: false
                                }
-                       },
-                       legend: false
+                       }
                }
        },
        options: {
index 7e313b9f40454a964e6839cf1caaa86aaca71bd7..86ed3d763449a278b4bf213f578230c2e1b748f3 100644 (file)
@@ -18,8 +18,7 @@ module.exports = {
                                y: {
                                        display: false
                                }
-                       },
-                       legend: false
+                       }
                }
        },
        options: {
index 3b62bb19e03759a4a6452209df9d45945f81c543..2cf92675d648fc20eba2b27965ad50822bf5b2da 100644 (file)
@@ -18,8 +18,7 @@ module.exports = {
                                y: {
                                        display: false
                                }
-                       },
-                       legend: false
+                       }
                }
        },
        options: {
index fce6214fdf1cc87b22df5dbb7fdde0bd3e5064e6..3cd7a8c322862dfc1cf5ebb88aa8830579a1c096 100644 (file)
@@ -16,8 +16,7 @@ module.exports = {
                                y: {
                                        display: false
                                }
-                       },
-                       legend: false
+                       }
                }
        },
        options: {
index d62f8946c86448896f2e16f086369c5a5aa2bf11..9fa48c7da4dbd2031b29e687ec7feac8bab82452 100644 (file)
Binary files a/test/fixtures/scale.timeseries/financial-daily.png and b/test/fixtures/scale.timeseries/financial-daily.png differ
index 205a9cfca2d4775a5c41e95c19de0e83b53f4da2..ee67a5b64d9fb8d48302d8df28d65a777378f1da 100644 (file)
@@ -21,8 +21,7 @@ module.exports = {
                                y: {
                                        display: false
                                }
-                       },
-                       legend: false
+                       }
                }
        },
        options: {
index d71882f792961d9fdf8b06df6338717146a14166..d82a8dd0b4cdf1bce4fa6003487345b621911e07 100644 (file)
@@ -23,8 +23,7 @@ module.exports = {
                                y: {
                                        display: false
                                }
-                       },
-                       legend: false
+                       }
                }
        },
        options: {
index a9b6f28da8cfdbdc62861797df8de903d4755b44..b835cd90bee20c12fd1b8152f907b4d3fcb4a884 100644 (file)
@@ -21,8 +21,7 @@ module.exports = {
                                y: {
                                        display: false
                                }
-                       },
-                       legend: false
+                       }
                }
        },
        options: {
index 04f2219e0115ac79e6200f93fd404618bcbc98e8..58dabaa1a56f3d43f05a0d597360690198135441 100644 (file)
@@ -23,8 +23,7 @@ module.exports = {
                                y: {
                                        display: false
                                }
-                       },
-                       legend: false
+                       }
                }
        },
        options: {
index 55e5486ed2d9cf3a0cf77d559de48eb067740a70..8b2de21fff1b5f41319a18f00ce3f9486ab6cdbe 100644 (file)
@@ -21,8 +21,7 @@ module.exports = {
                                y: {
                                        display: false
                                }
-                       },
-                       legend: false
+                       }
                }
        },
        options: {
index 3a7a6a2eb4fe35da427cc9fe716bf6e34c305d9e..41d10fc31daf399eb269621ba130df028ea35262 100644 (file)
@@ -22,8 +22,7 @@ module.exports = {
                                y: {
                                        display: false
                                }
-                       },
-                       legend: false
+                       }
                }
        },
        options: {
index b50b236d1997c50746734c0cf362f6d27f03f933..9a9a74e2cbece2b9450fb11b43b43f1d853b152b 100644 (file)
@@ -23,8 +23,7 @@ module.exports = {
                                y: {
                                        display: false
                                }
-                       },
-                       legend: false
+                       }
                }
        },
        options: {
index 90ec1789a6ef1daa9a53cfc0643e9925be6b3904..c1a7c72f1995bd7be43b2c701e069ded24a829a6 100644 (file)
@@ -22,8 +22,7 @@ module.exports = {
                                y: {
                                        display: false
                                }
-                       },
-                       legend: false
+                       }
                }
        },
        options: {
index bfb597ccdeaf8c5b3822967c110e05fdeb1f7149..46e75e1ddcd3998fe4b816d7b7569e9e4e369263 100644 (file)
@@ -21,8 +21,7 @@ module.exports = {
                                y: {
                                        display: false
                                }
-                       },
-                       legend: false
+                       }
                }
        },
        options: {
index a2df9334e27688a519ad880d754a62160913646b..a84ed9bef89027012d78cb15ba5837facf0f3fb8 100644 (file)
@@ -324,5 +324,21 @@ describe('Chart.plugins', function() {
                        expect(plugin.hook).toHaveBeenCalled();
                        expect(plugin.hook.calls.first().args[1]).toEqual({bar: 'bar'});
                });
+
+               it('should disable all plugins', function() {
+                       var plugin = {id: 'a', hook: function() {}};
+                       var chart = window.acquireChart({
+                               plugins: [plugin],
+                               options: {
+                                       plugins: false
+                               }
+                       });
+
+                       spyOn(plugin, 'hook');
+
+                       chart._plugins.notify(chart, 'hook');
+
+                       expect(plugin.hook).not.toHaveBeenCalled();
+               });
        });
 });