Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ lib-cov
coverage

# Compiled binary addons (https://nodejs.org/api/addons.html)
dist/
#dist/
artifacts/
work/
ci/
Expand Down
7 changes: 0 additions & 7 deletions CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The name of each field doesn't matter—the panel selects the first field of eac
- **Group by** sets the size of each bucket.
- **Calculation** sets calculation to use for reducing data within a bucket.
- **Color palette** sets the colors to use for the heatmap. Select from any of the predefined color palettes, or select **Custom** to create your own.
- **Invert color palette** inverts the currently selected color palette. This doesnot apply to **Custom** palette.
- **Invert color palette** inverts the currently selected color palette.

#### Standard options

Expand Down
2 changes: 2 additions & 0 deletions dist/module.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/module.js.map

Large diffs are not rendered by default.

34 changes: 34 additions & 0 deletions dist/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"type": "panel",
"name": "Hourly heatmap",
"id": "marcusolsson-hourly-heatmap-panel",
"info": {
"description": "Hourly heatmap panel for Grafana.",
"author": {
"name": "Marcus Olsson",
"url": "https://github.com/marcusolsson"
},
"keywords": [],
"logos": {
"small": "img/logo.svg",
"large": "img/logo.svg"
},
"links": [
{
"name": "Website",
"url": "https://github.com/marcusolsson/grafana-hourly-heatmap-panel"
},
{
"name": "License",
"url": "https://github.com/marcusolsson/grafana-hourly-heatmap-panel/blob/master/LICENSE"
}
],
"screenshots": [],
"version": "0.3.2",
"updated": "2020-08-28"
},
"dependencies": {
"grafanaVersion": "7.0.x",
"plugins": []
}
}
Loading