forked from plotly/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added descriptions to showcase examples
- Loading branch information
1 parent
dd55581
commit 08865f6
Showing
4 changed files
with
4 additions
and
0 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
hard-coded/showcase/high-dimension-data-subsection-placeholder/config.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"has_thumbnail": false, | ||
"name": "High Dimension Data", | ||
"description": "Data sets with many correlated fields are too big to display all at once. This demo shows how to let the user change the X and Y data, and demonstrates correlated hover info across plots.", | ||
"relative_url": "high-dimension-data" | ||
} |
1 change: 1 addition & 0 deletions
1
hard-coded/showcase/range-slider-subsection-placeholder/config.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"has_thumbnail": false, | ||
"name": "Range Slider", | ||
"description": "Learn to implement a range bar, as an alternate way of zooming in and out on a plot. Use click events to dynamically annotate the plot.", | ||
"relative_url": "range-slider" | ||
} |
1 change: 1 addition & 0 deletions
1
hard-coded/showcase/streaming-data-subsection-placeholder/config.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"has_thumbnail": false, | ||
"name": "Streaming Data", | ||
"description": "Live updating plots can still be zoomed, panned, and autoscaled. Monitor and adjust your equipment or model in real time.", | ||
"relative_url": "streaming-data" | ||
} |
1 change: 1 addition & 0 deletions
1
hard-coded/showcase/style-controls-subsection-placeholder/config.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"has_thumbnail": false, | ||
"name": "Style Controls", | ||
"description": "Update any aspect of a plot’s appearance on the fly with one simple command.", | ||
"relative_url": "style-controls" | ||
} |