Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ChartGPU/chartgpu-react
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: bug/fix-chart-rendering
Choose a base ref
...
head repository: ChartGPU/chartgpu-react
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 7 files changed
  • 1 contributor

Commits on Feb 24, 2026

  1. Merge pull request #12 from ChartGPU/bug/fix-chart-rendering

    Optimize React performance across all wrapper components
    hunterg325 authored Feb 24, 2026
    Configuration menu
    Copy the full SHA
    411e1e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0194e71 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #13 from ChartGPU/version-bump

    Bump version to 0.1.4 and scope package name to @chartgpu/chartgpu-react
    hunterg325 authored Feb 24, 2026
    Configuration menu
    Copy the full SHA
    7037a30 View commit details
    Browse the repository at this point in the history
  4. Add useGPUContext docs and multi-chart dashboard examples

    - Add useGPUContext() hook documentation to docs/api/hooks.md
    - Add "Complete dashboard: shared GPU + synced interaction" recipe to docs/recipes/chart-sync.md
    - Add useGPUContext to API.md hooks listing and llm-context.md task mapping
    - Add SyncedDashboardExample: useGPUContext + useConnectCharts with 3 synced charts
    - Add StreamingSyncedDashboardExample: combines useGPUContext + useConnectCharts + appendData streaming
    hunterg325 committed Feb 24, 2026
    Configuration menu
    Copy the full SHA
    a2dd13b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #14 from ChartGPU/chore/update-documentation

    Add useGPUContext docs and multi-chart dashboard examples
    hunterg325 authored Feb 24, 2026
    Configuration menu
    Copy the full SHA
    e536c3f View commit details
    Browse the repository at this point in the history
Loading