Skip to content

Commit 76ff364

Browse files
committed
new version
1 parent 0310ae7 commit 76ff364

16 files changed

+2759
-7
lines changed

component.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "flowchart",
3-
"version": "1.2.8",
4-
"main": "./release/flowchart-1.2.8.min.js",
3+
"version": "1.2.9",
4+
"main": "./release/flowchart-1.2.9.min.js",
55
"dependencies": {},
66
"ignore": [
77
"src/",

example/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
'line-length': 50,
2626
'text-margin': 10,
2727
'font-size': 14,
28+
'font': 'normal',
29+
'font-family': 'Helvetica',
30+
'font-weight': 'normal',
2831
'font-color': 'black',
2932
'line-color': 'black',
3033
'element-color': 'black',

0 commit comments

Comments
 (0)