Skip to content

[Feature request] Supporting treemaps in ggplotly #1208

Closed
@pierreroudier

Description

@pierreroudier

Just a feature request, as opposed to a bug report: the support of geom_tree from the treemapify package in ggplotly would be neat.

Example below:

library(ggplot2)
library(treemapify)
library(plotly)

p <- ggplot(G20, aes(area = gdp_mil_usd, fill = hdi)) +
  geom_treemap()

# Print static plot
print(p)

ggplotly(p)

Cheers,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions