Port PHRAS-1574

This commit is contained in:
Mike Ng
2017-11-23 13:16:55 +04:00
parent a7d00f54c0
commit 77043c1a9d
2 changed files with 2 additions and 3 deletions

View File

@@ -36,6 +36,6 @@
},
"dependencies": {
"alchemy-embed-medias": "^0.4.4",
"phraseanet-production-client": "~0.32.2"
"phraseanet-production-client": "^0.32.3"
}
}

View File

@@ -176,8 +176,7 @@
is3D: true,
colors:['#FF9900','#3FDFFD', '#14CAB5', '#CAA514', '#97853C'],
legend: {position: 'right', textStyle: {color: 'white'}},
chartArea: {width:'90%',height:'70%'},
sliceVisibilityThreshold: 0
chartArea: {width:'90%',height:'70%'}
};
var chart = new google.visualization.PieChart(document.getElementById('chart_pie'));