v0.0.6
Tile legend options
Dashboard tiles can now place their legend at the top, bottom, or right, and pie tiles can hide the labels drawn inside their slices.
VisualizationOptions gains legend_position and hide_pie_labels. Both are stored on the tile and rendered client-side, so there is no migration and no change to how a tile is queried. The wire change is additive — no client upgrade is required. (#66)
Also: the README screenshots are refreshed for the current UI, in light and dark. (#64)
Full Changelog: v0.0.5...v0.0.6