mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-19 23:39:50 +02:00
#22 Update SCSS for pie chart specific title class
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user