vega / vega-lite

A concise grammar of interactive graphics, built on Vega.
https://vega.github.io/vega-lite/
BSD 3-Clause "New" or "Revised" License
4.69k stars 611 forks source link

Change default sizes #7464

Open domoritz opened 3 years ago

domoritz commented 3 years ago

@jheer proposed to change the default sizes of Vega-Lite Charts. The idea would be that libraries don't have to change the default anymore.

One option would be to use the default sized of Vega-Lite API on Observable and Altair.

{continuousWidth: 400, continuousHeight: 300}
kanitw commented 3 years ago

Oh interesting, so they are both using this size?

This will change every plot though, so I'd rather do this when we have the next major bump.

domoritz commented 3 years ago

Sounds good. I added a 6.0 milestone.