Flexmonster Demo: custom CSS

by Iryna Kulchytska

HTML

<script src="http://www.flexmonster.com/flexmonster/flexmonster.js"></script>
<div id="pivot-content"></div>

CSS

.fm-cell {
	border: 0 none !important;
}

.fm-header {
	border: 2px solid gray !important;  
}

JavaScript

flexmonster.embedPivotComponent("http://flexmonster.com/flexmonster/", "pivot-content", "100%", "500", {
    licenseKey: "Z53G-1T1WC3-1V1M-0L12-2M0A-1233-1I0Y-2Y2Q-1903-322S-0T2C-1I",
    configUrl: "http://www.flexmonster.com/download/report.xml"
}, true);