From 9529f9cfe2975b4a7223bfe2ec59c48b2517dc22 Mon Sep 17 00:00:00 2001 From: hashworks Date: Mon, 24 Sep 2018 22:55:21 +0200 Subject: [PATCH] Add warning that setting `ClassName` will drop all other inline styles --- _examples/css_classes/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/_examples/css_classes/main.go b/_examples/css_classes/main.go index ec43eb5..d650e96 100644 --- a/_examples/css_classes/main.go +++ b/_examples/css_classes/main.go @@ -15,6 +15,7 @@ func inlineSVGWithClasses(res http.ResponseWriter, req *http.Request) { "")) pie := chart.PieChart{ + // Note that setting ClassName will cause all other inline styles to be dropped! Background: chart.Style{ClassName: "background"}, Canvas: chart.Style{ ClassName: "canvas",