blulagoon Posted April 1, 2006 Share Posted April 1, 2006 Has anybody been able to get this working, it enables you to make use of AT&T's GraphViz tools in PHP.I've been asked to look at a project that requires generating flow charts on the fly, and would appreciate a few pointers. I've got the AT&T 'Hello World' example working with webdot, would really appreciate something as simple as the equivalent working with PHP.www.graphviz.org for anyone who is interested.Blu Quote Link to comment https://forums.phpfreaks.com/topic/6356-pear-image_graphviz-package/ Share on other sites More sharing options...
mlange Posted April 2, 2006 Share Posted April 2, 2006 i have had good luck with [a href=\"http://www.advsofteng.com/index.html\" target=\"_blank\"]Chart Director[/a] but it costs money.also might want to look into [a href=\"http://labs.macromedia.com/technologies/flexcharting_components2/\" target=\"_blank\"]Flex Charting Components[/a] they are a little move visually pleasing. Quote Link to comment https://forums.phpfreaks.com/topic/6356-pear-image_graphviz-package/#findComment-23243 Share on other sites More sharing options...
blulagoon Posted April 7, 2006 Author Share Posted April 7, 2006 [!--quoteo(post=360982:date=Apr 2 2006, 10:43 PM:name=mlange)--][div class=\'quotetop\']QUOTE(mlange @ Apr 2 2006, 10:43 PM) [snapback]360982[/snapback][/div][div class=\'quotemain\'][!--quotec--]i have had good luck with [a href=\"http://www.advsofteng.com/index.html\" target=\"_blank\"]Chart Director[/a] but it costs money.[/quote]Thanks for the link to Chart Director. Unfortunately, judging from its chart gallery, it doesn't offer flow charts which is what I need for this project, the ability to draw flow charts on the fly from data within a SQL db.I've used JPGraph quite a lot with great effect, one of the best on the fly charting programs for working with PHP, very flexible and with the right amount of tweaking can produce impressive results. Sadly, it doesn't offer flow charts either, in fact the only thing I've come across that seems able to do this is GraphViz from AT&T, hence the question.Blu Quote Link to comment https://forums.phpfreaks.com/topic/6356-pear-image_graphviz-package/#findComment-24769 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.