Hi all,
I would like to know if it's possible to make a graph with axis y and x labels. I have tried to use the same parameters as 'progressive dot', but there is no way for doing the same....
Is a mistake of the php instead the own raphael js api?
Thanks a lot.
Comments
Comment #1
miklI am not sure this is possible via our PHP API, but it works fine if done via JavaScript.
Comment #2
m3n0R commentedcan you show an example of a graph made by javascript? It would be useful if the example module had more documentation about how to use javascript code :P
Thank you so much mikl. I'm wait for the Raphael graphs 2.0 anxiously!!
Comment #3
miklYeah, documentation is probably the weakest point of Raphaël – I learned what I know from looking at the examples at http://g.raphaeljs.com/ :)
Comment #4
rickmanelius commentedsubscribing.
Comment #5
k3n3dy commentedThe javascript part of Raphael is not really an issue, we can find lots of good examples. Send data to the javascript is my issue. It would help so much if I could find a javascript example showing how to query data from database or from a View and then pass it to javascript to display the graph.
Comment #6
miklComment #7
chrsnlsn commentedAny new info on this?
It's working great for plotting dynamic data from the database or external feeds, but I'm having trouble fine tuning with labels, legends, hover effects etc. If the solution is to build the chart entirely from the js what's the best way to get the data to the js function from a module?
Thanks for any insight
[edit]
at the top of the graphael.jquery.js file it says you should be able to retrive and add functionality to a graph with this
but that is creating another graph on my page not getting the one that's been built already. What am I missing?