From 4b297d354625e561d27569c05628c652eb825b77 Mon Sep 17 00:00:00 2001 From: Arpan Nanavati Date: Tue, 11 Oct 2016 16:46:23 -0700 Subject: [PATCH] increase font size for title and size text in the center of the ring --- src/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.js b/src/index.js index 84ee0a8..7a2290e 100644 --- a/src/index.js +++ b/src/index.js @@ -40,7 +40,7 @@ domready(function() { .text(root.name) .attr('x', 0) .attr('y', -5) - .style('font-size', '12px') + .style('font-size', '18px') .style('fill', 'white') .style('font-weight', 500) .style('alignment-baseline', 'middle') @@ -55,7 +55,7 @@ domready(function() { .attr('x', 0) .attr('y', 15) .style('fill', 'white') - .style('font-size', '10px') + .style('font-size', '14px') .style('alignment-baseline', 'middle') .style('text-anchor', 'middle')