Skip to content

Conversation

MarvelSQ
Copy link
Member

@MarvelSQ MarvelSQ commented Jul 12, 2023

Feature

option should have the ability to overwrite the option generated by child components.

<MapChart option={{}}>
  <VisualMap .../>
</MapChart>

@vercel
Copy link

vercel bot commented Jul 12, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
charts ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 12, 2023 7:31am

@SevenOutman
Copy link
Member

It's by-design that children takes precedence over option prop, which encourages user to use child components, and only use option prop as fallback when child component does not meet the requirement.

What do you think is the rationale that option prop should take precedence?

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.

2 participants