Skip to content

Add flowmapblue to quarto chunk #14

Description

@RobWiederstein

I've got a quarto website where I'm trying to add the flowmapblue plot:

#| eval: TRUE
mapboxAccessToken <- Sys.getenv("MAPBOX")
flowmapblue(locations, flows, mapboxAccessToken,
            clustering = TRUE, darkMode = TRUE, animation = FALSE) -> flowmap 
flowmap

When the website renders, the plot is outside of the code block and the CSS on the page gets changed. I've tried to use it with function widgetframe::framewidget() but no luck. Any general ideas would be helpful. I'm confident it can be done, because I saw it on Professor Moraga's post: https://www.paulamoraga.com/blog/2020-07-11-mobility.html.

Many thanks and love the package! It works great from the console.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingdocumentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions