Skip to content

Commit 1b23118

Browse files
committed
release v1.3.0
1 parent 97acba4 commit 1b23118

11 files changed

+2810
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,15 @@ and then
4848
'yes-text': 'yes',
4949
'no-text': 'no',
5050
'arrow-end': 'block',
51+
// style symbol types
5152
'symbols': {
5253
'start': {
5354
'font-color': 'red',
5455
'element-color': 'green',
5556
'fill': 'yellow'
5657
}
5758
},
59+
// even flowstate support ;-)
5860
'flowstate' : {
5961
// 'past' : { 'fill' : '#CCCCCC', 'font-size' : 12},
6062
// 'current' : {'fill' : 'yellow', 'font-color' : 'red', 'font-weight' : 'bold'},

example/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
'yes-text': 'yes',
3939
'no-text': 'no',
4040
'arrow-end': 'block',
41-
'className' : 'flowchart',
4241
'symbols': {
4342
'start': {
4443
'font-color': 'red',

0 commit comments

Comments
 (0)