Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(ssr): update g6-ssr #6634

Merged
merged 4 commits into from
Dec 12, 2024
Merged

refactor(ssr): update g6-ssr #6634

merged 4 commits into from
Dec 12, 2024

Conversation

Aarebecca
Copy link
Contributor

  • 调整 Graph 接口,如下:
export interface Graph {
  getGraph: () => G6Graph;
  getCanvas: () => Canvas;
  destroy: () => void;

  exportToFile: (file: string, meta?: MetaData) => void;
  toBuffer: (meta?: MetaData) => Buffer;
  toDataURL: () => string;
}
  • 更新测试用例及截图

@Aarebecca Aarebecca added the publish PR merges with this tag will perform the publication label Dec 12, 2024
@Aarebecca Aarebecca merged commit 1a700f6 into v5 Dec 12, 2024
2 checks passed
@Aarebecca Aarebecca deleted the chore/sssr branch December 12, 2024 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
publish PR merges with this tag will perform the publication
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant