#945 Setting up stylesheet, classes and colors

This commit is contained in:
Knut Sveidqvist
2019-10-11 18:12:24 +02:00
parent 7c125cf9d6
commit a258eda035
8 changed files with 81 additions and 7 deletions

View File

@@ -166,7 +166,7 @@ const renderDoc = (doc, diagram, parentId) => {
let sub = diagram
.append('g')
.attr('id', stateDef.id)
.attr('class', 'classGroup');
.attr('class', 'stateGroup');
node = renderDoc(stateDef.doc, sub, stateDef.id);
if (first) {