mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-19 15:30:03 +02:00
Move pie outerStrokeWidth to theme variables, update docs
This commit is contained in:
@@ -84,7 +84,7 @@ describe('Pie Chart', () => {
|
||||
"Ice-Hockey" : 80
|
||||
"Football" : 90
|
||||
`,
|
||||
{ pie: { outerBorderWidth: 5 } }
|
||||
{ theme: 'base', themeVariables: { pieOuterStrokeWidth: '5px' } }
|
||||
);
|
||||
cy.get('.pieOuterCircle').should((circle) => {
|
||||
const strokeWidth = parseFloat(circle.attr('stroke-width'));
|
||||
|
Reference in New Issue
Block a user