From a234d2d0df2625c38ef0d6f8929284ea2336d520 Mon Sep 17 00:00:00 2001 From: Henri Courdent <122811744+hcourdent@users.noreply.github.com> Date: Wed, 15 Nov 2023 16:02:09 +0100 Subject: [PATCH] Update chart components (#2629) --- .../src/lib/components/apps/editor/component/components.ts | 4 ++-- .../apps/editor/settingsPanel/ChartJSRichEditor.svelte | 2 +- .../apps/editor/settingsPanel/PlotlyRichEditor.svelte | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/lib/components/apps/editor/component/components.ts b/frontend/src/lib/components/apps/editor/component/components.ts index 86c7f24776..28e98b9e28 100644 --- a/frontend/src/lib/components/apps/editor/component/components.ts +++ b/frontend/src/lib/components/apps/editor/component/components.ts @@ -1111,7 +1111,7 @@ export const components = { type: 'static', fieldType: 'object', value: {}, - tooltip: 'ChartJs options object' + tooltip: 'ChartJs options object https://www.chartjs.org/docs/latest/general/options.html' } }, componentInput: { @@ -1150,7 +1150,7 @@ export const components = { type: 'static', fieldType: 'object', value: {}, - tooltip: 'ChartJs options object' + tooltip: 'ChartJs options object https://www.chartjs.org/docs/latest/general/options.html' } }, componentInput: undefined diff --git a/frontend/src/lib/components/apps/editor/settingsPanel/ChartJSRichEditor.svelte b/frontend/src/lib/components/apps/editor/settingsPanel/ChartJSRichEditor.svelte index 0573cb63db..66e30d2bcd 100644 --- a/frontend/src/lib/components/apps/editor/settingsPanel/ChartJSRichEditor.svelte +++ b/frontend/src/lib/components/apps/editor/settingsPanel/ChartJSRichEditor.svelte @@ -10,7 +10,7 @@
{#if xData} diff --git a/frontend/src/lib/components/apps/editor/settingsPanel/PlotlyRichEditor.svelte b/frontend/src/lib/components/apps/editor/settingsPanel/PlotlyRichEditor.svelte index 0573cb63db..66e30d2bcd 100644 --- a/frontend/src/lib/components/apps/editor/settingsPanel/PlotlyRichEditor.svelte +++ b/frontend/src/lib/components/apps/editor/settingsPanel/PlotlyRichEditor.svelte @@ -10,7 +10,7 @@
{#if xData}