Skip to content

Instantly share code, notes, and snippets.

@thomasstephane
Forked from milroc/README.md
Last active August 29, 2015 13:57
Show Gist options
  • Select an option

  • Save thomasstephane/9788945 to your computer and use it in GitHub Desktop.

Select an option

Save thomasstephane/9788945 to your computer and use it in GitHub Desktop.

Revisions

  1. thomasstephane revised this gist Mar 26, 2014. 1 changed file with 0 additions and 0 deletions.
    Binary file modified thumbnail.png
    Loading
    Sorry, something went wrong. Reload?
    Sorry, we cannot display this file.
    Sorry, this file is invalid so it cannot be displayed.
  2. @milroc milroc revised this gist Jan 31, 2014. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    d3.unconf example gist. Fork it [here](https://gist.github.com/milroc/8724697/).

  3. @milroc milroc revised this gist Jan 31, 2014. 1 changed file with 0 additions and 0 deletions.
    Binary file removed localhost_8087.png
    Binary file not shown.
  4. @milroc milroc revised this gist Jan 31, 2014. 1 changed file with 0 additions and 0 deletions.
    Binary file modified thumbnail.png
    Loading
    Sorry, something went wrong. Reload?
    Sorry, we cannot display this file.
    Sorry, this file is invalid so it cannot be displayed.
  5. @milroc milroc revised this gist Jan 31, 2014. 1 changed file with 0 additions and 0 deletions.
    Binary file added thumbnail.png
    Loading
    Sorry, something went wrong. Reload?
    Sorry, we cannot display this file.
    Sorry, this file is invalid so it cannot be displayed.
  6. @milroc milroc revised this gist Jan 31, 2014. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion src.js
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,5 @@
    d3.unconf = function() {
    console.log('d3.unconf!');
    };
    };

    d3.unconf();
  7. @milroc milroc revised this gist Jan 31, 2014. 3 changed files with 11 additions and 2 deletions.
    2 changes: 1 addition & 1 deletion index.html
    Original file line number Diff line number Diff line change
    @@ -4,7 +4,7 @@
    <link type="text/css" rel="stylesheet" href="style.css"/>
    </head>
    <body>
    <h2 class="d3-unconf">d3 unconf</h2>
    <h2 class="d3-unconf">d3.unconf</h2>
    <div id="chart"></div>
    <script src="http://d3js.org/d3.v3.min.js"></script>
    <script src="src.js"></script>
    Binary file added localhost_8087.png
    Loading
    Sorry, something went wrong. Reload?
    Sorry, we cannot display this file.
    Sorry, this file is invalid so it cannot be displayed.
    11 changes: 10 additions & 1 deletion style.css
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,13 @@
    @import url("//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700");

    body {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Helvetica, Arial, sans-serif;
    }

    .d3-unconf {
    color: #222;
    font-size: 44px;
    font-style: normal;
    font-weight: 300;
    text-rendering: optimizelegibility;
    }

  8. @milroc milroc created this gist Jan 31, 2014.
    12 changes: 12 additions & 0 deletions index.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    <!DOCTYPE html>
    <head>
    <meta charset="utf-8">
    <link type="text/css" rel="stylesheet" href="style.css"/>
    </head>
    <body>
    <h2 class="d3-unconf">d3 unconf</h2>
    <div id="chart"></div>
    <script src="http://d3js.org/d3.v3.min.js"></script>
    <script src="src.js"></script>
    </body>
    </html>
    3 changes: 3 additions & 0 deletions src.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    d3.unconf = function() {
    console.log('d3.unconf!');
    };
    4 changes: 4 additions & 0 deletions style.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    .d3-unconf {
    color: #222;
    }