Skip to content

Commit 0998ba0

Browse files
authored
New sankey chart, styled from designs (#38)
* New sankey chart, styled from designs * remove old sankey
1 parent 1e103ad commit 0998ba0

File tree

22 files changed

+1462
-1564
lines changed

22 files changed

+1462
-1564
lines changed

.eslintignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ public/locales/**/*.js
2323

2424
# Auto-generated icon file
2525
packages/grafana-ui/src/components/Icon/iconBundle.ts
26+
27+
# Sankey chart module.js
28+
public/app/plugins/panel/sankey-panel-0.5.0/module.js

public/app/features/plugins/built_in_plugins.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ import * as gettingStartedPanel from 'app/plugins/panel/gettingstarted/module';
5656
import * as histogramPanel from 'app/plugins/panel/histogram/module';
5757
import * as livePanel from 'app/plugins/panel/live/module';
5858
import * as logsPanel from 'app/plugins/panel/logs/module';
59-
//@ts-ignore
60-
import * as sankeyPanel from 'app/plugins/panel/netsage-sankey-panel/module';
6159
import * as newsPanel from 'app/plugins/panel/news/module';
6260
import * as nodeGraph from 'app/plugins/panel/nodeGraph/module';
6361
import * as pieChartPanel from 'app/plugins/panel/piechart/module';
62+
//@ts-ignore
63+
import * as sankeyPanel from 'app/plugins/panel/sankey-panel-0.5.0/module';
6464
import * as statPanel from 'app/plugins/panel/stat/module';
6565
import * as stateTimelinePanel from 'app/plugins/panel/state-timeline/module';
6666
import * as statusHistoryPanel from 'app/plugins/panel/status-history/module';
@@ -149,7 +149,7 @@ const builtInPlugins: any = {
149149
'app/plugins/panel/nodeGraph/module': nodeGraph,
150150
'app/plugins/panel/histogram/module': histogramPanel,
151151
'app/plugins/panel/alertGroups/module': alertGroupsPanel,
152-
'app/plugins/panel/netsage-sankey-panel/module': sankeyPanel,
152+
'app/plugins/panel/sankey-panel-0.5.0/module': sankeyPanel,
153153
};
154154

155155
export default builtInPlugins;

public/app/plugins/panel/img/logo.svg

Lines changed: 20 additions & 0 deletions
Loading

public/app/plugins/panel/netsage-sankey-panel/CHANGELOG.md

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

public/app/plugins/panel/netsage-sankey-panel/LICENSE

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

public/app/plugins/panel/netsage-sankey-panel/MANIFEST.txt

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

0 commit comments

Comments
 (0)