You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was playing a bit with the different charts available under rAmCharts (that looks impressive btw), and now wondering, if you plan to add functions or examples especially for htmlwidgets save, that I could not make working with this package. With leaflet, plotly, etc it is really easy.
Thanks, Zoltan
The text was updated successfully, but these errors were encountered:
Thanks for the quick reply!
Okay, then we are closer, I tried exactly the same with amBarplot and amAngularGauge where the same method did not work, it looks like it does work for the amBoxPlot without issue.
p <- amAngularGauge(...)
htmlwidgets::saveWidget(p, file="test_widget.html")
of course parameters, bands are filled.
What error message I got:
"Error in x$width : $ operator not defined for this S4 class"
I was playing a bit with the different charts available under rAmCharts (that looks impressive btw), and now wondering, if you plan to add functions or examples especially for htmlwidgets save, that I could not make working with this package. With leaflet, plotly, etc it is really easy.
Thanks, Zoltan
The text was updated successfully, but these errors were encountered: