dgraph-io / ratel

Dgraph Data Visualizer and Cluster Manager
Apache License 2.0
120 stars 49 forks source link

[FEATURE]: add charts visualization #305

Open rderbier opened 1 year ago

rderbier commented 1 year ago

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

github-actions[bot] commented 2 months ago

This issue has been stale for 60 days and will be closed automatically in 7 days. Comment to keep it open.