mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-15 21:39:40 +02: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