CHANGELOG.txt |
CHANGELOG.txt |
|
Views Charts 6.x-1.2, xxxx-xx-xx
---------------------------
feature #1155330 by rsevero: Implemented the hook_views_charts_graph_alter()
hook to allow free chart customization.
Views Charts 6.x-1.1, 2010-11-18
---------------------------
feature… |
README.txt |
README.txt |
|
-- SUMMARY --
Views Charts Provides a "charts" style output for Views module so you can render
result-set not just as text (list, tabular) but as pie-chart, bar-chart,
scatter-plot etc.
For a full description of the module, visit the… |
Views Charts - Introduction |
help/introduction.html |
|
Views Charts - Introduction |
views_charts.css |
views_charts.css |
|
div.views_charts_chart_types_hidden {
display: none;
} |
views_charts.info |
views_charts.info |
|
name = Views Charts
description = "Views Charts provides a new style for views: Charts."
dependencies[] = views
dependencies[] = charts_graphs
package = "Views"
core = 7.x
php = 5.1
files[] = views_plugin_style_chart.inc |
views_charts.module |
views_charts.module |
|
|
views_charts.views.inc |
views_charts.views.inc |
|
Holds methods directly related to the Views module. |
views_plugin_style_chart.inc |
views_plugin_style_chart.inc |
|
Holds views_plugin_style_chart class which implements the chart plugin. |