Skip to content

Commit

Permalink
small formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
boorad committed Jan 12, 2012
1 parent d0266ea commit f13006b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/realtime/index.haml
@@ -1,7 +1,7 @@
!!! 5
%html
%head
%title Realtime Example
%title Realtime Example - d3-tsline
%link( rel="stylesheet" type="text/css" href="../../css/d3.tsline.css" )
%link( rel="stylesheet" type="text/css" href="css/chart.css" )

Expand Down
2 changes: 1 addition & 1 deletion examples/realtime/index.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Realtime Example</title>
<title>Realtime Example - d3-tsline</title>
<link href='../../css/d3.tsline.css' rel='stylesheet' type='text/css'>
<link href='css/chart.css' rel='stylesheet' type='text/css'>
<script src='../../js/d3.js' type='text/javascript'></script>
Expand Down
4 changes: 2 additions & 2 deletions examples/stock/index.haml
@@ -1,6 +1,6 @@
%html
%head
%title d3-tsline
%title Stock Example - d3-tsline
%link{:href => "../../css/d3.tsline.css", :media => "screen", :rel => "stylesheet", :type => "text/css"}
:css
#container {
Expand Down Expand Up @@ -37,7 +37,7 @@
"css" : "aapl"
}
];
chart.view_span = 180;
chart.view_span = 120;
// fetch data and draw the chart
var data = get_aapl();
chart.setSeriesData([data]);
Expand Down
4 changes: 2 additions & 2 deletions examples/stock/index.html
@@ -1,6 +1,6 @@
<html>
<head>
<title>d3-tsline</title>
<title>Stock Example - d3-tsline</title>
<link href='../../css/d3.tsline.css' media='screen' rel='stylesheet' type='text/css'>
</head>
<style>
Expand Down Expand Up @@ -39,7 +39,7 @@
"css" : "aapl"
}
];
chart.view_span = 180;
chart.view_span = 120;
// fetch data and draw the chart
var data = get_aapl();
chart.setSeriesData([data]);
Expand Down

0 comments on commit f13006b

Please sign in to comment.