#989 Added font styling classes to diagrams lacking then

This commit is contained in:
Knut Sveidqvist
2019-10-13 19:16:35 +02:00
parent 53bdfee057
commit 047ce2949a
11 changed files with 44 additions and 14 deletions

View File

@@ -110,6 +110,7 @@ export const draw = (txt, id, ver) => {
return 'translate(' + arcGenerator.centroid(d) + ')';
})
.style('text-anchor', 'middle')
.attr('class', 'slice')
.style('font-size', 17);
svg