Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Adding interactive geom for geom_stream() from ggstream package #261

Open
bassamsdata opened this issue Mar 21, 2023 · 0 comments

Comments

@bassamsdata
Copy link

Feature description:

Adding geom interactive for the stream chart and specifically for the geom_stream() function in the ggstream package

Value:

It's widely used chart type and really appreciate if you can support this kind of chart.

Example:

library(ggstream)
ggplot(blockbusters, aes(year, box_office, fill = genre)) +
  geom_stream() +
  geom_stream_label(aes(label = genre))

README-cars-1

Additional info:

well, this type of chart is really useful, you can check this new article on the economist on dog breeds.
french bulldogs are taking over america)
I think they used svelte and D3

Thank you and really appreciate your work on this amazing package.

@bassamsdata bassamsdata changed the title Adding interactive geom for geom_stream() from ggstream package [Feature Request] Adding interactive geom for geom_stream() from ggstream package Mar 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant