microsoft / charticulator

Interactive Layout-Aware Construction of Bespoke Charts
Other
830 stars 116 forks source link

Add the possibility to sync the Axis on multiple glyphs charts #1028

Open jordanFromNYC opened 2 years ago

jordanFromNYC commented 2 years ago

When doing multi glyphs charts, there is no way to align the axis for Symbols charts. On the example below I need to compare the last 12 Month data in one glyph to previous years data in another glyph. Since glyphs are horizontally aligned i need the Y axis to be consistent:

image

This does not seem to be a problem with bar charts though, since the Y axis is added via the legend instead of dragging the data on the Axis, and the legend seems to be shared amongst the different glyphs