[#912,@portaljs/components][m]: refactor LineChart and add more params

This commit is contained in:
João Demenech
2023-06-06 16:06:04 -03:00
parent 223a1bdd77
commit 5190f50948
3 changed files with 61 additions and 19 deletions

View File

@@ -19,10 +19,19 @@ const meta: Meta = {
description:
'Name of the X axis on the data. Required when the "data" parameter is an URL.',
},
xAxisType: {
description: 'Type of the X axis',
},
xAxisTimeUnit: {
description: 'Time unit of the X axis (optional)',
},
yAxis: {
description:
'Name of the Y axis on the data. Required when the "data" parameter is an URL.',
},
yAxisType: {
description: 'Type of the Y axis',
},
fullWidth: {
description:
'Whether the component should be rendered as full bleed or not',