Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frmdstryr/flot-aggregate
Flot plugin for plotting grouping and aggregating data based on a common axis value.
https://github.com/frmdstryr/flot-aggregate
Last synced: about 2 months ago
JSON representation
Flot plugin for plotting grouping and aggregating data based on a common axis value.
- Host: GitHub
- URL: https://github.com/frmdstryr/flot-aggregate
- Owner: frmdstryr
- Created: 2014-02-05T19:07:54.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-05T19:22:58.000Z (almost 11 years ago)
- Last Synced: 2024-10-15T18:26:35.662Z (3 months ago)
- Language: JavaScript
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
flot-aggregate
==============Flot plugin for plotting grouping and aggregating data based on a common axis value.
```javacript
var plotData = {"data": [{"data": [["Not executed", 1], ["Not executed", 1], ["Not executed", 1], ["Not executed", 1], ["Not executed", 1], ["Not executed", 1], ["Failed", 1], ["Not executed", 1], ["Passed", 1], ["Passed", 1], ["Passed", 1], ["Passed", 1], ["Passed", 1], ["Passed", 1], ["Passed", 1], ["Passed", 1], ["Passed", 1], ["Passed", 1], ["Passed", 1], ["Passed", 1], ["Passed", 1], ["Passed", 1], ["Passed", 1], ["Passed", 1], ["Passed", 1], ["Passed", 1], ["Passed", 1], ["Passed", 1], ["Passed", 1], ["Passed", 1], ["Passed", 1], ["Passed", 1], ["Passed", 1], ["Passed", 1], ["Passed", 1], ["Passed", 1], ["Passed", 1], ["Passed", 1], ["Passed", 1], ["Passed", 1], ["Passed", 1], ["Passed", 1], ["Passed", 1], ["Passed", 1], ["Passed", 1], ["Passed", 1], ["Passed", 1], ["Passed", 1], ["Passed", 1], ["Passed", 1]], "label": "Verdicts"}], "option": {"series": {"bars": {"align": "center", "barWidth": 0.8, "show": true}}, "grid": {"clickable": true, "hoverable": true}, "xaxis": {"aggregate": "count", "mode": "categories", "categories": {"Failed": 1, "Not executed": 3, "Passed": 0, "Blocked": 2}}}}
```
![preview](https://lh3.googleusercontent.com/_OiJtIwyIPrFgSXDtmgKzTvjurEaJmc9YiK65I9Qy36LYWJjfHbCuFclTzJg0oL7n4cguoMo6PhEDhgzWYMpXmPcBUAL2h6B6d41l0MHH_pYVMPDRw8zg8v3jA)