April 03, 2016
Here is my version of story map based on Wikipedia.
Prepare the script such as these:
<div id="map" style="width: 100%; height: 480px;"></div>
<script>
var storymap_data = "/assets/datasets/wiki_storymap.json";
var storymap_options = {};
var storymap = new VCO.StoryMap('map', storymap_data, storymap_options);
window.onresize = function(event) {
storymap.updateDisplay();
}
</script>
and this will create an output such as this: