Search code examples
phpjavascriptchartsdraworganization

PHP and JS in order to manage and draw graphs


I have a project to draw relationships between different elements determined on a sheet. When the user has finished making the plan, it can export it to a txt file that contains the links. A bit like MS Visio but with only three or four elements draguable.

Does anyone have an idea of ​​this project using web languages ​​(php, js) ?

Thank you in advance.


Solution

  • I am not so sure of your question but if you want to draw graphs using php variables with javascript, then the html5 canvas is probably your best bet in terms or proffessionality with design and implementation.

    Only downside is it is javascript only, and the user must have a browser that supports canvas.