Skip to content

Commit 805c54f

Browse files
TackAdamAdam Tackett
and
Adam Tackett
authored
[Bug] Remove ag grid package (#2001)
* remove ag grid Signed-off-by: Adam Tackett <[email protected]> * update yarn lock Signed-off-by: Adam Tackett <[email protected]> * update release notes Signed-off-by: Adam Tackett <[email protected]> --------- Signed-off-by: Adam Tackett <[email protected]> Co-authored-by: Adam Tackett <[email protected]>
1 parent 986b6e6 commit 805c54f

File tree

7 files changed

+2
-420
lines changed

7 files changed

+2
-420
lines changed

package.json

-2
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,11 @@
2121
]
2222
},
2323
"dependencies": {
24-
"@ag-grid-community/styles": "^31.3.4",
2524
"@algolia/autocomplete-core": "^1.4.1",
2625
"@algolia/autocomplete-theme-classic": "^1.2.1",
2726
"@nteract/outputs": "^3.0.11",
2827
"@nteract/presentational-components": "^3.4.3",
2928
"@reduxjs/toolkit": "^1.6.1",
30-
"ag-grid-react": "^31.3.4",
3129
"ajv": "^8.11.0",
3230
"antlr4": "4.8.0",
3331
"antlr4ts": "^0.5.0-alpha.4",

public/components/event_analytics/explorer/visualizations/workspace_panel/workspace_panel.tsx

-15
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,6 @@ export function WorkspacePanel({ visualizations }: IWorkSpacePanel) {
2626

2727
return (
2828
<div className="explorerViz__commonPanel ws__workspace_visPanel">
29-
<EuiPanel className="workspace_visPanel" paddingSize="s" color="plain" hasBorder={false}>
30-
<EuiSwitch
31-
className="workspace_visPanel--switch"
32-
label="Table view"
33-
type="button"
34-
disabled={isEmpty(visualizations?.data?.explorer?.explorerData)}
35-
checked={isTableViewOn}
36-
onChange={() => {
37-
setIsTableViewOn((staleState) => !staleState);
38-
}}
39-
aria-describedby="table view switcher"
40-
data-test-subj="workspace__dataTableViewSwitch"
41-
compressed
42-
/>
43-
</EuiPanel>
4429
<EuiPanel
4530
paddingSize="s"
4631
className={`ws__workspace_visPanel--space ${

public/components/visualizations/charts/__tests__/__snapshots__/data_table.test.tsx.snap

-320
This file was deleted.

public/components/visualizations/charts/__tests__/data_table.test.tsx

-26
This file was deleted.

0 commit comments

Comments
 (0)