Document visualization updates: dashboards, horizontal bars, hidden dimensions#301
Draft
jswir wants to merge 1 commit intomalloydata:mainfrom
Draft
Document visualization updates: dashboards, horizontal bars, hidden dimensions#301jswir wants to merge 1 commit intomalloydata:mainfrom
jswir wants to merge 1 commit intomalloydata:mainfrom
Conversation
…imensions - Expand dashboard docs with KPI cards, grid spans, row breaks, labels, subtitles, borderless mode, equal columns, custom gap, responsive behavior, and default sizing - Add horizontal bar chart section with basic, grouped, and stacked examples - Add hidden dimension docs for bar and line charts (order_by without rendering) - Update overview quick reference with new properties Signed-off-by: James Swirhun <james@credibledata.com>
76a6ea4 to
7571ed1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
# span), row breaks (# break), custom labels/subtitles, borderless mode, equal columns (# dashboard { columns = N }), custom gap, responsive behavior, and default sizing table# bar_chart { horizontal }with basic, grouped, and stacked examples# hiddentag — include a dimension fororder_bywithout rendering it on the chartBlocked on
This PR needs a Malloy package bump (
@malloydata/renderetc.) to a version that includes:Until then, the new features will fall back to default behavior (e.g., horizontal renders as vertical).
Test plan
npm run serveand verify all new sections render correctly