Flexmonster Demo

by Iryna Kulchytska

HTML

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

CSS

/* GRID */

#fm-grid-view span,
#fm-grid-view div,
#fm-grid-view td {
	font-family: Verdana !important;
}

.fm-sheet-header {
	background-color: #A4D53A !important;
}

.fm-header {
	background-color: #263C53 !important;
}

.fm-cell {
	border: 1px solid #DDDDDD !important;
}

.fm-total {
	color: #263C53 !important;
	text-decoration: underline;
}

/* Alternating rows */
#fm-grid-view tr:nth-child(2n+1) {
	background-color: #EEEEEE !important;
}

/* Alternating columns */
/*#fm-grid-view td:nth-child(2n+1):not(.fm-header):not(.fm-sheet-header) {
	background-color: #EEEEEE !important;
}*/

.fm-sheet-selection-canvas {
	background-color: rgba(72, 151, 241, 0.2) !important;
}

	.fm-sheet-selection-canvas .fm-border {
		border: 1px solid #4897F1 !important;
	}

/* CHARTS */

.fm-charts-color-1 {
    fill: #A4D53A !important;
}

.fm-charts-color-2 {
    fill: #263C53 !important;
}

.fm-charts-color-3 {
    fill: #4897F1 !important;
}

.fm-charts-color-4 {
    fill: none !important;
}

JavaScript

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