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
:font=>__dic(:default=>nothing, :__ord=>2, :__cat=>"Legend appearance", :__doc=>"The default font that will be used for all elements of the legend."),
192
+
:italic=>__dic(:default=>nothing, :__ord=>2, :__cat=>"Legend appearance", :__doc=>"The default font style that will be used for all elements of the legend."),
193
+
:fontweight=>__dic(:default=>nothing, :__ord=>2, :__cat=>"Legend appearance", :__doc=>"The default font weight that will be used for all elements of the legend."),
194
+
:d3format=>__dic(:default=>nothing, :__ord=>1, :__cat=>"Legend options", :__doc=>"Allow users to directly pass a legend format. It must follow the rules described in `d3.format()`."),
195
+
:d3formattype=>__dic(:default=>nothing, :__ord=>1, :__cat=>"Legend options", :__doc=>"If values are time or date, this option can be used to control their format."),
196
+
:limit=>__dic(:default=>nothing, :__ord=>1, :__cat=>"Legend options", :__doc=>"The number of elements to be shown in the legend."),
197
+
:orient=>__dic(:default=>:right, :__ord=>2, :__cat=>"Legend appearance", :__doc=>"The location of the legend. User can pass `[legendX, legendY]` for a precise location."),
198
+
:symbol=>__dic(:default=>nothing, :__ord=>2, :__cat=>"Legend appearance", :__doc=>"Indicate the symbol for discrete type legends."),
199
+
:columns=>__dic(:default=>1, :__ord=>2, :__cat=>"Legend appearance", :__doc=>"The number of columns to be used to show the legend elements."),
200
+
:direction=>__dic(:default=>:vertical, :__ord=>2, :__cat=>"Legend appearance", :__doc=>"The direction of the legend."),
201
+
:size=>__dic(:default=>100, :__ord=>2, :__cat=>"Legend appearance", :__doc=>"The legend element size."),
202
+
:gradientlength=>__dic(:default=>nothing, :__ord=>2, :__cat=>"Legend appearance", :__doc=>"Control the size of a gradient type legend."),
203
+
:gradientthickness=>__dic(:default=>nothing, :__ord=>2, :__cat=>"Legend appearance", :__doc=>"Control the size of a gradient type legend (width)."),
204
+
:gridalign=>__dic(:default=>:each, :__ord=>2, :__cat=>"Legend appearance", :__doc=>"Control how to align multiple legends."),
205
+
:rowspace=>__dic(:default=>1, :__ord=>2, :__cat=>"Legend appearance", :__doc=>"The space between rows."),
206
+
:columnspace=>__dic(:default=>1, :__ord=>2, :__cat=>"Legend appearance", :__doc=>"The space between columns."),
207
+
:values=>__dic(:default=>nothing, :__ord=>1, :__cat=>"Legend options", :__doc=>"Allow user manually provide the values for the legend."),
208
+
)
209
+
180
210
BAR_DEFAULT =SGKwds(
181
211
:x=>__dic(:default=>0, :__ord=>0, :__cat=>"Required", :__doc=>"User should pass a single column for plotting the bar chart. User must pass either this or the `y` argument."),
182
212
:y=>__dic(:default=>0, :__ord=>0, :__cat=>"Required", :__doc=>"User should pass a single column for plotting the bar chart. User must pass either this or the `x` argument."),
0 commit comments