Skip to content

Commit e790583

Browse files
authored
Merge pull request #9 from ChartGPU/add-context7-identification
Remove deprecated fields and rules from context7.json configuration
2 parents 1435b56 + 6fc7ba6 commit e790583

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

context7.json

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

0 commit comments

Comments
 (0)