-
-
Notifications
You must be signed in to change notification settings - Fork 81
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
render parameter for SVG in echarts JSON #562
Comments
It gets added here: https://github.com/JohnCoene/echarts4r/blob/2ee457a4541240a7996d332823c0cc5be60b21c1/inst/htmlwidgets/echarts4r.js#L64C42-L64C42 I'm not sure why I do this via JavaScript it could be added the main |
there seem to be more than one parameter that isn't passed to the json, like group names (e_group("name") , |
@JohnCoene did you mean something like this by putting it all in x options object? Or is this approach just too simplistic? (@munoztd0)
|
I think it's just the renderer that is missing.
|
I couldn't find the group name and group connect in the JSON (generated by |
Yes indeed, a few things will be missing. The issue is that connect is not part of the main body of options (like the renderer) because it's not passed to For connect it's passed here Maybe with all the things you do with echarts4r we can schedule a quick call? Feel free to email me jcoenep[@]gmail.com |
@JohnCoene thank you for the offer! Our frontender will try to figure out things first. But maybe I will get back to you later on. Thanks! |
The json doesn't contain the renderer parameter if you set it as "svg".
Do you think that can be added to the json as well somehow?
relate to #560 @rdatasculptor
The text was updated successfully, but these errors were encountered: