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

Skip to content

Commit 5d519fd

Browse files
added showcase example placeholders
1 parent 8e5aefd commit 5d519fd

File tree

5 files changed

+53
-2
lines changed

5 files changed

+53
-2
lines changed

hard-coded/config.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
"streaming",
88
"layout",
99
"file-settings",
10-
"specialty"
10+
"specialty",
11+
"showcase",
12+
"callbacks"
1113
]
12-
}
14+
}

hard-coded/showcase/config.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"has_thumbnail": false,
3+
"name": "Showcase"
4+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"has_thumbnail": false,
3+
"name": "Showcase",
4+
"relative_url": "javascript-graphing-library/showcase/"
5+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"languages": [
3+
"plotly_js"
4+
],
5+
"name": "Showcase Example Placeholder"
6+
}
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"data": [
3+
{
4+
"y": [
5+
0,
6+
2,
7+
3,
8+
5
9+
],
10+
"x": [
11+
1,
12+
2,
13+
3,
14+
4
15+
],
16+
"fill": "tozeroy"
17+
},
18+
{
19+
"y": [
20+
3,
21+
5,
22+
1,
23+
7
24+
],
25+
"x": [
26+
1,
27+
2,
28+
3,
29+
4
30+
],
31+
"fill": "tonexty"
32+
}
33+
]
34+
}

0 commit comments

Comments
 (0)