mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-08 00:03:07 +00:00
Update chart components (#2629)
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user