-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
As discussed on Twitter, here is a start toward a htmlwidget version of this fine project https://github.com/timelyportfolio/stmBrowser/tree/htmlwidget. While it sort of works right now, there are some things I would like to address before saying it really works.
- Remove all global variables (
data,topics,settings) and keep them scoped within the widget container. This seems to be the hardest by far. - Clean up my hacked
innerHTMLto properly render the stmBrowser_html container on theRside. Should be easy. - Size appropriately -- this should be really easy.
- Scope the css to make sure no conflicts with other HTML elements and assets.
- Add shiny functions. This should be relatively painless.
- Test it in all contexts.
Thanks for sharing your work. I'll also have a look at stmCorrViz to see if it can be widgetized.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels