Update chart components (#2629)

This commit is contained in:
Henri Courdent
2023-11-15 16:02:09 +01:00
committed by GitHub
parent b1937de84e
commit a234d2d0df
3 changed files with 4 additions and 4 deletions
@@ -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
@@ -10,7 +10,7 @@
<PanelSection
title={`Plotly configuration`}
tooltip="The configuration is divided into two parts: X-axis data and an array of datasets. Each dataset hold the data fot he Y-axis and the configuration for the plot (type, color, etc)."
tooltip="The configuration is divided into two parts: X-axis data and an array of datasets. Each dataset hold the data for the Y-axis and the configuration for the plot (type, color, etc)."
>
<div class="w-full flex flex-col gap-4">
{#if xData}
@@ -10,7 +10,7 @@
<PanelSection
title={`Plotly configuration`}
tooltip="The configuration is divided into two parts: X-axis data and an array of datasets. Each dataset hold the data fot he Y-axis and the configuration for the plot (type, color, etc)."
tooltip="The configuration is divided into two parts: X-axis data and an array of datasets. Each dataset hold the data for the Y-axis and the configuration for the plot (type, color, etc)."
>
<div class="w-full flex flex-col gap-4">
{#if xData}