rtalbot89 / flow-svg

Create simple interactive and static flow charts using JavaScript and SVG.
MIT License
62 stars 26 forks source link

Add option to set yes and no text #3

Closed DonQuicky closed 8 years ago

DonQuicky commented 8 years ago

In the originial Flowchart script it is possible to change default yes-text and no-text. In your script I cannot find the option to set this to custom text.

Is it possible to set this option? If not, is it a option to get this done in a next release of your script?

rtalbot89 commented 8 years ago

I actually thought I had included an option to do this, but it looks like I left it out. It should be reasonably quick to do, so I'll include it in the next few days


From: DonQuicky notifications@github.com Sent: 14 March 2016 11:25 To: rtalbot89/flow-svg Subject: [flow-svg] Add option to set yes and no text (#3)

In the originial Flowchart script it is possible to change default yes-text and no-text. In your script I cannot find the option to set this to custom text.

Is it possible to set this option? If not, is it a option to get this done in a next release of your script?

Reply to this email directly or view it on GitHubhttps://github.com/rtalbot89/flow-svg/issues/3.

DonQuicky commented 8 years ago

I will look forward to this release. Great plugin!

rtalbot89 commented 8 years ago

Options to change yes and no text now added. A couple more associated options also added.