Init with API call new Flexmonster (without the toolbar)

Embedding Flexmonster

by Ravi A

HTML

<script src="https://cdn.flexmonster.com/flexmonster.js"></script>

<div id="pivot-container" style='display:none'></div>

JavaScript

var pivot = new Flexmonster({
	container: "pivot-container",
  componentFolder: "https://cdn.flexmonster.com/",
		report: {
			dataSource: {
				filename: "data/data.csv"
			}
		}
	});