Skip to content

Commit

Permalink
Multiline example links to wrong data file
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeijen committed Sep 7, 2016
1 parent 6aaa667 commit 2e9749a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/charts/multilines.htm
Expand Up @@ -105,7 +105,7 @@
<div class='row trunk-section'>
<div class='col-lg-7 text-center' id='missing-multi'></div>
<div class='col-lg-5'>
<div class='data-column'><a href='data/fake_users2.json'>data</a></div>
<div class='data-column'><a href='data/fake_users3.json'>data</a></div>

<pre><code class='javascript'>d3.json('data/fake_users3.json', function(data) {
for (var i = 0; i < data.length; i++) {
Expand Down

0 comments on commit 2e9749a

Please sign in to comment.