VisActor / VisActor/VTable

[Documentation] supplement document and demo

Open
#4,197 0 comments 0 reactions 2 assignees View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.