diff --git a/package.json b/package.json index b2ced5c32c..d08a82eb6f 100644 --- a/package.json +++ b/package.json @@ -36,6 +36,6 @@ }, "dependencies": { "alchemy-embed-medias": "^0.4.4", - "phraseanet-production-client": "~0.32.2" + "phraseanet-production-client": "^0.32.3" } } diff --git a/templates/web/prod/preview/popularity.html.twig b/templates/web/prod/preview/popularity.html.twig index ae11f332b5..0aba714025 100644 --- a/templates/web/prod/preview/popularity.html.twig +++ b/templates/web/prod/preview/popularity.html.twig @@ -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'));