[Documentation] supplement document and demo
Open
@xuefei1313 is already working on this.
Since Jul 14, 2025.
docs
- Dominant language
- TypeScript
- Stars
- 3.7k
- Forks
- 486
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 16
Description
Documentation Title or Section
孙锐补充下这俩:
// resize response time
resizeTime?: number;
canvas?: HTMLCanvasElement;
viewBox?: IBoundsLike;
chartOption?: any;
disableInteraction?: boolean;
beforeRender?: (stage: any) => void;
afterRender?: (stage: any) => void;
雪飞加下下面这俩的:
// 渲染时的 spec 改变
specFormat?: (
spec: any,
chartInstance: any,
chart: any
) => { needFormatSpec: boolean; spec?: any; updateSpec?: boolean };
// chart 单元格 的 spec 生成时的转换
specTransformInCell?: (spec: any, col: number, row: number) => any;
Issue Description or Suggestion
supplement document and demo
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.