diff --git a/advanced_examples_meta.json b/advanced_examples_meta.json index 4d5f3cf..3bd424c 100644 --- a/advanced_examples_meta.json +++ b/advanced_examples_meta.json @@ -88,5 +88,11 @@ "title":"Seasons Greetings", "shortTitle":"Seasons Greetings", "desc":"While analysing festive cheer we found these surprising results..." + }, + { + "id":"advanced_change_bubbles", + "title":"Ghost Bubbles", + "shortTitle":"Ghost Bubbles", + "desc":"This demonstrates an approach for maintaining historic values in a storyboard chart. A background chart is used to store old values when the storyboard on the main chart updates." } ] \ No newline at end of file diff --git a/examples/advanced_change_bubbles.html b/examples/advanced_change_bubbles.html new file mode 100644 index 0000000..993eb4c --- /dev/null +++ b/examples/advanced_change_bubbles.html @@ -0,0 +1,100 @@ + + + +
+ + + +
\ No newline at end of file diff --git a/examples/templates/advanced_change_bubbles.html b/examples/templates/advanced_change_bubbles.html new file mode 100644 index 0000000..2764fe5 --- /dev/null +++ b/examples/templates/advanced_change_bubbles.html @@ -0,0 +1,97 @@ +
+ + + +
\ No newline at end of file diff --git a/images/advanced_change_bubbles.png b/images/advanced_change_bubbles.png new file mode 100644 index 0000000..31789bc Binary files /dev/null and b/images/advanced_change_bubbles.png differ