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

Support mashup of both rolling and 2D graph panels #16

Merged
merged 4 commits into from
Mar 25, 2024
Merged

Conversation

glopesdev
Copy link
Member

@glopesdev glopesdev commented Mar 25, 2024

This PR aims to extend support for graph mashup by refactoring GraphPanel to allow composition of 2D line graphs and introducing RollingGraphPanel to support composition of both rolling graphs and bar graphs for displaying trends over time. The design goal for both graph panel types is below:

  • RollingGraphPanel: typically used to represent trends or patterns in the data over time
  • GraphPanel: typically used to show the relationship between two or more variables

The two types of composition panels are expected to evolve significantly in the near future, so the current API must be treated as highly experimental and subject to change.

@glopesdev glopesdev added the feature New planned feature label Mar 25, 2024
@glopesdev glopesdev added this to the 0.1.0 milestone Mar 25, 2024
@glopesdev glopesdev merged commit 86c0b7f into main Mar 25, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New planned feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant