Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Apexcharts.js | 12,357 | 377 | 260 | 3 days ago | 188 | August 22, 2022 | 262 | mit | JavaScript | |
📊 Interactive JavaScript Charts built on SVG | ||||||||||
Vizzu Lib | 1,670 | 2 days ago | 15 | July 14, 2022 | 25 | apache-2.0 | JavaScript | |||
Library for animated data visualizations and data stories. | ||||||||||
Chronograf | 1,412 | 1 | 3 days ago | 43 | April 01, 2022 | 29 | other | TypeScript | ||
Open source monitoring and visualization UI for the TICK stack | ||||||||||
Insights | 991 | 1 | 2 | a year ago | 71 | February 23, 2020 | 66 | mit | JavaScript | |
Open Source Self-Hosted Business Intelligence Platform | ||||||||||
Esp Dash | 771 | 19 days ago | 12 | gpl-3.0 | C++ | |||||
Blazing fast library to create a functional dashboard for ESP8266 and ESP32 | ||||||||||
Gdash | 767 | 3 years ago | 27 | apache-2.0 | CSS | |||||
A dashboard for Graphite | ||||||||||
Grafterm | 759 | 9 months ago | 1 | December 04, 2019 | 8 | apache-2.0 | Go | |||
Metrics dashboards on terminal (a grafana inspired terminal version) | ||||||||||
Ipython Dashboard | 635 | 4 | 3 years ago | 6 | January 01, 2016 | 21 | gpl-2.0 | Python | ||
A stand alone, light-weight web server for building, sharing graphs created in ipython. Build for data science, data analysis guys. Aiming at building an interactive visualization, collaborated dashboard, and real-time streaming graph. | ||||||||||
Krane | 579 | 5 days ago | 32 | apache-2.0 | Ruby | |||||
Kubernetes RBAC static analysis & visualisation tool | ||||||||||
Grafana Dash Gen | 429 | 1 | 5 | 2 months ago | 14 | September 24, 2020 | 7 | mit | JavaScript | |
grafana dash dash dash gen |
1.9 as branch MOODLE_19_STABLE (Status : RELEASE)
2.2 as branch master (Status : BETA)
the dashboard element block is of use with flexible Moodle page formats allowing free setup of the page layout using blocks.
It implements a "dashboard element" capable to plot and render in many graphic output formats any result of a complex query presented to the Moodle database (or an eventual external PostGre schema).
Given a full query, the dashboard block mashes up :
Data table output
Graphic plotting using JQPlot
Geographic plotting (using GoogleMaps API)
Time special plotting : Integrating SIMILE Timeline plugin
Data output additional features
Performance features
#########
Deploy the block in Moodle/blocks as usual
Activate notifications to install the data model
Create a course, better a flexipage or paged format course if available
Add a Dashboard block and write a query
Define output fields, output modes, output labels... and discover features....
########################################
Get the VFLibs libraries package at https://github.com/vfremaux/moodle-local_vflibs/archive/MOODLE_27_STABLE.zip and add the ocntent to the moodle/local directory
Those libs are NOT moodle libs but additional public opensource libraries i use in several components as extra framework.
######################################################
@TODO : Review this with better JS provisioning calls
Timeline needs to be post page loading activated. We got some issue to stack onload events on body element. The solution is till now to add a late call to initialisation in footer :
Add this statement :
if (function_exists('timeline_initialize')) timeline_initialize();
As latest possible statement in footer.
X.X.0004 ########################
Provides new variable user params features :
Enjoy nice plotting...