JSFiddle - React, Tailwind, and code Playground
by Stas_P
HTML
<link rel="stylesheet" href="http://gridster.net/dist/jquery.gridster.min.css">
<script type="text/javascript" src="http://localhost:8630/jasperserver-pro/client/visualize.js"></script>
<div id="c1" style="width:700px;height:1000px"></div>
JavaScript
visualize({
auth: {
name: "superuser",
password: "superuser"
}
}, function (v) {
v("#c1").report({
resource: "/public/HTML5_Line_with_Threshold",
//uncomment to change default behaviour
//scale: "width",
//scale: "height",
//scale: 3,
scale: "container",
error: function (err) {
alert(err.message);
}
});
});