Merge remote-tracking branch 'grafana/master' into show-all-columns
* grafana/master: (56 commits) another change that didn't come with earlier commit change that didn't come with in last commit reversed dashboard-padding Update CloudWatch metrics/dimension list (#16102) brought back dashboard-padding and panel-padding variables, made dashboard-padding more specific fix(prometheus): Change aligment of range queries (#16110) Minor refactoring of testdata query order PR #16122 cleaner version maintain query order Update PLUGIN_DEV.md Merge with master, and updated logo and name more fixes to snapshot more fixes to snapshot removed empty space in snapshot fixed snapshot for test removed dashboard variables, removed headings-font-family variable, created theme variables for links and z-index, removed unused class in _panel_editor and _dashboard Tooltip: show percent instead of value Right tooltip position Add "No data points" message Improve tooltip look ...
Showing
This diff is collapsed.
Click to expand it.
... | ... | @@ -21,6 +21,7 @@ |
"@torkelo/react-select": "2.1.1", | ||
"@types/react-color": "^2.14.0", | ||
"classnames": "^2.2.5", | ||
"d3": "^5.7.0", | ||
"jquery": "^3.2.1", | ||
"lodash": "^4.17.10", | ||
"moment": "^2.22.2", | ||
... | ... | @@ -43,6 +44,7 @@ |
"@storybook/addon-knobs": "^4.1.7", | ||
"@storybook/react": "^4.1.4", | ||
"@types/classnames": "^2.2.6", | ||
"@types/d3": "^5.7.0", | ||
"@types/jest": "^23.3.2", | ||
"@types/jquery": "^1.10.35", | ||
"@types/lodash": "^4.14.119", | ||
... | ... |
This diff is collapsed.
Click to expand it.
public/app/plugins/panel/piechart/module.tsx
0 → 100644
public/app/plugins/panel/piechart/types.ts
0 → 100644
public/sass/components/_panel_piechart.scss
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment