mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-19 12:14:07 +01:00
1064 Adding tooltip and function calls to click evens in class diagrams
This commit is contained in:
@@ -613,6 +613,9 @@ const render = function(id, txt, cb, container) {
|
||||
case 'gantt':
|
||||
cb(svgCode, ganttDb.bindFunctions);
|
||||
break;
|
||||
case 'class':
|
||||
cb(svgCode, classDb.bindFunctions);
|
||||
break;
|
||||
default:
|
||||
cb(svgCode);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user