Skip to content

docs: document the Duplicate series control in Chart Explorer#6407

Merged
alex-fedotyev merged 2 commits into
mainfrom
docs/clickstack-duplicate-series
Jun 17, 2026
Merged

docs: document the Duplicate series control in Chart Explorer#6407
alex-fedotyev merged 2 commits into
mainfrom
docs/clickstack-duplicate-series

Conversation

@alex-fedotyev

@alex-fedotyev alex-fedotyev commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

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 Series button, 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:

  • Clicking the copy icon (tooltip Duplicate series) to copy a series instead of starting from a blank one.
  • The copy lands directly below and keeps the source series' settings (metric, column, filter), so you change only the fields that differ and give the copy its own alias.
  • The control is hidden for visualization types that allow only one series (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

  • Building a near-identical series (for example avg and p95 of the same column with the same filter) without re-entering every field.

Test plan

  • Walked the flow end to end against the latest merged ClickStack build with live data: duplicated a series on a Line/Bar chart and confirmed a copy was inserted directly below it, carrying the same metric, with the copy's alias left blank.
  • Confirmed the control (and Add Series) is hidden on the Number and Heatmap views.
  • prose-lint (--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-* to clickstack-visualization-*, and a new clickstack-duplicate-series image 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.

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
@alex-fedotyev alex-fedotyev requested a review from a team as a code owner June 17, 2026 02:20
@vercel

vercel Bot commented Jun 17, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
clickhouse-docs Ready Ready Preview, Comment Jun 17, 2026 8:43pm
4 Skipped Deployments
Project Deployment Actions Updated (UTC)
clickhouse-docs-jp Ignored Ignored Jun 17, 2026 8:43pm
clickhouse-docs-ko Ignored Ignored Preview Jun 17, 2026 8:43pm
clickhouse-docs-ru Ignored Ignored Preview Jun 17, 2026 8:43pm
clickhouse-docs-zh Ignored Ignored Preview Jun 17, 2026 8:43pm

Request Review

- 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 dhtclk left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, updated just the top few visualizations to contain scope.

@alex-fedotyev alex-fedotyev merged commit faec34f into main Jun 17, 2026
18 checks passed
@mintlify

mintlify Bot commented Jun 17, 2026

Copy link
Copy Markdown

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Document the Duplicate series control in the Chart Explorer

2 participants