JSFiddle - React, Tailwind, and code Playground
HTML
<script src="https://rawgit.com/AntonLapshin/xmlpublish/master/cloud9charts-api.min.js"></script>
<h2>Demo Cloud9Charts API</h2>
<div id="cloud9charts"></div>
CSS
#cloud9charts {
width: 800px;
height: 550px;
}
JavaScript
debugger;
Cloud9Charts.render('#cloud9charts', {
username: 'demo',
password: 'demo',
view: {
title: true
},
onload: function(){
//$('body').append('<span>Dashboard has been loaded</span>');
}
});