Skip to content

Commit f13006b

Browse files
committed
small formatting
1 parent d0266ea commit f13006b

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

examples/realtime/index.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
!!! 5
22
%html
33
%head
4-
%title Realtime Example
4+
%title Realtime Example - d3-tsline
55
%link( rel="stylesheet" type="text/css" href="../../css/d3.tsline.css" )
66
%link( rel="stylesheet" type="text/css" href="css/chart.css" )
77

examples/realtime/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<title>Realtime Example</title>
4+
<title>Realtime Example - d3-tsline</title>
55
<link href='../../css/d3.tsline.css' rel='stylesheet' type='text/css'>
66
<link href='css/chart.css' rel='stylesheet' type='text/css'>
77
<script src='../../js/d3.js' type='text/javascript'></script>

examples/stock/index.haml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
%html
22
%head
3-
%title d3-tsline
3+
%title Stock Example - d3-tsline
44
%link{:href => "../../css/d3.tsline.css", :media => "screen", :rel => "stylesheet", :type => "text/css"}
55
:css
66
#container {
@@ -37,7 +37,7 @@
3737
"css" : "aapl"
3838
}
3939
];
40-
chart.view_span = 180;
40+
chart.view_span = 120;
4141
// fetch data and draw the chart
4242
var data = get_aapl();
4343
chart.setSeriesData([data]);

examples/stock/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<html>
22
<head>
3-
<title>d3-tsline</title>
3+
<title>Stock Example - d3-tsline</title>
44
<link href='../../css/d3.tsline.css' media='screen' rel='stylesheet' type='text/css'>
55
</head>
66
<style>
@@ -39,7 +39,7 @@
3939
"css" : "aapl"
4040
}
4141
];
42-
chart.view_span = 180;
42+
chart.view_span = 120;
4343
// fetch data and draw the chart
4444
var data = get_aapl();
4545
chart.setSeriesData([data]);

0 commit comments

Comments
 (0)