Skip to content

Commit

Permalink
#8 - Fix Labels on LegendConfig type
Browse files Browse the repository at this point in the history
  • Loading branch information
Jooseppi12 committed Feb 5, 2024
1 parent 48e69f3 commit a7511d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebSharper.ChartJs/Main.fs
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ module Definition =
"onHover", (T<Dom.Event> * LegendItem ^-> T<unit>)
"onLeave", (T<Dom.Event> * LegendItem ^-> T<unit>)
"reverse", T<bool>
"labels", !| LegendLabelConfig.Type
"labels", LegendLabelConfig.Type
"rtl", T<bool>
"textDirection", T<string>
"title", LegendTitleConfig.Type
Expand Down

0 comments on commit a7511d7

Please sign in to comment.