Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions context7.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,4 @@
{
"$schema": "https://context7.com/schema/context7.json",
"projectTitle": "chartgpu-react",
"description": "React bindings for ChartGPU — a WebGPU-powered charting library.",
"folders": ["docs", "examples"],
"excludeFolders": ["node_modules", "dist", "coverage", ".git", ".github", ".cursor"],
"excludeFiles": ["IMPLEMENTATION_REPORT.md", "package-lock.json"],
"rules": [
"Prefer the `ChartGPU` component; `ChartGPUChart` is deprecated and will be removed in a future major version.",
"`options` is treated as a full replacement object; `setOption()` does not partial-merge.",
"For streaming/real-time updates, prefer `ChartGPUHandle.appendData()` over replacing `options.series[].data`.",
"If you use `createAnnotationAuthoring(container, chart, ...)`, dispose the authoring instance before disposing the chart.",
"Ensure the chart container has an explicit, non-zero height; otherwise the chart may render blank.",
"In React 18 StrictMode (dev), effects run twice (mount→unmount→mount); avoid retaining stale chart instances outside refs/onReady."
],
"url": "https://context7.com/chartgpu/chartgpu-react",
"public_key": "pk_8QNeg6DDgVImbbajzdevV"
}