File tree Expand file tree Collapse file tree 3 files changed +53
-0
lines changed Expand file tree Collapse file tree 3 files changed +53
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "data" : [
3
+ {
4
+ "base" : [
5
+ " 2020-02-02 00:00"
6
+ ],
7
+ "orientation" : " h" ,
8
+ "type" : " bar" ,
9
+ "x" : [
10
+ 86400000
11
+ ],
12
+ "y" : [
13
+ 1
14
+ ],
15
+ "yaxis" : " y"
16
+ },
17
+ {
18
+ "base" : [
19
+ " 2020-02-02 00:00"
20
+ ],
21
+ "orientation" : " h" ,
22
+ "type" : " bar" ,
23
+ "x" : [
24
+ " 1970-01-02 00:00"
25
+ ],
26
+ "y" : [
27
+ 1
28
+ ],
29
+ "yaxis" : " y2"
30
+ }
31
+ ],
32
+ "layout" : {
33
+ "width" : 800 ,
34
+ "height" : 400 ,
35
+ "xaxis" : {
36
+ "type" : " date"
37
+ },
38
+ "yaxis" : {
39
+ "domain" : [
40
+ 0 ,
41
+ 0.45
42
+ ]
43
+ },
44
+ "yaxis2" : {
45
+ "domain" : [
46
+ 0.55 ,
47
+ 1
48
+ ]
49
+ }
50
+ }
51
+ }
Original file line number Diff line number Diff line change @@ -137,6 +137,7 @@ var list = [
137
137
'bar-like_traces_tozero' ,
138
138
'bar-marker-line-colorscales' ,
139
139
'bar-offsetgroups' ,
140
+ 'bar-with-milliseconds' ,
140
141
'basic_area' ,
141
142
'basic_bar' ,
142
143
'basic_error_bar' ,
@@ -1176,6 +1177,7 @@ figs['bar-like_traces_no-tozero_stack'] = require('@mocks/bar-like_traces_no-toz
1176
1177
figs [ 'bar-like_traces_tozero' ] = require ( '@mocks/bar-like_traces_tozero' ) ;
1177
1178
figs [ 'bar-marker-line-colorscales' ] = require ( '@mocks/bar-marker-line-colorscales' ) ;
1178
1179
figs [ 'bar-offsetgroups' ] = require ( '@mocks/bar-offsetgroups' ) ;
1180
+ figs [ 'bar-with-milliseconds' ] = require ( '@mocks/bar-with-milliseconds' ) ;
1179
1181
figs [ 'basic_area' ] = require ( '@mocks/basic_area' ) ;
1180
1182
figs [ 'basic_bar' ] = require ( '@mocks/basic_bar' ) ;
1181
1183
figs [ 'basic_error_bar' ] = require ( '@mocks/basic_error_bar' ) ;
You can’t perform that action at this time.
0 commit comments