Skip to content

Commit 40cd863

Browse files
authored
Merge pull request #19892 from guerler/remove_backbone_charts
Remove backbone-based charts modules
2 parents 1cc16b6 + 6207864 commit 40cd863

File tree

20 files changed

+1
-1816
lines changed

20 files changed

+1
-1816
lines changed

client/src/bundleEntries.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,9 @@
99

1010
/* jquery and _ are exposed via expose-loader while several external plugins rely on these */
1111
import $ from "jquery"; // eslint-disable-line no-unused-vars
12-
import Client from "mvc/visualization/chart/chart-client";
1312
import _ from "underscore"; // eslint-disable-line no-unused-vars
1413
import { TracksterUIView } from "viz/trackster";
1514

16-
// Previously "chart"
17-
1815
export { getGalaxyInstance, setGalaxyInstance } from "app";
1916
export { runTour } from "components/Tour/runTour";
2017
export { default as LegacyGridView } from "legacy/grid/grid-view";
@@ -31,9 +28,6 @@ export function trackster(options) {
3128
export { hide_modal, Modal, show_in_overlay, show_message, show_modal } from "layout/modal";
3229
export { make_popup_menus, make_popupmenu } from "ui/popupmenu";
3330
export { default as async_save_text } from "utils/async-save-text";
34-
export function chart(options) {
35-
return new Client(options);
36-
}
3731

3832
// Used in common.mako
3933
export { default as store } from "storemodern";

client/src/mvc/visualization/chart/chart-client.js

Lines changed: 0 additions & 57 deletions
This file was deleted.

client/src/mvc/visualization/chart/components/model.js

Lines changed: 0 additions & 137 deletions
This file was deleted.

client/src/mvc/visualization/chart/components/screenshot.js

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)