Skip to content

Commit

Permalink
[FIX] chart: missing checkbox label for combo chart
Browse files Browse the repository at this point in the history
closes #5136

Task: 4283173
Signed-off-by: Pierre Rousseau (pro) <[email protected]>
  • Loading branch information
hokolomopo committed Oct 24, 2024
1 parent 788df92 commit 69a8602
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<t t-set-slot="title">Values</t>
<Checkbox
name="'showValues'"
label="showValuesLabel"
label.translate="Show values"
value="props.definition.showValues"
onChange="showValues => props.updateChart(this.props.figureId, {showValues})"
/>
Expand Down

0 comments on commit 69a8602

Please sign in to comment.