Stephan H. Wissel
Stephan H. Wissel
@fyddaben For the "selected individual elements" the syntax is: ``` op2=>operation: Stuff|current ``` where current is the "flowstate". I choose "flowstate" for alternate layout definitions, since my primary use case...
What are you trying to do? The “editor” is a text box. There is nothing about colour in it.
current is the name of a flowstate -> check the configuration json, pointing to CSS properties. Keep in mind: this is a library to embed, not a ready to use...
It is all on the page. When you define your option Json you add an element flowstate that contains key value pairs. They key is the name of the state,...
Maybe your question is more fundamental.... The flowstate variable is used to style (colour, font) a flow element. This allows to highlight parts of the flow. Use cases: - documentation...
You have a JS Object in memory before rendering it out. Eventually could use that to manipulate the result. Naming the elements after their name in the definition
I had a look at the code. These are the lines that might need to be altered: ``` this.symbols = []; this.lines = []; ``` If we change the arrays...
Added my fork to CodeClimate: https://codeclimate.com/github/Stwissel/flowchart.js - quite interesting results 😈
Could that be used to alter the style of the Raphael object for animation?
I tried to merge your branch into mine for upcoming improvements, but couldn’t find it in the merge dialogue. Could you open a pull request against my branch?