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

lifepillar’s picture

Category: feature » support

Subscribe. This module is great, but… how do you embed a chart into a node?

googletorp’s picture

The 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.

mikl’s picture

Version: 6.x-1.0-beta3 » 6.x-1.x-dev
Category: support » feature
Status: Active » Needs work