docs: rename "time grain" to "time granularity" in dashboard controls#10994
Merged
keydunov merged 3 commits intoJun 3, 2026
Conversation
Aligns the dashboard widget docs with the product UI, which renamed the "Add Time Grain" toolbar button and the "Time Grain" switcher widget to "Time Granularity" (and grouped Filter / Time Granularity under an "Add Controls" label). Renames the "Time grain switcher" heading (and its #time-grain-switcher anchor → #time-granularity-switcher), the "Allowed grains" / "Default grain" subsections, and all body copy across the controls, widgets index, charts, and dashboard-agent pages.
keydunov
approved these changes
Jun 2, 2026
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
Aligns the dashboard widget docs with a product UI rename: the dashboard builder's Add Time Grain toolbar button and the Time Grain switcher widget are now Time Granularity (and Filter / Time Granularity are grouped under an Add Controls label). This updates the docs to match.
Changes (
docs-mintlify/docs/explore-analyze/dashboards/)widgets/controls.mdx## Time grain switcher→## Time granularity switcher— anchor changes#time-grain-switcher→#time-granularity-switcher(in-page TOC link and[ref-time-grain]definition updated to match)### Allowed grains→### Allowed granularities,### Default grain→### Default granularitywidgets/index.mdx— widget list + toolbar button nameswidgets/charts.mdx— "time grain switchers" → "time granularity switchers"dashboard-agent.mdx— "time grain" → "time granularity" in agent capabilities/limitationsNotes
#time-grain-switcheranchor was only referenced from withincontrols.mdx(no cross-page links), so the rename is self-contained. The product changelog link that pointed at the old anchor is updated in the corresponding console-ui change.Companion to the product change (cubejs-enterprise PR #12405).