Merge pull request #16117 from grafana/very-alpha-pie-chart
Very alpha pie chart
Showing
... | ... | @@ -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", | ||
... | ... |
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