Webanizr Logo
Open / sluit menu
Module myMermaid

Last change: April 17, 2020

Current version: 1.1.0

This module creates a diagram or chart, using mermaid library.month.

webanizr.send('myMermaid', data, parameters, callback);

Send

data

The data to generate the chart. Should be specified with 'config__diagram' key.

parameters

The authentication module accepts the following parameters:

id__wrapper (required)

The id of the element to insert the diagram.

callback

The callback function that is called after the diagram generated.

demo

https://cdn.cpmodules.webanizr.com/demo/myMermaid/index.html

Changelog

  • May 25, 2020: 1.0.0 - Initial commit