Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0fcfd18

Browse files
added showcase for js libby
1 parent 5d519fd commit 0fcfd18

File tree

4 files changed

+69
-1
lines changed

4 files changed

+69
-1
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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);
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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);

ids.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@
162162
"shiny-ggplot2",
163163
"shiny-r",
164164
"show-legend",
165+
"showcase-example-placeholder",
165166
"simple-3d-scatter",
166167
"simple-annotation",
167168
"simple-contour",

tree.json

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6250,6 +6250,43 @@
62506250
"is_leaf": false,
62516251
"path": "hard-coded/multiple-axes-insets-subplots"
62526252
},
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+
},
62536290
"specialty": {
62546291
"branches": {
62556292
"fft": {
@@ -6411,7 +6448,9 @@
64116448
"streaming",
64126449
"layout",
64136450
"file-settings",
6414-
"specialty"
6451+
"specialty",
6452+
"showcase",
6453+
"callbacks"
64156454
]
64166455
},
64176456
"id": "hard-coded",

0 commit comments

Comments
 (0)