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(chart): rename context & node api to getContext and getNode (f… #4690

Merged
merged 1 commit into from
Feb 23, 2023

Conversation

pepper-nice
Copy link
Contributor

Chart API 做以下调整:

chart.node() -> chart.getNode()
chart.context() -> chart.getContext()

Node 做出如下调整:
node.root() -> node.getRoot()

@pearmini pearmini changed the title refactor(chart): rename context&node api to getContext and getNode (f… refactor(chart): rename context & node api to getContext and getNode (f… Feb 23, 2023
@pearmini pearmini merged commit dc52aae into v5 Feb 23, 2023
@pearmini pearmini deleted the refactor/api-chart branch February 23, 2023 13:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Break Change] chart.node -> chart.getNode, chart.context -> chart.getContext
2 participants