Flexmonster Demo - report in embedPivotComponent

by Uaman23

HTML

<script src="https://s3.amazonaws.com/flexmonster/2.2/flexmonster.js"></script>
<div id="pivot-content"></div>

JavaScript

var jsondata = [
{amount: {caption: "Amount",type: "number",uniqueName: "amount"}, countryName: {caption: "Country",type: "string", uniqueName: "countryName"}, indexName: {caption: "Index",type: "string",uniqueName: "indexName"},
 millsName:{caption: "Factories",type: "string",uniqueName: "millsName"}, monthName:{caption: "Month",type: "string",uniqueName: "monthName"},
 processName:{caption: "Process 1",type: "string",uniqueName: "processName"},
 processName2:{caption: "Process 2",type: "string",uniqueName: "processName2"},processName3:{caption: "Process 3",type: "string",uniqueName: "processName3"},regionName:{caption: "Region",type: "string",uniqueName: "regionName"},
 subRegionName:{caption: "Sub Region",type: "string",uniqueName: "subRegionName"},year:{caption: "Year", type: "number", uniqueName: "year"}},
{amount: 4791.72,countryName: "HONG KONG",indexName: "Average Amount of Substances used (kg)",millsName: "ALLIANCE HIP SHING SPORTSWEAR LTD.",monthName: "FEB",processName: "Finishing",processName2: "Washing",processName3: "Others",regionName: "Greater China",subRegionName: "Greater China",year: 2016},
{amount: 1480.44,countryName: "HONG KONG",indexName: "Average Amount of Non-Hazardous Substances (kg)",millsName: "ALLIANCE HIP SHING SPORTSWEAR LTD.",monthName: "FEB",processName: "Finishing",processName2: "Washing",processName3: "Others",regionName: "Greater China",subRegionName: "Greater China",year: 2016},
{amount: 3311.28,countryName: "HONG KONG",indexName: "Average Amount of Hazardous Substances (Kg)",millsName: "ALLIANCE HIP SHING SPORTSWEAR LTD.",monthName: "FEB",processName: "Finishing",processName2: "Washing",processName3: "Others",regionName: "Greater China",subRegionName: "Greater China",year: 2016},
{amount: 611.66,countryName: "HONG KONG",indexName: "Average Amount of Substances used (kg)",millsName: "GBI LIMITED",monthName: "FEB",processName: "Finishing",processName2: "Washing",processName3: "Others",regionName: "Greater China",subRegionName:...