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

feat(lib): change graphlib and plotlib #5484

Merged
merged 1 commit into from
Aug 30, 2023
Merged

feat(lib): change graphlib and plotlib #5484

merged 1 commit into from
Aug 30, 2023

Conversation

pearmini
Copy link
Member

调整 graphlib 和 plotlib:

export function graphlib() {
  return {
    'mark.forceGraph': ForceGraph,
    'mark.tree': Tree,
    'mark.pack': Pack,
    'data.arc': Arc,
    'data.cluster': Cluster,
    'mark.sankey': Sankey,
    'mark.treemap': Treemap,
  } as const;
}
export function plotlib() {
  return {
    'data.venn': Venn,
    'mark.boxplot': Boxplot,
    'mark.gauge': Gauge,
    'mark.wordCloud': WordCloud,
  } as const;
}

@pearmini pearmini requested a review from hustcc August 29, 2023 11:43
@coveralls
Copy link

Pull Request Test Coverage Report for Build 6011758604

  • 4 of 4 (100.0%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.001%) to 88.827%

Totals Coverage Status
Change from base Build 6011150159: 0.001%
Covered Lines: 9794
Relevant Lines: 10684

💛 - Coveralls

@pearmini pearmini merged commit ad175a0 into v5 Aug 30, 2023
@pearmini pearmini deleted the feat/libs branch August 30, 2023 01:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants