Skip to content

Commit de09513

Browse files
Add TickMethodFunction and SymbolFunction (#176)
Co-authored-by: James Yeung <shunjiey@hotmail.com>
1 parent 4d19033 commit de09513

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/AntDesign.Charts.Docs/Demos/Pie/Pie_Chart.razor

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
{
5858
Visible = true,
5959
Type = "inner",
60+
Formatter = " (datum) => { return datum.value+'%'; }",
6061
},
6162
};
6263

0 commit comments

Comments
 (0)