This isn't specific to CakePHP, but the flot javascript library lets you build beautiful graphs (including mouseover effects/legends). Yahoo's YUI also has an 'experimental' charting tool that does something similar, though it relies on Flash, and requires that you use several of the YUI js libraries, which may be 'heavier' that what you're looking for.
On Aug 25, 12:30 am, mona <[email protected]> wrote: > I want functions that create pure html graphs. > > The functions should take an array as a parameter. The array will look > like > array('data' => > array( > array('label' => 'Nokia N95', 'number' => 95, 'axislabel' => ''), > array('label' => 'Apple iPhone', 'number' => 120, 'axislabel' => > 'iPhone'), > ), > 'heading' => 'Graph Heading', > 'xaxis' => 'Phones this month', > 'yaxis' => 'Hits', > 'graphtype' => 'horizontal', > 'pixelswide' => 700, > 'pixelshigh' => 120); > > Mousing over the bars in the bar graphs will produce the label & > number. > > graphs should be horiantal or vertical bar graphs > > can anybody tell me how to make these type of graphs in cakephp --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
