You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chart.Column(keys,values,Labels=labels,Opacity=0.3,Marker=Options.Marker(Color="rgba(222,45,38,0.8)",Size=1))// Changing the thickness of the bar is not possible at the moment
22
+
Chart.Column(keys,values,Labels=labels,Opacity=0.3,Marker=Marker.init(Marker.style (Color="rgba(222,45,38,0.8)",Size=1)))// Changing the thickness of the bar is not possible at the moment
23
23
(*** include-it:bar1 ***)
24
+
|> Chart.Show
24
25
25
26
(*** define-output:bar2 ***)
26
27
Chart.Bar(keys,values)
@@ -43,4 +44,3 @@ The following example shows how to create a stacked bar chart by combining bar c
0 commit comments