Skip to content

New sankey chart, styled from designs #38

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Dec 19, 2022
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ public/locales/**/*.js

# Auto-generated icon file
packages/grafana-ui/src/components/Icon/iconBundle.ts

# Sankey chart module.js
public/app/plugins/panel/sankey-panel-0.5.0/module.js
3 changes: 3 additions & 0 deletions public/app/features/plugins/built_in_plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ import * as sankeyPanel from 'app/plugins/panel/netsage-sankey-panel/module';
import * as newsPanel from 'app/plugins/panel/news/module';
import * as nodeGraph from 'app/plugins/panel/nodeGraph/module';
import * as pieChartPanel from 'app/plugins/panel/piechart/module';
//@ts-ignore
import * as sankey2Panel from 'app/plugins/panel/sankey-panel-0.5.0/module';
import * as statPanel from 'app/plugins/panel/stat/module';
import * as stateTimelinePanel from 'app/plugins/panel/state-timeline/module';
import * as statusHistoryPanel from 'app/plugins/panel/status-history/module';
Expand Down Expand Up @@ -150,6 +152,7 @@ const builtInPlugins: any = {
'app/plugins/panel/histogram/module': histogramPanel,
'app/plugins/panel/alertGroups/module': alertGroupsPanel,
'app/plugins/panel/netsage-sankey-panel/module': sankeyPanel,
'app/plugins/panel/sankey-panel-0.5.0/module': sankey2Panel,
};

export default builtInPlugins;
20 changes: 20 additions & 0 deletions public/app/plugins/panel/img/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 0 additions & 5 deletions public/app/plugins/panel/netsage-sankey-panel/CHANGELOG.md

This file was deleted.

201 changes: 0 additions & 201 deletions public/app/plugins/panel/netsage-sankey-panel/LICENSE

This file was deleted.

36 changes: 0 additions & 36 deletions public/app/plugins/panel/netsage-sankey-panel/MANIFEST.txt

This file was deleted.

Loading