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]: add charts visualization #305

Open
rderbier opened this issue Apr 10, 2023 · 0 comments
Open

[FEATURE]: add charts visualization #305

rderbier opened this issue Apr 10, 2023 · 0 comments
Labels
kind/feature Something completely new we should consider.

Comments

@rderbier
Copy link
Contributor

Use case

Add a Chart tab where data is displayed as chart.
We should use a naming convention to help the mapping between the data and the chart.

for example
query hbar($first:int = 15) {
var(func: type(School)) {
c as count(School.projects)
}
project_count(func: uid(c), orderdesc:val(c), first: $first) {
label:School.name
value:val(c)
}
}

Would be displayed as a horizontal bar chart with a series called "Project count".
User can add Few UI settings (saved with the tab config) such as chart title, colors, etc ...

Link to examples and research

No response

Solution proposal

No response

Additional information.

No response

@rderbier rderbier added the kind/feature Something completely new we should consider. label Apr 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Something completely new we should consider.
Projects
None yet
Development

No branches or pull requests

1 participant