test/bartest.html
authorleon <leon@roojs.com>
Wed, 26 Apr 2023 04:33:32 +0000 (12:33 +0800)
committerleon <leon@roojs.com>
Wed, 26 Apr 2023 04:33:32 +0000 (12:33 +0800)
test/bartest.html

index 2a65288..e583490 100644 (file)
                 // });
 
 
-        r.piesectorchart(550, 450, 275, 150, 105, [33,52,198,4], {
+        // r.piesectorchart(550, 450, 275, 150, 105, [33,52,198,4], {
+        //     background: '#FFFFFF',
+        //     barwidth : 70,
+        //     colors:  ["#83DBFF","#F9C80A","#1E47DA","#B21ADF","#FF11BA","#FF8C30"],
+        //     cut: 5,
+        //     others: 'Others - #qty# (#%#)',
+        //     labels: ["#%#","#%#","#%#","#%#"],
+        //     labelfont: 'Work Sans',
+        //     labelsize: 20,
+        //     labelweight: 600,
+        //     legend:  ["International -\n#qty# (#%#)","Hong Kong S.A.R. -\n#qty# (#%#)","Regional - #qty#\n(#%#)","Macao S.A.R. - #qty#\n(#%#)"],
+        //     legendpos: 'bottom',
+        //     legendkeyshape: 'rect',
+        //     legendkeysize: 14,
+        //     legendfont: 'Work Sans',
+        //     legendfontsize: 14,
+        //     legendfontcolor: '#323232',
+        //     lineheight : 40,
+        //     legendcolumn: 2
+        // });
+
+
+        r.piesectorchart(550, 450, 200, 150, 105, [52,27,31,9,31,20,12,5,2,29,23,4,2,2,4,1,2], {
             background: '#FFFFFF',
             barwidth : 70,
             colors:  ["#83DBFF","#F9C80A","#1E47DA","#B21ADF","#FF11BA","#FF8C30"],
             cut: 5,
             others: 'Others - #qty# (#%#)',
-            labels: ["#%#","#%#","#%#","#%#"],
+            labels: ["#%#","#%#","#%#","#%#","#%#","#%#","#%#","#%#","#%#","#%#","#%#","#%#","#%#","#%#","#%#","#%#","#%#"],
             labelfont: 'Work Sans',
             labelsize: 20,
             labelweight: 600,
-            legend:  ["International -\n#qty# (#%#)","Hong Kong S.A.R. -\n#qty# (#%#)","Regional - #qty#\n(#%#)","Macao S.A.R. - #qty#\n(#%#)"],
+            legend:  ["Hong Kong S.A.R. -\n#qty# (#%#)","Singapore - #qty#\n(#%#)","India - #qty# (#%#)","Australia - #qty#\n(#%#)","Taiwan - #qty# (#%#)","Indonesia - #qty#\n(#%#)","Philippines - #qty#\n(#%#)","New Zealand - #qty#\n(#%#)","Cambodia - #qty#\n(#%#)","Malaysia - #qty#\n(#%#)","Vietnam - #qty#\n(#%#)","Thailand - #qty#\n(#%#)","Asia Pacific - #qty#\n(#%#)","South Korea - #qty#\n(#%#)","Macao S.A.R. - #qty#\n(#%#)","Pakistan - #qty#\n(#%#)","Laos - #qty# (#%#)"],
             legendpos: 'bottom',
             legendkeyshape: 'rect',
             legendkeysize: 14,
             legendfontsize: 14,
             legendfontcolor: '#323232',
             lineheight : 40,
-            legendcolumn: 2
+            legendcolumn : 2
         });