Skip to content

Instantly share code, notes, and snippets.

@pranshuagrawal
Created September 24, 2015 23:40
Show Gist options
  • Save pranshuagrawal/f4b9d9a11999dffdfbf3 to your computer and use it in GitHub Desktop.
Save pranshuagrawal/f4b9d9a11999dffdfbf3 to your computer and use it in GitHub Desktop.
<div id="container-frrole-timeseries" style="width:90%"></div>
<div id="container-frrole-timeseries2" style="width:90%"></div>
<!-- Javascript Code -->
<script>
var _z_frr_timeseries_cr_options = [{
widget_container_id : 'container-frrole-timeseries',
widget_id: '44',
theme: 'line'
},{
widget_container_id : 'container-frrole-timeseries2',
widget_id: '44',
theme: 'bar'
}];
(function() {
var script_tag = document.createElement('script');
script_tag.setAttribute("type","text/javascript");
script_tag.setAttribute("src", "http://apps.frrole.com/widgets/timeseries/js/script.min.js");
(document.getElementsByTagName("head")[0] || document.documentElement)
.appendChild(script_tag);
})();
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment