g.pie.sector.js
authorAlan <alan@roojs.com>
Wed, 10 May 2023 01:00:02 +0000 (09:00 +0800)
committerAlan <alan@roojs.com>
Wed, 10 May 2023 01:00:02 +0000 (09:00 +0800)
g.pie.sector.js

index ceca7d8..d7426c8 100644 (file)
@@ -53,7 +53,7 @@ Roo = typeof(Roo) != 'undefined' ? Roo:  (imports ? imports.seed.Roo.Roo: {});
             angle = opts.start_angle || 90, 
             cut = opts.cut || 9,
             defcut = true,
-            labels = opts.labels || false; // default no labels
+            labels = opts.labels || false, // default no labels
             labelFont = opts.labelfont || "'Fontin Sans', Fontin-Sans, sans-serif",
             labelSize = opts.labelsize || 18,
             labelWeight = opts.labelweight || 'normal',