chore(plugin-chart-pivot-table): migrate react-pivottable into superset codebase (#17769)

* chore(plugin-chart-pivot-table): migrate react-pivottable into superset codebase

* Fix lint errors

* Use named export

* Clean up the code
This commit is contained in:
Kamil Gabryjelski
2021-12-17 12:00:32 +01:00
committed by GitHub
parent c5af7a48df
commit 9c9edbe8bc
8 changed files with 2033 additions and 133 deletions

View File

@@ -27,8 +27,7 @@
},
"dependencies": {
"@superset-ui/chart-controls": "0.18.25",
"@superset-ui/core": "0.18.25",
"@superset-ui/react-pivottable": "^0.12.12"
"@superset-ui/core": "0.18.25"
},
"peerDependencies": {
"@ant-design/icons": "^4.2.2",