diff --git a/samples/advanced/multiple-labels.html b/samples/advanced/multiple-labels.html index 6b38179..3e91122 100644 --- a/samples/advanced/multiple-labels.html +++ b/samples/advanced/multiple-labels.html @@ -45,9 +45,7 @@ Chart.defaults.set('', { aspectRatio: 4 / 3, - tooltips: { - enabled: false - }, + tooltips: false, layout: { padding: { top: 42, diff --git a/samples/charts/bar.html b/samples/charts/bar.html index 4e6dd19..ab0dff1 100644 --- a/samples/charts/bar.html +++ b/samples/charts/bar.html @@ -43,9 +43,7 @@ Chart.defaults.set('', { aspectRatio: 4 / 3, - tooltips: { - enabled: false - }, + tooltips: false, layout: { padding: { top: 42, diff --git a/samples/charts/bubble.html b/samples/charts/bubble.html index 6fd591a..d86c094 100644 --- a/samples/charts/bubble.html +++ b/samples/charts/bubble.html @@ -55,9 +55,7 @@ Chart.defaults.set('', { aspectRatio: 1, - tooltips: { - enabled: false - }, + tooltips: false, layout: { padding: { top: 42, diff --git a/samples/charts/doughnut.html b/samples/charts/doughnut.html index 1ec3d5a..349695b 100644 --- a/samples/charts/doughnut.html +++ b/samples/charts/doughnut.html @@ -43,9 +43,7 @@ Chart.defaults.set('', { maintainAspectRatio: false, - tooltips: { - enabled: false - }, + tooltips: false, layout: { padding: 32 }, diff --git a/samples/charts/line.html b/samples/charts/line.html index 6dca923..e23e8b3 100644 --- a/samples/charts/line.html +++ b/samples/charts/line.html @@ -43,9 +43,7 @@ Chart.defaults.set('', { aspectRatio: 4 / 3, - tooltips: { - enabled: false - }, + tooltips: false, layout: { padding: { top: 42, diff --git a/samples/charts/polar.html b/samples/charts/polar.html index 6bc7790..a496f63 100644 --- a/samples/charts/polar.html +++ b/samples/charts/polar.html @@ -43,9 +43,7 @@ Chart.defaults.set('', { maintainAspectRatio: false, - tooltips: { - enabled: false - }, + tooltips: false, layout: { padding: 16 }, diff --git a/samples/charts/radar.html b/samples/charts/radar.html index 0e44d52..1bda1cd 100644 --- a/samples/charts/radar.html +++ b/samples/charts/radar.html @@ -43,9 +43,7 @@ Chart.defaults.set('', { maintainAspectRatio: false, - tooltips: { - enabled: false - }, + tooltips: false, layout: { padding: 16 }, diff --git a/samples/events/highlight.html b/samples/events/highlight.html index a356c35..eb57cbf 100644 --- a/samples/events/highlight.html +++ b/samples/events/highlight.html @@ -46,9 +46,7 @@ Chart.defaults.set('', { aspectRatio: 4 / 3, - tooltips: { - enabled: false - }, + tooltips: false, layout: { padding: { top: 42, diff --git a/samples/events/listeners.html b/samples/events/listeners.html index 02191c3..d62a789 100644 --- a/samples/events/listeners.html +++ b/samples/events/listeners.html @@ -39,9 +39,7 @@ Chart.defaults.set('', { aspectRatio: 4 / 3, - tooltips: { - enabled: false - }, + tooltips: false, layout: { padding: { top: 42, diff --git a/samples/events/selection.html b/samples/events/selection.html index 73bed90..3c80b56 100644 --- a/samples/events/selection.html +++ b/samples/events/selection.html @@ -42,9 +42,7 @@ Chart.defaults.set('', { aspectRatio: 4 / 3, - tooltips: { - enabled: false - }, + tooltips: false, layout: { padding: { top: 42, diff --git a/samples/scriptable/data.html b/samples/scriptable/data.html index d11f676..ae0ccb2 100644 --- a/samples/scriptable/data.html +++ b/samples/scriptable/data.html @@ -45,9 +45,7 @@ Chart.defaults.set('', { aspectRatio: 4 / 3, - tooltips: { - enabled: false - }, + tooltips: false, layout: { padding: { top: 32, diff --git a/samples/scriptable/dataset.html b/samples/scriptable/dataset.html index d556011..4424a40 100644 --- a/samples/scriptable/dataset.html +++ b/samples/scriptable/dataset.html @@ -44,9 +44,7 @@ Chart.defaults.set('', { aspectRatio: 4 / 3, - tooltips: { - enabled: false - }, + tooltips: false, layout: { padding: { top: 32, diff --git a/samples/scriptable/indices.html b/samples/scriptable/indices.html index bcc7ca8..e1f7475 100644 --- a/samples/scriptable/indices.html +++ b/samples/scriptable/indices.html @@ -44,9 +44,7 @@ Chart.defaults.set('', { aspectRatio: 4 / 3, - tooltips: { - enabled: false - }, + tooltips: false, layout: { padding: { top: 32, diff --git a/samples/scriptable/interactions.html b/samples/scriptable/interactions.html index 2930aef..927c086 100644 --- a/samples/scriptable/interactions.html +++ b/samples/scriptable/interactions.html @@ -46,9 +46,7 @@ Chart.defaults.set('', { aspectRatio: 4 / 3, - tooltips: { - enabled: false - }, + tooltips: false, layout: { padding: { bottom: 25, diff --git a/samples/scriptable/mirror.html b/samples/scriptable/mirror.html index 8c15272..c08665b 100644 --- a/samples/scriptable/mirror.html +++ b/samples/scriptable/mirror.html @@ -45,9 +45,7 @@ Chart.defaults.set('', { aspectRatio: 4 / 3, - tooltips: { - enabled: false - }, + tooltips: false, layout: { padding: { top: 32,