data_G2Demo2 = [
{ class: 'Products according to turnover', country: 'Flexible insulation', type: '1', value: 10.8 },
{ class: 'Transgenic crop area', country: 'India', type: '2', value: 89.2 },
{ class: 'Products according to turnover', country: 'United States', type: '1', value: 72.9 },
{ class: 'Products according to turnover', country: 'United States', type: '2', value: 27.1 },
{ class: 'Transgenic crop area', country: 'China', type: '1', value: 2.8 },
{ class: 'Transgenic crop area', country: 'China', type: '2', value: 97.2 },
{ class: 'Transgenic crop area', country: 'Brazil', type: '1', value: 49.1 },
{ class: 'Transgenic crop area', country: 'Brazil', type: '2', value: 50.9 },
{ class: 'Transgenic crop area', country: 'Canada', type: '1', value: 11.6 },
{ class: 'Transgenic crop area', country: 'Canada', type: '2', value: 88.4 },
{ class: 'Transgenic crop area', country: 'Argentina', type: '1', value: 23.8 },
{ class: 'Transgenic crop area', country: 'Argentina', type: '2', value: 76.2 },
{ class: 'Transgenic crop area', country: 'Pakistan', type: '1', value: 2.9 },
{ class: 'Transgenic crop area', country: 'Pakistan', type: '2', value: 97.1 },
{ class: 'Transgenic crop area', country: 'South Africa', type: '1', value: 2.7 },
{ class: 'Transgenic crop area', country: 'South Africa', type: '2', value: 97.3 },
{ class: 'Transgenic crop area', country: 'Paraguay', type: '1', value: 3.6 },
{ class: 'Transgenic crop area', country: 'Paraguay', type: '2', value: 96.4 },
{ class: 'Transgenic crop area', country: 'Uruguay', type: '1', value: 1.3 },
{ class: 'Transgenic crop area', country: 'Uruguay', type: '2', value: 98.7 },
{ class: 'Cultivated area', country: 'India', type: '1', value: 175.4 },
{ class: 'Cultivated area', country: 'India', type: '2', value: 24.6 },
{ class: 'Cultivated area', country: 'United States', type: '1', value: 165.2 },
{ class: 'Cultivated area', country: 'United States', type: '2', value: 34.8 },
{ class: 'Cultivated area', country: 'China', type: '1', value: 108.4 },
{ class: 'Cultivated area', country: 'China', type: '2', value: 91.6 },
{ class: 'Cultivated area', country: 'Brazil', type: '1', value: 73.2 },
{ class: 'Cultivated area', country: 'Brazil', type: '2', value: 126.8 },
{ class: 'Cultivated area', country: 'Canada', type: '1', value: 46.9 },
{ class: 'Cultivated area', country: 'Canada', type: '2', value: 153.1 },
{ class: 'Cultivated area', country: 'Argentina', type: '1', value: 38.6 },
{ class: 'Cultivated area', country: 'Argentina', type: '2', value: 161.4 },
{ class: 'Cultivated area', country: 'Pakistan', type: '1', value: 22 },
{ class: 'Cultivated area', country: 'Pakistan', type: '2', value: 178 },
{ class: 'Cultivated area', country: 'South Africa', type: '1', value: 12.1 },
{ class: 'Cultivated area', country: 'South Africa', type: '2', value: 187.9 },
{ class: 'Cultivated area', country: 'Paraguay', type: '1', value: 5.5 },
{ class: 'Cultivated area', country: 'Paraguay', type: '2', value: 194.5 },
{ class: 'Cultivated area', country: 'Uruguay', type: '1', value: 1.8 },
{ class: 'Cultivated area', country: 'Uruguay', type: '2', value: 198.2 },
{ class: 'Transgenic crop area percentage(%)', country: 'India', type: '1', value: 6.2 },
{ class: 'Transgenic crop area percentage(%)', country: 'India', type: '2', value: 93.8 },
{ class: 'Transgenic crop area percentage(%)', country: 'United States', type: '1', value: 44.1 },
{ class: 'Transgenic crop area percentage(%)', country: 'United States', type: '2', value: 55.9 },
{ class: 'Transgenic crop area percentage(%)', country: 'China', type: '1', value: 2.6 },
{ class: 'Transgenic crop area percentage(%)', country: 'China', type: '2', value: 97.4 },
{ class: 'Transgenic crop area percentage(%)', country: 'Brazil', type: '1', value: 67 },
{ class: 'Transgenic crop area percentage(%)', country: 'Brazil', type: '2', value: 33 },
{ class: 'Transgenic crop area percentage(%)', country: 'Canada', type: '1', value: 24.7 },
{ class: 'Transgenic crop area percentage(%)', country: 'Canada', type: '2', value: 75.3 },
{ class: 'Transgenic crop area percentage(%)', country: 'Argentina', type: '1', value: 61.6 },
{ class: 'Transgenic crop area percentage(%)', country: 'Argentina', type: '2', value: 38.4 },
{ class: 'Transgenic crop area percentage(%)', country: 'Pakistan', type: '1', value: 13.2 },
{ class: 'Transgenic crop area percentage(%)', country: 'Pakistan', type: '2', value: 86.8 },
{ class: 'Transgenic crop area percentage(%)', country: 'South Africa', type: '1', value: 22.4 },
{ class: 'Transgenic crop area percentage(%)', country: 'South Africa', type: '2', value: 77.6 },
{ class: 'Transgenic crop area percentage(%)', country: 'Paraguay', type: '1', value: 65.7 },
{ class: 'Transgenic crop area percentage(%)', country: 'Paraguay', type: '2', value: 34.3 },
{ class: 'Transgenic crop area percentage(%)', country: 'Uruguay', type: '1', value: 73 },
{ class: 'Transgenic crop area percentage(%)', country: 'Uruguay', type: '2', value: 27 }
];