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
This happens because some types in the second column are too big and so they push the table beyond 100% width:
I'm not very familiar with the layout and how these tables are generated so I don't know how to fix this. Some ideas:
Is it possible to shorten the names of these types? The long ones are not very useful anyway in my opinion. I'm aware that the tables are autogenerated so it would probably require some adjustment in that Sphinx directive.
Make the table scrollable horizontally. This is still not very convenient as the scrollbar will be at the bottom and some of the tables are very long.
Shorten section titles in left navigation bar ("Interactive Charts: Parameters, Conditions, Bindings" -> "Interactive Charts", I prefer this anyway) and then make it narrower. This won't solve it completely but helps.
If the layout is responsive, we could make the tables wider on bigger screens. On a 13'' laptop screen the documentation has a good size but on a 27'' 2560x1440 monitor it does look rather narrow:
Please follow these steps to make it more efficient to solve your issue:
Since Altair is a Python wrapper around the Vega-Lite visualization grammar, most bugs should be reported directly to Vega-Lite. You can click the Action Button of your Altair chart and "Open in Vega Editor" to create a reproducible Vega-Lite example and see if you get the same error in the Vega Editor.
Search for duplicate issues.
Use the latest version of Altair.
The text was updated successfully, but these errors were encountered:
This caused an issue in the old documentation as well where it was difficult (but still possible) to read the rightmost column as it became very narrow:
I don't know if we can make the names shorter, but what do think of making the left column scrollable horizontally and limiting the max width?
Some tables in the new documentation design are too wide to be displayed. For example https://binste.github.io/altair-docs/user_guide/encoding.html#color-fill-and-stroke
This happens because some types in the second column are too big and so they push the table beyond 100% width:
I'm not very familiar with the layout and how these tables are generated so I don't know how to fix this. Some ideas:
Please follow these steps to make it more efficient to solve your issue:
The text was updated successfully, but these errors were encountered: