Needs work
Project:
Raphaël
Version:
6.x-1.x-dev
Component:
gRaphaël
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
1 Feb 2011 at 18:18 UTC
Updated:
14 Mar 2011 at 13:35 UTC
Hello,
how to use this library with the nodes ?
Is there an interface to create nodes of type charts with the Raphael library (like FusionChart module) ?
Thank you.
Comments
Comment #1
lifepillar commentedSubscribe. This module is great, but… how do you embed a chart into a node?
Comment #2
googletorp commentedThe aim of this module is mostly to be a developer aim. Some work has been made into views integration that makes it possible to display graphs using views to query the data. The main thing that is needed, to make graphs of any type, is data. A graph is after all a visual representation of data.
We don't have any support for creating nodes with custom data and displaying it via selected preferences. This is not something we plan on creating either, but if the feature is developer, we wont mind including either.
If you want to include a graph in a node, you could do with hook_nodeapi. As the data could come from anywhere, some custom code is needed to embed it into the node. This can be done quite easily with the theme functions that is supplied by the module.
Comment #3
mikl