docs(observability): document number-tile color picker on ClickStack dashboards - #6564
Open
sankalpsthakur wants to merge 2 commits into
Open
docs(observability): document number-tile color picker on ClickStack dashboards#6564sankalpsthakur wants to merge 2 commits into
sankalpsthakur wants to merge 2 commits into
Conversation
|
@sankalpsthakur is attempting to deploy a commit to the ClickHouse Team on Vercel. A member of the Team first needs to authorize it. |
…dashboards Document the Display Settings Color control for number tiles, including categorical and semantic palette tokens, theme reflow, legacy chart-N mapping, and an external API payload example for POST/PUT dashboards. Fixes #6298
sankalpsthakur
force-pushed
the
docs/number-tile-color-picker
branch
from
July 22, 2026 13:51
9613936 to
41b5fa1
Compare
3 tasks
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
Fixes ClickHouse/ClickHouse#113307
Documents the number-tile Color option in Display Settings on the ClickStack dashboards page (
docs/use-cases/observability/clickstack/dashboards/index.md).Related docs work in the same ClickStack area: #6565 (ClickStack MCP tools and authoring).
What this adds
chart-blue…chart-gray) and semantic tokens (chart-success,chart-warning,chart-error)chart-1…chart-10mapping notecoloron a builder number-tile config forPOST/PUT/api/v2/dashboards(API parity landed in [HDX-1360] External API parity for number-tile color hyperdxio/hyperdx#2359)Screenshots
Not included. The issue asks for light/dark screenshots; this PR ships verified prose and token tables only so we do not invent UI. Happy to add screenshots in a follow-up from a real ClickStack session.
Verification
Cross-checked against HyperDX/ClickStack source:
packages/app/src/components/ChartDisplaySettingsDrawer.tsx—showTileColorforDisplayType.Number; Color control viaColorSwatchInput(aria-label“Number tile color”)packages/app/src/components/ColorSwatchInput.tsx— token labels and palette-only storagepackages/common-utils/src/types.ts—CATEGORICAL_PALETTE_TOKENS,SEMANTIC_PALETTE_TOKENS,LEGACY_CHART_PALETTE_TOKEN_MAPpackages/api/src/routers/external-api/v2/dashboards.ts—ChartPaletteTokenenum andcoloronNumberBuilderChartConfig/ raw SQL number configTest plan