This commit is contained in:
parent
4b35583782
commit
e77051ccc4
1987 changed files with 1147290 additions and 5648 deletions
13
themes/blowfish/assets/lib/mermaid/diagrams/pie/pieRenderer.d.ts
vendored
Normal file
13
themes/blowfish/assets/lib/mermaid/diagrams/pie/pieRenderer.d.ts
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
import type { DrawDefinition } from '../../diagram-api/types.js';
|
||||
/**
|
||||
* Draws a Pie Chart with the data given in text.
|
||||
*
|
||||
* @param text - pie chart code
|
||||
* @param id - diagram id
|
||||
* @param _version - MermaidJS version from package.json.
|
||||
* @param diagObj - A standard diagram containing the DB and the text and type etc of the diagram.
|
||||
*/
|
||||
export declare const draw: DrawDefinition;
|
||||
export declare const renderer: {
|
||||
draw: DrawDefinition;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue