cms/app-client/app/components/discourses-component.js
changeset 362 c7aac4484587
parent 319 78990a8a069b
child 392 4fbe94af93e8
--- a/cms/app-client/app/components/discourses-component.js	Tue Oct 18 20:10:45 2016 +0530
+++ b/cms/app-client/app/components/discourses-component.js	Tue Oct 18 20:34:13 2016 +0530
@@ -60,7 +60,7 @@
                 .style("height", function(d) { return (d.r * 2) + "px"; })
                 .style("background-color", function(d) { return d.fill; })
                 .style("border-color", function(d) { return d.stroke; })
-                .style("font-size", function(d) { return Math.floor((((d.value - oldMin) * (13 - 11)) / (oldMax - oldMin)) + 11) + 'px'; })
+                .style("font-size", function(d) { return Math.floor((((d.value - oldMin) * (13 - 10)) / (oldMax - oldMin)) + 10) + 'px'; })
                 .on('click', function(d) {
                     self.get('filter').set('discourse', d.id);
                 });