docs: document the Duplicate series control in Chart Explorer#6407
Merged
Conversation
The chart builder now has a Duplicate series control that copies an existing series into a new row directly below it. Document it in the Creating visualizations section so the page matches the shipped UI. Closes #6406
|
The latest updates on your projects. Learn more about Vercel for GitHub.
4 Skipped Deployments
|
- Recapture visualization 1-3 for the updated ClickStack UI theme - Add a close-up of the Duplicate series control with its tooltip - Rename these images hyperdx-* -> clickstack-* (HyperDX is the UI layer; ClickStack is the correct name for the asset) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
dhtclk
approved these changes
Jun 17, 2026
dhtclk
left a comment
Collaborator
There was a problem hiding this comment.
LGTM, updated just the top few visualizations to contain scope.
|
Docs PR opened: ClickHouse/mintlify-docs-dev#222 Documented the Duplicate series copy control in the ClickStack Chart Explorer with explanatory text and a screenshot. |
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.
Closes #6406
Summary
The Chart Explorer chart builder gained a Duplicate series control: a copy icon on each series row that inserts a copy of that series directly below. The dashboards page documented building a second series only with the blank
Add Seriesbutton, so it was stale relative to the shipped UI.This adds one paragraph to the "Creating visualizations" section, after the existing two-series example, covering:
Duplicate series) to copy a series instead of starting from a blank one.Number,Pie,Heatmap).No new screenshots: the control sits in the already-shown series-row action group, so no image changes are needed.
Use cases covered
avgandp95of the same column with the same filter) without re-entering every field.Test plan
Add Series) is hidden on theNumberandHeatmapviews.--docs) is clean on the diff.Note
Low Risk
Documentation and static image path updates only; no application or infrastructure code changes.
Overview
Updates the ClickStack dashboards guide so Chart Explorer docs match the shipped Duplicate series control.
After the existing multi-series example, it adds instructions to use the copy icon on a series row to insert a copy below that keeps the source metric, column, and filter, then tweak only what differs and set a new alias. It also notes the control is omitted for single-series chart types (
Number,Pie,Heatmap).The first three visualization screenshots are switched from
hyperdx-visualization-*toclickstack-visualization-*, and a newclickstack-duplicate-seriesimage illustrates the copy icon and tooltip.Reviewed by Cursor Bugbot for commit 6a78b04. Bugbot is set up for automated code reviews on this repo. Configure here.