Skip to content

Commit

Permalink
added descriptions to showcase examples
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-daniel committed Feb 17, 2015
1 parent dd55581 commit 08865f6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
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"
}
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"
}
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"
}
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"
}

0 comments on commit 08865f6

Please sign in to comment.