dimple/advanced_examples_meta.json

50 lines
2.0 KiB
JSON
Raw Normal View History

2013-05-29 20:37:46 +04:00
[
2013-05-30 03:12:52 +04:00
{
"id":"advanced_price_range_lollipop",
"title":"Price Changes",
"shortTitle":"Price Changes",
2013-06-17 02:32:25 +04:00
"desc":"This examples demonstrates multiple series, multiple axes, different aggregations and a storyboard."
2013-05-30 03:12:52 +04:00
},
2013-05-30 04:43:26 +04:00
{
"id":"advanced_pong",
"title":"Dimple Pong!",
"shortTitle":"Dimple Pong",
"desc":"Perhaps not the most useful chart but this is a demonstration of how the storyboard works. See the \"Price Changes\" chart for a more practical example."
},
2013-05-29 20:37:46 +04:00
{
"id":"advanced_lollipop_with_hover",
"title":"Tooltip Charts",
"shortTitle":"Tooltip Charts",
"desc":"An extension of a standard bubble chart to show bar charts in tooltips"
2013-06-03 12:37:42 +04:00
},
{
"id":"advanced_dynamic_line_color",
"title":"Dynamic Line Colors",
"shortTitle":"Dynamic Colors",
2013-06-17 02:32:25 +04:00
"desc":"A line chart plotting unit sales, colored by price."
},
{
"id":"advanced_grouped_mekko",
"title":"Grouped Mekko",
"shortTitle":"Grouped Mekko",
"desc":"A marimekko chart showing SKUs grouped by owner and brand. They have dynamic saturation and are animated by month just for good measure."
2013-06-21 14:27:29 +04:00
},
{
"id":"advanced_trellis_bar",
"title":"Trellis Bars",
"shortTitle":"Trellis Bars",
"desc":"This demonstrates how to build a trellis chart by iterating and inserting chart objects."
2013-06-24 17:34:09 +04:00
},
{
"id":"advanced_matrix",
"title":"Mekko Matrix",
"shortTitle":"Mekko Matrix",
"desc":"A matrix chart where each point is replaced with a marimekko. This is an alternative means of creating a trellis."
2013-06-27 15:20:07 +04:00
},
{
"id":"advanced_bullet",
"title":"Bullet Charts",
"shortTitle":"Bullet Charts",
"desc":"This is a chart which requires a little bit of manipulation to achieve, but demonstrates that dimple can be made to do non-standard things. This example is done in a fairly reusable format so should help those wanting bullet charts."
2013-05-29 20:37:46 +04:00
}
]