Skip to content

Commit

Permalink
Fix linting in config file
Browse files Browse the repository at this point in the history
  • Loading branch information
thedustin committed Feb 5, 2024
1 parent 0ce8249 commit 41879ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mermaid/src/config.type.ts
Expand Up @@ -641,9 +641,9 @@ export interface PieDiagramConfig extends BaseDiagramConfig {
*
*/
textPosition?: number;

/**
* The number of decimal places to show in the percentage label.
*
*/
percentageDecimals?: number;
}
Expand Down

0 comments on commit 41879ae

Please sign in to comment.