Skip to content

an htmlwidgets version? #1

@timelyportfolio

Description

@timelyportfolio

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.

  1. Remove all global variables (data, topics, settings) and keep them scoped within the widget container. This seems to be the hardest by far.
  2. Clean up my hacked innerHTML to properly render the stmBrowser_html container on the R side. Should be easy.
  3. Size appropriately -- this should be really easy.
  4. Scope the css to make sure no conflicts with other HTML elements and assets.
  5. Add shiny functions. This should be relatively painless.
  6. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions