Skip to content

Commit

Permalink
Merge branch 'update-charts' into 'main'
Browse files Browse the repository at this point in the history
Update charts

See merge request reportcreator/reportcreator!465
  • Loading branch information
MWedl committed Mar 4, 2024
2 parents 8502bb6 + 7ed66f5 commit 94d271a
Show file tree
Hide file tree
Showing 2 changed files with 471 additions and 29 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/Design/LayoutComponentForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<div v-if="form.form === 'chart-create'" class="mb-4">
<s-select
v-model="form.chart.chartType"
:items="['bar', 'pie', 'doughnut', 'line', 'radar', 'polarArea']"
:items="['bar (horizontal)', 'bar (vertical)', 'pie', 'doughnut', 'line', 'radar', 'polarArea']"
label="Chart Type"
class="mb-4"
:disabled="props.disabled"
Expand Down
Loading

0 comments on commit 94d271a

Please sign in to comment.