File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 1
1
<!doctype html>
2
2
< link type ="text/css " rel ="stylesheet " href ="../rickshaw.css ">
3
+ < style type ="text/css ">
4
+ .rickshaw_graph .detail .item .active {
5
+ white-space : pre-wrap;
6
+ }
7
+ </ style >
3
8
4
9
< script src ="../vendor/d3.v3.js "> </ script >
5
10
30
35
renderer : 'scatterplot' ,
31
36
series : [
32
37
{
38
+ name : "Lorem ipsum dolor sit amet, consectetur adipiscing elit." ,
33
39
color : "#ff9030" ,
34
40
data : seriesData [ 0 ] ,
35
41
opacity : 0.5
36
42
} , {
43
+ name : "Nullam in risus tellus. Donec pellentesque sit amet enim in sollicitudin." ,
37
44
color : "#ff4040" ,
38
45
data : seriesData [ 1 ] ,
39
46
opacity : 0.3
40
47
} , {
48
+ name : "Nunc tempus malesuada diam." ,
41
49
color : "#4040ff" ,
42
50
data : seriesData [ 2 ]
43
51
}
Original file line number Diff line number Diff line change 16
16
}
17
17
.rickshaw_graph .detail .item .active {
18
18
opacity : 1 ;
19
+ width : auto;
20
+ height : auto;
19
21
}
20
22
.rickshaw_graph .detail .x_label {
21
23
font-family : Arial, sans-serif;
You can’t perform that action at this time.
0 commit comments