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

Skip to content

Commit dd55581

Browse files
showcase showdown
1 parent f79066f commit dd55581

File tree

43 files changed

+617
-36
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+617
-36
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);
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);
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);
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);
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);
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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"has_thumbnail": false,
3+
"name": "High Dimension Data",
4+
"relative_url": "high-dimension-data"
5+
}
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": "Range Slider",
4+
"relative_url": "range-slider"
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+
}

hard-coded/showcase/showcase-subsection-placeholder/config.json

Lines changed: 0 additions & 5 deletions
This file was deleted.
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": "Streaming Data",
4+
"relative_url": "streaming-data"
5+
}
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+
}
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": "Style Controls",
4+
"relative_url": "style-controls"
5+
}
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+
}

ids.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
"gg-line-scatter",
7070
"global-font",
7171
"grouped-bar",
72+
"high-dimension-data-example-placeholder",
7273
"horizontal-histogram",
7374
"hover-chart-basic",
7475
"iframes",
@@ -158,11 +159,11 @@
158159
"python-replot1",
159160
"python-replot2",
160161
"random-walk",
162+
"range-slider-example-placeholder",
161163
"shared-axes-subplots",
162164
"shiny-ggplot2",
163165
"shiny-r",
164166
"show-legend",
165-
"showcase-example-placeholder",
166167
"simple-3d-scatter",
167168
"simple-annotation",
168169
"simple-contour",
@@ -175,9 +176,11 @@
175176
"stacked-subplots",
176177
"static-image-example",
177178
"static-image-example-matlab",
179+
"streaming-data-example-placeholder",
178180
"streaming-example-placeholder",
179181
"style-annotation",
180182
"style-bar",
183+
"style-controls-example-placeholder",
181184
"style-histogram",
182185
"styling-names",
183186
"tableau",

published/api-docs/references/plotly_js.json

Lines changed: 67 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1734,22 +1734,82 @@
17341734
{
17351735
"branches": [
17361736
{
1737-
"code": "showcase/showcase-subsection-placeholder/showcase-example-placeholder/plotly_js/code.txt",
1738-
"id": "showcase-example-placeholder",
1737+
"code": "showcase/high-dimension-data-subsection-placeholder/high-dimension-data-example-placeholder/plotly_js/code.txt",
1738+
"id": "high-dimension-data-example-placeholder",
17391739
"languages": [
17401740
"plotly_js"
17411741
],
17421742
"name": "Showcase Example Placeholder",
1743-
"parent": "showcase-subsection-placeholder",
1743+
"parent": "high-dimension-data-subsection-placeholder",
17441744
"type": "model",
1745-
"url": "https://plot.ly/~PlotBot/197"
1745+
"url": "https://plot.ly/~PlotBot/199"
17461746
}
17471747
],
17481748
"has_thumbnail": false,
1749-
"id": "showcase-subsection-placeholder",
1750-
"name": "Showcase",
1749+
"id": "high-dimension-data-subsection-placeholder",
1750+
"name": "High Dimension Data",
17511751
"parent": "showcase",
1752-
"relative_url": "showcase"
1752+
"relative_url": "high-dimension-data"
1753+
},
1754+
{
1755+
"branches": [
1756+
{
1757+
"code": "showcase/streaming-data-subsection-placeholder/streaming-data-example-placeholder/plotly_js/code.txt",
1758+
"id": "streaming-data-example-placeholder",
1759+
"languages": [
1760+
"plotly_js"
1761+
],
1762+
"name": "Showcase Example Placeholder",
1763+
"parent": "streaming-data-subsection-placeholder",
1764+
"type": "model",
1765+
"url": "https://plot.ly/~PlotBot/200"
1766+
}
1767+
],
1768+
"has_thumbnail": false,
1769+
"id": "streaming-data-subsection-placeholder",
1770+
"name": "Streaming Data",
1771+
"parent": "showcase",
1772+
"relative_url": "streaming-data"
1773+
},
1774+
{
1775+
"branches": [
1776+
{
1777+
"code": "showcase/range-slider-subsection-placeholder/range-slider-example-placeholder/plotly_js/code.txt",
1778+
"id": "range-slider-example-placeholder",
1779+
"languages": [
1780+
"plotly_js"
1781+
],
1782+
"name": "Showcase Example Placeholder",
1783+
"parent": "range-slider-subsection-placeholder",
1784+
"type": "model",
1785+
"url": "https://plot.ly/~PlotBot/198"
1786+
}
1787+
],
1788+
"has_thumbnail": false,
1789+
"id": "range-slider-subsection-placeholder",
1790+
"name": "Range Slider",
1791+
"parent": "showcase",
1792+
"relative_url": "range-slider"
1793+
},
1794+
{
1795+
"branches": [
1796+
{
1797+
"code": "showcase/style-controls-subsection-placeholder/style-controls-example-placeholder/plotly_js/code.txt",
1798+
"id": "style-controls-example-placeholder",
1799+
"languages": [
1800+
"plotly_js"
1801+
],
1802+
"name": "Showcase Example Placeholder",
1803+
"parent": "style-controls-subsection-placeholder",
1804+
"type": "model",
1805+
"url": "https://plot.ly/~PlotBot/201"
1806+
}
1807+
],
1808+
"has_thumbnail": false,
1809+
"id": "style-controls-subsection-placeholder",
1810+
"name": "Style Controls",
1811+
"parent": "showcase",
1812+
"relative_url": "style-controls"
17531813
}
17541814
],
17551815
"has_thumbnail": false,

0 commit comments

Comments
 (0)