#22 Update SCSS for pie chart specific title class

This commit is contained in:
Ashish Jain 2019-09-11 21:39:39 +02:00
parent eb9ac1bbe5
commit 398d66bda9
2 changed files with 2 additions and 2 deletions

View File

@ -106,7 +106,7 @@ export const draw = (txt, id, ver) => {
.text(parser.yy.getTitle())
.attr('x', 0)
.attr('y', -(h - 50) / 2)
.attr('class', 'titleText')
.attr('class', 'pieTitleText')
} catch (e) {
logger.error('Error while rendering info diagram')
logger.error(e.message)

View File

@ -1,4 +1,4 @@
.titleText {
.pieTitleText {
text-anchor: middle;
font-size: 25px;
fill: $taskTextDarkColor;