[Pkg-javascript-commits] [d3-tip.js] 215/277: use new example stylesheet

bhuvan krishna bhuvan-guest at moszumanska.debian.org
Thu Dec 8 06:57:32 UTC 2016


This is an automated email from the git hooks/post-receive script.

bhuvan-guest pushed a commit to branch master
in repository d3-tip.js.

commit 749e9f963e6a35eca69dc709bace0e7b82588ab0
Author: Justin Palmer <justin at github.com>
Date:   Sun Feb 2 12:32:55 2014 -0800

    use new example stylesheet
---
 examples/arrow-styles.html    | 2 +-
 examples/bars.html            | 2 +-
 examples/bulk-attr-style.html | 2 +-
 examples/circles.html         | 2 +-
 examples/css-transitions.html | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/examples/arrow-styles.html b/examples/arrow-styles.html
index a1ae51f..39ad1d3 100644
--- a/examples/arrow-styles.html
+++ b/examples/arrow-styles.html
@@ -6,6 +6,7 @@
   <title>Example styles</title>
   <script type="text/javascript" src="../bower_components/d3/d3.js"></script>
   <script type="text/javascript" src="../index.js"></script>
+  <link rel="stylesheet" type="css" href="example-styles.css">
   <style type="text/css">
   body {
     padding: 40px;
@@ -38,7 +39,6 @@
     text-anchor: middle;
   }
   </style>
-  <link rel="stylesheet" type="css" href="../index.css">
 </head>
 <body>
   <script type="text/javascript">
diff --git a/examples/bars.html b/examples/bars.html
index e32813f..e6dea5c 100644
--- a/examples/bars.html
+++ b/examples/bars.html
@@ -9,6 +9,7 @@
   <script type="text/javascript">
     data = [{"total":225,"days":[12,51,60,26,38,31,7]},{"total":279,"days":[42,33,34,72,61,12,25]},{"total":212,"days":[12,59,24,70,36,5,6]},{"total":335,"days":[17,43,38,58,67,72,40]},{"total":329,"days":[40,53,62,48,38,36,52]},{"total":234,"days":[15,25,41,66,35,37,15]},{"total":175,"days":[2,40,23,40,23,34,13]},{"total":308,"days":[20,22,63,55,51,66,31]},{"total":401,"days":[20,64,42,62,88,79,46]},{"total":214,"days":[24,27,25,48,38,28,24]},{"total":332,"days":[26,43,20,109,74,29,31]} [...]
   </script>
+  <link rel="stylesheet" type="css" href="example-styles.css">
   <style type="text/css">
   body {
     padding: 40px;
@@ -44,7 +45,6 @@
     fill-opacity: 1;
   }
   </style>
-  <link rel="stylesheet" type="css" href="../index.css">
 </head>
 <body>
   <div id="graph">
diff --git a/examples/bulk-attr-style.html b/examples/bulk-attr-style.html
index d2699ed..1d407ae 100644
--- a/examples/bulk-attr-style.html
+++ b/examples/bulk-attr-style.html
@@ -9,6 +9,7 @@
   <script type="text/javascript">
     data = [{"total":225,"days":[12,51,60,26,38,31,7]},{"total":279,"days":[42,33,34,72,61,12,25]},{"total":212,"days":[12,59,24,70,36,5,6]},{"total":335,"days":[17,43,38,58,67,72,40]},{"total":329,"days":[40,53,62,48,38,36,52]},{"total":234,"days":[15,25,41,66,35,37,15]},{"total":175,"days":[2,40,23,40,23,34,13]},{"total":308,"days":[20,22,63,55,51,66,31]},{"total":401,"days":[20,64,42,62,88,79,46]},{"total":214,"days":[24,27,25,48,38,28,24]},{"total":332,"days":[26,43,20,109,74,29,31]} [...]
   </script>
+  <link rel="stylesheet" type="css" href="example-styles.css">
   <style type="text/css">
   body {
     padding: 40px;
@@ -44,7 +45,6 @@
     fill-opacity: 1;
   }
   </style>
-  <link rel="stylesheet" type="css" href="../index.css">
 </head>
 <body>
   <div id="graph">
diff --git a/examples/circles.html b/examples/circles.html
index 7d60c75..bbeb08a 100644
--- a/examples/circles.html
+++ b/examples/circles.html
@@ -6,6 +6,7 @@
   <title>Circles</title>
   <script type="text/javascript" src="../bower_components/d3/d3.js"></script>
   <script type="text/javascript" src="../index.js"></script>
+  <link rel="stylesheet" type="css" href="example-styles.css">
   <style type="text/css">
   body {
     padding: 40px;
@@ -42,7 +43,6 @@
     shape-rendering: crispedges;
   }
   </style>
-  <link rel="stylesheet" type="css" href="../index.css">
 </head>
 <body>
   <script type="text/javascript">
diff --git a/examples/css-transitions.html b/examples/css-transitions.html
index ec4d8d3..a7b41bc 100644
--- a/examples/css-transitions.html
+++ b/examples/css-transitions.html
@@ -9,6 +9,7 @@
   <script type="text/javascript">
     data = [{"total":225,"days":[12,51,60,26,38,31,7]},{"total":279,"days":[42,33,34,72,61,12,25]},{"total":212,"days":[12,59,24,70,36,5,6]},{"total":335,"days":[17,43,38,58,67,72,40]},{"total":329,"days":[40,53,62,48,38,36,52]},{"total":234,"days":[15,25,41,66,35,37,15]},{"total":175,"days":[2,40,23,40,23,34,13]},{"total":308,"days":[20,22,63,55,51,66,31]},{"total":401,"days":[20,64,42,62,88,79,46]},{"total":214,"days":[24,27,25,48,38,28,24]},{"total":332,"days":[26,43,20,109,74,29,31]} [...]
   </script>
+  <link rel="stylesheet" type="css" href="example-styles.css">
   <style type="text/css">
   @-webkit-keyframes bounceIn {
     0% {
@@ -90,7 +91,6 @@
     fill-opacity: 1;
   }
   </style>
-  <link rel="stylesheet" type="css" href="../index.css">
 </head>
 <body>
   <div id="graph">

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/d3-tip.js.git



More information about the Pkg-javascript-commits mailing list