File tree Expand file tree Collapse file tree 4 files changed +69
-1
lines changed
showcase/showcase-subsection-placeholder/showcase-example-placeholder/plotly_js Expand file tree Collapse file tree 4 files changed +69
-1
lines changed Original file line number Diff line number Diff line change
1
+ var trace1 = {
2
+ x : [ 1 , 2 , 3 , 4 ] ,
3
+ y : [ 0 , 2 , 3 , 5 ] ,
4
+ fill : "tozeroy" ,
5
+ type : "scatter"
6
+ } ;
7
+ var trace2 = {
8
+ x : [ 1 , 2 , 3 , 4 ] ,
9
+ y : [ 3 , 5 , 1 , 7 ] ,
10
+ fill : "tonexty" ,
11
+ type : "scatter"
12
+ } ;
13
+ var data = [ trace1 , trace2 ] ;
14
+ Plotly . plot ( divid , data ) ;
Original file line number Diff line number Diff line change
1
+ var trace1 = {
2
+ x: [1, 2, 3, 4],
3
+ y: [0, 2, 3, 5],
4
+ fill: "tozeroy",
5
+ type: "scatter"
6
+ };
7
+ var trace2 = {
8
+ x: [1, 2, 3, 4],
9
+ y: [3, 5, 1, 7],
10
+ fill: "tonexty",
11
+ type: "scatter"
12
+ };
13
+ var data = [trace1, trace2];
14
+ Plotly.plot(divid, data);
Original file line number Diff line number Diff line change 162
162
" shiny-ggplot2" ,
163
163
" shiny-r" ,
164
164
" show-legend" ,
165
+ " showcase-example-placeholder" ,
165
166
" simple-3d-scatter" ,
166
167
" simple-annotation" ,
167
168
" simple-contour" ,
Original file line number Diff line number Diff line change 6250
6250
"is_leaf" : false ,
6251
6251
"path" : " hard-coded/multiple-axes-insets-subplots"
6252
6252
},
6253
+ "showcase" : {
6254
+ "branches" : {
6255
+ "showcase-subsection-placeholder" : {
6256
+ "branches" : {
6257
+ "showcase-example-placeholder" : {
6258
+ "config" : {
6259
+ "languages" : [
6260
+ " plotly_js"
6261
+ ],
6262
+ "name" : " Showcase Example Placeholder"
6263
+ },
6264
+ "id" : " showcase-example-placeholder" ,
6265
+ "is_leaf" : true ,
6266
+ "path" : " hard-coded/showcase/showcase-subsection-placeholder/showcase-example-placeholder" ,
6267
+ "plotly_js" : " auto-docs/showcase/showcase-subsection-placeholder/showcase-example-placeholder/plotly_js/code.txt" ,
6268
+ "type" : " model" ,
6269
+ "url" : " https://plot.ly/~TestBot/815"
6270
+ }
6271
+ },
6272
+ "config" : {
6273
+ "has_thumbnail" : false ,
6274
+ "name" : " Showcase" ,
6275
+ "relative_url" : " javascript-graphing-library/showcase/"
6276
+ },
6277
+ "id" : " showcase-subsection-placeholder" ,
6278
+ "is_leaf" : false ,
6279
+ "path" : " hard-coded/showcase/showcase-subsection-placeholder"
6280
+ }
6281
+ },
6282
+ "config" : {
6283
+ "has_thumbnail" : false ,
6284
+ "name" : " Showcase"
6285
+ },
6286
+ "id" : " showcase" ,
6287
+ "is_leaf" : false ,
6288
+ "path" : " hard-coded/showcase"
6289
+ },
6253
6290
"specialty" : {
6254
6291
"branches" : {
6255
6292
"fft" : {
6411
6448
" streaming" ,
6412
6449
" layout" ,
6413
6450
" file-settings" ,
6414
- " specialty"
6451
+ " specialty" ,
6452
+ " showcase" ,
6453
+ " callbacks"
6415
6454
]
6416
6455
},
6417
6456
"id" : " hard-coded" ,
You can’t perform that action at this time.
0 commit comments