js error symbol.shiftX is not a function
I try your code but I found the code push:
symbol.shiftX is not a function
at FlowChart.render (flowchart.chart.js:80)
I hit this one too.
I did the following: 1-"npm install flowchart.js" into project 2- Import into Angular2 module using: import * as flowchart from 'flowchart.js'; 3- copy example code 4- Example code doesn't work so I did what what #59 says. 5- Vertices of the graph are visible in the Angular2 app after step 3, but I get this message now. ERROR TypeError: symbol.shiftX is not a function at FlowChart.render (flowchart.chart.js:80) at Object.drawSVG (flowchart.parse.js:94)
Is this some sort of dependency issue?
I got the same error when making a mistake in my input string (forgetting the end: part for my end node, and putting the label directly).
It would be great if the parser could report errors instead.
accepting pull requests ;-)