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

Can I just get the xml string of the svg? #87

Open
hubingliang opened this issue Jun 16, 2022 · 1 comment
Open

Can I just get the xml string of the svg? #87

hubingliang opened this issue Jun 16, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@hubingliang
Copy link

I want to render inside react native, but there is no actual dom in react native, so I want to render with SVGXML, but it needs xml string of svg

@omnibrain omnibrain added the enhancement New feature or request label Jul 18, 2022
@omnibrain
Copy link
Owner

The rendering is done with svgjs which requires the DOM... But the rendering is abstracted, so it should be possible to create an entirely new renderer that "natively" renders the chart in React Native.

Unfortunately I don't have any experience with React Native but I'll do some research when I have time to see what I can do to make this library work with React Native.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants