File tree 3 files changed +56
-0
lines changed
3 files changed +56
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "data" : [{
3
+ "name" : " < D E A T H >" ,
4
+ "marker" : { "color" : " red" },
5
+ "x" : [
6
+ " Antonio Vivaldi" ,
7
+ " Johann Sebastian Bach" ,
8
+ " Wolfgang Amadeus Mozart" ,
9
+ " Ludwig van Beethoven"
10
+ ],
11
+ "y" : [
12
+ " 1741" ,
13
+ " 1750" ,
14
+ " 1791" ,
15
+ " 1827"
16
+ ]
17
+ },
18
+ {
19
+ "name" : " < B I R T H >" ,
20
+ "marker" : { "color" : " blue" },
21
+ "x" : [
22
+ " Antonio Vivaldi" ,
23
+ " Johann Sebastian Bach" ,
24
+ " Wolfgang Amadeus Mozart" ,
25
+ " Ludwig van Beethoven"
26
+ ],
27
+ "y" : [
28
+ " 1678" ,
29
+ " 1685" ,
30
+ " 1756" ,
31
+ " 1770"
32
+ ]
33
+ }],
34
+ "layout" : {
35
+ "title" : {
36
+ "text" : " Longest and shortest<br>names and time period"
37
+ },
38
+ "width" : 240 ,
39
+ "height" : 300 ,
40
+ "margin" : {
41
+ "t" : 80 ,
42
+ "b" : 20 ,
43
+ "l" : 20 ,
44
+ "r" : 20
45
+ },
46
+ "yaxis" : {
47
+ "type" : " date" ,
48
+ "automargin" : true
49
+ },
50
+ "xaxis" : {
51
+ "automargin" : true
52
+ }
53
+ }
54
+ }
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ var list = [
39
39
'annotations' ,
40
40
'annotations-autorange' ,
41
41
'arrow-markers' ,
42
+ 'automargin-large-margins' ,
42
43
'automargin-mirror-all' ,
43
44
'automargin-mirror-allticks' ,
44
45
'automargin-multiline-titles' ,
@@ -1103,6 +1104,7 @@ figs['animation_bar'] = require('@mocks/animation_bar');
1103
1104
// figs['annotations'] = require('@mocks/annotations');
1104
1105
// figs['annotations-autorange'] = require('@mocks/annotations-autorange');
1105
1106
figs [ 'arrow-markers' ] = require ( '@mocks/arrow-markers' ) ;
1107
+ figs [ 'automargin-large-margins' ] = require ( '@mocks/automargin-large-margins' ) ;
1106
1108
figs [ 'automargin-mirror-all' ] = require ( '@mocks/automargin-mirror-all' ) ;
1107
1109
figs [ 'automargin-mirror-allticks' ] = require ( '@mocks/automargin-mirror-allticks' ) ;
1108
1110
figs [ 'automargin-multiline-titles' ] = require ( '@mocks/automargin-multiline-titles' ) ;
You can’t perform that action at this time.
0 commit comments