Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

202
Views
Can I create json file from a flow chart using d3.js?

Context: I am planning to create a tool which will allow us to create flow chart and then import that flow chart data into a JSON file which can be then utilized in other services.

I am new to js and heard about d3 a lot. So does d3 is capable of doing that?

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

IMHO d3.js is good at displaying data (hence the name "data driven documents"), however it is not so well suited for creating an editor that lets users "create data from visualizations/documents, that would be "cdv.js" ;-) ).

D3.js does not have a strong graph model and in fact accepts all kinds of data to create a visualization thereof, but there you would have to implement all interactivity that results in the modification or creation of your data (flow chart elements) basically from scratch.

Instead I suggest you take a look at a tool that provides strong diagram editing functionality. A couple of them are listed in this question's answers.

With more sophisticated tools like the ones listed there you can create sophisticated diagram editors like this one. They have built-in graph editing capabilities, rather than just graph visualization capabilities.

You can do this on top of d3.js, too, but d3.js will mostly help with the visualization, but not so much with the interactivity.

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!