Simple dashboard with datagrid+filters+charts #8786
apbreports
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I thought I would build a simple static html dashboard using vega lite where users can filters the data easily.
This only took a few hours and you can check the code in the index.html page.
This demo page has a static .js data source with 22,250 rows and loads very fast. When you apply filters in the data grid the vega-lite charts will refresh automatically.
Demo
This page uses the following javascript libraries:
Devextreme, alasql and vega-lite.
I built a tool to export data from mssql & oracle into js files so this can be easily automated. You could then sync this setup with SharePoint to have a secure and fast dashboard. Without any monthly user fees like Power BI etc.
Let me know what you think.
[email protected]
Beta Was this translation helpful? Give feedback.
All reactions