-1

I need to build a flowchart control for ASP.NET with HTML/jQuery/Silverlight/SVG. The user need to design the flowchart in the web page and need to save it.

abatishchev
  • 98,240
  • 88
  • 296
  • 433
renjucool
  • 314
  • 8
  • 19

1 Answers1

3

Have a look at Raphael.

It's a general SVG library rather than specifically flow charts, but it does look like it can do what you want -- see the links to the demos on the main page; one of them is a simple flow-chart, complete with draggable components.

Hope that helps.

Spudley
  • 166,037
  • 39
  • 233
  • 307
  • Yes i'm trying http://www.jointjs.com/ ,that also implemented with raphaeljs .Thanks for ur suggestion. – renjucool Jan 12 '11 at 05:53