Change ERD fontSize config to an integer to prevent NaN errors

This commit is contained in:
Adrian Hall
2020-04-30 15:55:14 +01:00
parent aa2845a730
commit d068a460bd
2 changed files with 11 additions and 5 deletions

View File

@@ -525,9 +525,9 @@ const config = {
fill: 'honeydew',
/**
* Font size
* Font size (expressed as an integer representing a number of pixels)
*/
fontSize: '12px'
fontSize: 12
}
};