-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Add graph visualization for selected cells in data browser #2583
Comments
Thanks for opening this issue!
|
@AshishBarvaliya maybe interesting for you |
@mtrezza i would like to work on this, anything i should keep in mind while working on it. I am thinking of using pure canvas to create the graphs or if that is too much code to maintain then i will just simply use d3 for it. I couldnt find a side-panel in the components is it also to be created? |
@syedbarimanjan regarding the side panel, maybe take a look at #2584 (comment); it also adds a side panel. We'd want to use a lightweight lib for the graph rendering, with an active community and well maintained, i.e. frequent and recent commits and releases. |
waiting for #2584 to get merged so i can use the same side panel and not create a new one. |
@syedbarimanjan The PR has been merged. |
New Feature / Enhancement Checklist
Current Limitation
Descriptive statistics were introduced with #2529 to calculate a single metric from a selected set of numbers. It is currently not possible to show how the selected values relate to each other.
Feature / Enhancement Description
Add a graph visualization for the selected set of numbers.
Visualizations:
a) Number series: values selected from one or more columns where each column contains a number:
b) Time series: values selected from multiple columns where column 1 contains date values and subsequent columns contain numbers:
Features:
The text was updated successfully, but these errors were encountered: