We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
const { fillStyle } = props; <group ref={this.coordRef} style={{ width: width, height: height, fill: fillStyle || 'transparent', }} > ... </group>
The text was updated successfully, but these errors were encountered:
F2/packages/f2/src/chart/index.tsx
Line 357 in e3659d2
Sorry, something went wrong.
I got a idea to extend Chart Instance, and override the Render Function. But this approach seems not very flexible.
class NewChart extends Chart { ...super render() { } }
This approach need to compile with babel/plugin-transform-react-jsx. But my project is use Vue framework. This does not seem to be a very good way
No branches or pull requests
What problem does this feature solve?
What does the proposed API look like?
The text was updated successfully, but these errors were encountered: