Skip to content

Commit 7c4a4f2

Browse files
committed
remove d3 v3
1 parent e82770e commit 7c4a4f2

File tree

9 files changed

+2
-152
lines changed

9 files changed

+2
-152
lines changed

app/components/flame-graph-v3.js

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

app/controllers/flame-v3.js

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

app/index.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,12 @@
1111

1212
<link rel="stylesheet" href="{{rootURL}}assets/vendor.css">
1313
<link rel="stylesheet" href="{{rootURL}}assets/heimdalljs-visualizer.css">
14-
<!--<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha256-k2/8zcNbxVIh5mnQ52A0r3a6jAgMGxFJFE2707UxGCk= sha512-ZV9KawG2Legkwp3nAlxLIVFudTauWuBpC10uEafMHYL0Sarrz5A7G79kXh5+5+woxQ5HM559XX2UZjMJ36Wplg==" crossorigin="anonymous">-->
15-
<!--<link href="http://cimi.io/d3-flame-graphs/d3-flame-graph.css" rel="stylesheet">-->
1614

1715
{{content-for "head-footer"}}
1816
</head>
1917
<body>
2018
{{content-for "body"}}
2119

22-
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.17/d3.js"></script>
23-
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3-tip/0.6.7/d3-tip.js"></script>
24-
<!--<script src="http://cimi.io/d3-flame-graphs/d3-flame-graph.js"></script>-->
25-
2620
<script src="{{rootURL}}assets/vendor.js"></script>
2721
<script src="{{rootURL}}assets/heimdalljs-visualizer.js"></script>
2822

app/router.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ Router.map(function() {
1313

1414
this.route('slow-nodes');
1515
this.route('flame');
16-
this.route('flame-v3');
1716
});
1817

1918
export default Router;

app/templates/application.hbs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
{{link-to 'Graph' 'graph' class="nav-item is-tab" activeClass="is-active"}}
55
{{link-to 'Nodes' 'slow-nodes' class="nav-item is-tab" activeClass="is-active"}}
66
{{link-to 'Flame' 'flame' class="nav-item is-tab" activeClass="is-active"}}
7-
{{link-to 'Flame v3' 'flame-v3' class="nav-item is-tab" activeClass="is-active"}}
87
</div>
98

109
<div class="nav-center">

app/templates/flame-v3.hbs

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

ember-cli-build.js

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ module.exports = function(defaults) {
2525
vendor: new MergeTrees([
2626
'node_modules/heimdalljs-graph',
2727
'node_modules/bulma',
28-
'vendor/shims',
2928
tipTree,
3029
flameTree,
3130
], { overwrite: true })
@@ -47,17 +46,9 @@ module.exports = function(defaults) {
4746

4847
app.import('vendor/dist/amd/heimdalljs-graph.js');
4948

50-
app.import('vendor/d3-flame-graphs/d3-flame-graph.js', {
51-
using: [
52-
{ transformation: 'amd', as: 'd3-flame-graph' }
53-
]
54-
});
49+
// app.import('vendor/d3-flame-graphs/d3-flame-graph.js', { using: [{ transformation: 'amd', as: 'd3-flame-graph' }] });
5550
app.import('vendor/d3-flame-graphs/d3-flame-graph.css');
56-
app.import('vendor/d3-tip/index.js', {
57-
using: [
58-
{ transformation: 'amd', as: 'd3-tip' }
59-
]
60-
});
51+
app.import('vendor/d3-tip/index.js', { using: [{ transformation: 'amd', as: 'd3-tip' }] });
6152
app.import('vendor/css/bulma.css');
6253
return app.toTree();
6354
};

vendor/shims/d3-flame-graphs.js

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

vendor/shims/d3-tip.js

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

0 commit comments

Comments
 (0)