Init with API call new Flexmonster (without the toolbar)

Embedding Flexmonster

HTML

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

<div id="pivot-container"></div>

JavaScript

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