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
* __Default value:__ `"greedy"` for `log scales otherwise `true`.
vega-lite
altair
docstring of altair.vegalite.v5.schema.core.LegendConfig:169: WARNING: Inline literal start-string without end-string. [docutils]
docstring of altair.vegalite.v5.schema._config.LegendConfigKwds:169: WARNING: Inline literal start-string without end-string. [docutils]
Fix
I think the fix is to go from:
*__Default value:__`"greedy"` for `log scales otherwise `true`.
to:
*__Default value:__`"greedy"` for log scales otherwise `true`.
Checklist
I checked for duplicate issues.
The text was updated successfully, but these errors were encountered:
Bug Description
I've finally traced this back to a typo as causing some strange parsing in the docs for both vega-lite and altair
vega-lite/src/legend.ts
Line 141 in 646f0cd
vega-lite
altair
Fix
I think the fix is to go from:
to:
Checklist
The text was updated successfully, but these errors were encountered: