mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-07 09:36:41 +02:00
Added rendering for annotations
This commit is contained in:
@@ -15,7 +15,8 @@ export const addClass = function(id) {
|
||||
classes[id] = {
|
||||
id: id,
|
||||
methods: [],
|
||||
members: []
|
||||
members: [],
|
||||
annotations: []
|
||||
};
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user