Skip to content

Reapply chart docs for RangeBarSeries, MarkerSize, and Checkmark marker support#302

Merged
ChronosSF merged 6 commits into
masterfrom
copilot/add-new-chart-features
Jun 12, 2026
Merged

Reapply chart docs for RangeBarSeries, MarkerSize, and Checkmark marker support#302
ChronosSF merged 6 commits into
masterfrom
copilot/add-new-chart-features

Conversation

Copilot AI commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

This PR reintroduces previously reverted chart documentation updates for the latest release. It restores missing guidance for RangeBarSeries, marker sizing via MarkerSize, and the Checkmark marker type across xplat docs and changelogs.

  • Chart markers documentation (EN)

    • Added a new Marker Size section to document MarkerSize behavior, supported series, reset behavior (NaN), and a sample link.
    • Added a Checkmark Marker Type section describing:
      • MarkerType.Checkmark
      • MarkerAutomaticBehavior.Checkmark
      • SeriesViewer.CheckmarkMarkerTemplate
    • File: docs/xplat/src/content/en/components/charts/features/chart-markers.mdx
  • Range bar documentation

    • Added a dedicated Range Bar Chart section with usage context and data binding guidance for RangeBarSeries.
    • Added RangeBarSeries to API references in the same topic.
    • Included Range Bar entry in chart performance chart-type listing.
    • Files:
      • docs/xplat/src/content/en/components/charts/types/bar-chart.mdx
      • docs/xplat/src/content/en/components/charts/features/chart-performance.mdx
  • Release notes/changelog synchronization (EN + JP, all xplat variants)

    • Added changelog entries for:
      • Checkmark marker support
      • MarkerSize support
      • RangeBarSeries support
    • Files:
      • docs/xplat/src/content/en/components/general-changelog-dv*.mdx
      • docs/xplat/src/content/jp/components/general-changelog-dv*.mdx
<IgrScatterLineSeries
  markerType="Checkmark"
  markerSize={30}
  xMemberPath="X"
  yMemberPath="Y"
/>

Copilot AI changed the title [WIP] Add new chart features for range bar series and markers Reapply chart docs for RangeBarSeries, MarkerSize, and Checkmark marker support Jun 10, 2026
Copilot AI requested a review from gedinakova June 10, 2026 08:27
@gedinakova gedinakova marked this pull request as ready for review June 10, 2026 10:01
@gedinakova gedinakova requested a review from norikois June 10, 2026 10:01
@gedinakova gedinakova added category-topic component: DataChart topics for financial, category, data charts labels Jun 10, 2026
@ChronosSF ChronosSF merged commit 1f14c56 into master Jun 12, 2026
9 checks passed
@ChronosSF ChronosSF deleted the copilot/add-new-chart-features branch June 12, 2026 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

category-topic component: DataChart topics for financial, category, data charts

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add new chart features - range bar series, checkmark marker, marker size

4 participants