Skip to content

Commit

Permalink
feat: Removes the preset-chart-xy plugin (#23943)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-s-molina authored Jun 8, 2023
1 parent bcb145d commit e922f09
Show file tree
Hide file tree
Showing 98 changed files with 8 additions and 7,159 deletions.
246 changes: 1 addition & 245 deletions superset-frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion superset-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@
"@superset-ui/plugin-chart-pivot-table": "file:./plugins/plugin-chart-pivot-table",
"@superset-ui/plugin-chart-table": "file:./plugins/plugin-chart-table",
"@superset-ui/plugin-chart-word-cloud": "file:./plugins/plugin-chart-word-cloud",
"@superset-ui/preset-chart-xy": "file:./plugins/preset-chart-xy",
"@superset-ui/switchboard": "file:./packages/superset-ui-switchboard",
"@types/d3-format": "^3.0.1",
"@visx/axis": "^3.0.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import {
SequentialCommon,
SequentialD3,
} from '@superset-ui/core';
import { configureEncodable } from '@superset-ui/preset-chart-xy';
import themeDecorator from './themeDecorator';

import 'bootstrap/dist/css/bootstrap.min.css';
Expand Down Expand Up @@ -80,5 +79,3 @@ const sequentialSchemeRegistry = getSequentialSchemeRegistry();
getTimeFormatterRegistry()
.registerValue('smart_date', smartDateFormatter)
.setDefaultKey('smart_date');

configureEncodable();
3 changes: 1 addition & 2 deletions superset-frontend/packages/superset-ui-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@
"@superset-ui/legacy-preset-chart-nvd3": "*",
"@superset-ui/plugin-chart-echarts": "*",
"@superset-ui/plugin-chart-table": "*",
"@superset-ui/plugin-chart-word-cloud": "*",
"@superset-ui/preset-chart-xy": "*"
"@superset-ui/plugin-chart-word-cloud": "*"
}
}

This file was deleted.

This file was deleted.

Loading

0 comments on commit e922f09

Please sign in to comment.