pensivedog
pensivedog
Thanks for this update. I'm getting a "RuntimeError: invalid module" message now when trying to run this in RStudio: robservable( "@juba/robservable-bar-chart", include = "chart" )
Thanks for helping troubleshoot. I confirm that Observable charts not using Plot are previewing fine in RStudio.
But... the input argument still seems to not be working. For instance, this does not successfully update the color: robservable( "@d3/horizontal-bar-chart", include = "chart", input = list(color="red") )
Apologies, I'm still figuring out how this works. In this example, `input = list(color="red")` doesn't work, but `input = list(width=100)` does work, even though there isn't a cell named `width`....
Ok, very helpful! Thank you for taking the time to answer these questions :)
Great, thank you for the reply and your work on this. Looking forward to the restructured starter theme.
+1 for quotes: true option.
No matter what I do, I also can't get this to work. Console keeps showing the error `leafletMapsObj is not defined`. It would be wonderful if this repo and the...
Finally was able to get this working with the fixes here: https://github.com/altrdev/hugo-leaflet/pull/9
Thank you, @lockevn, I like this solution very much, as I'm using the CDN version of Netlify CMS and this helps keep my implementation super simple. Just one question: when...