From 10e2564b9ff9eb79f61baf3cebd84318fef0a24e Mon Sep 17 00:00:00 2001 From: zirain Date: Tue, 14 Jan 2025 06:48:00 +0800 Subject: [PATCH] fix README Signed-off-by: zirain --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ab57ac..263b7e2 100644 --- a/README.md +++ b/README.md @@ -236,7 +236,7 @@ func main() { "Video Ads", }, }), - charts.PieSeriesShowLabel(), + charts.SeriesShowLabel(true), // other options as desired... ```