+ {#if component.type === 'plotlycomponentv2'}
+
+ {:else if component.type === 'chartjscomponentv2'}
+
+ {/if}
{/key}
{:else}
diff --git a/frontend/src/lib/components/apps/editor/settingsPanel/SubTypeEditor.svelte b/frontend/src/lib/components/apps/editor/settingsPanel/SubTypeEditor.svelte
index 5c0786c70c..77dd5e9bcc 100644
--- a/frontend/src/lib/components/apps/editor/settingsPanel/SubTypeEditor.svelte
+++ b/frontend/src/lib/components/apps/editor/settingsPanel/SubTypeEditor.svelte
@@ -15,4 +15,4 @@
$: fakeComponentInput && (value = fakeComponentInput.value)
-
+
diff --git a/frontend/src/lib/components/apps/editor/settingsPanel/inputEditor/StaticInputEditor.svelte b/frontend/src/lib/components/apps/editor/settingsPanel/inputEditor/StaticInputEditor.svelte
index 001293114a..8b2cd719ad 100644
--- a/frontend/src/lib/components/apps/editor/settingsPanel/inputEditor/StaticInputEditor.svelte
+++ b/frontend/src/lib/components/apps/editor/settingsPanel/inputEditor/StaticInputEditor.svelte
@@ -16,6 +16,7 @@
import AgGridWizard from '$lib/components/wizards/AgGridWizard.svelte'
import TableColumnWizard from '$lib/components/wizards/TableColumnWizard.svelte'
import PlotlyWizard from '$lib/components/wizards/PlotlyWizard.svelte'
+ import ChartJSWizard from '$lib/components/wizards/ChartJSWizard.svelte'
export let componentInput: StaticInput
| undefined
export let fieldType: InputType | undefined = undefined
@@ -171,7 +172,7 @@
placeholder="Dataset name"
/>
+ {:else if fieldType === 'chartjs'}
+