You are here

property ChartsGraphsGoogleCharts::$colour_count_series in Charts and Graphs 7

Same name and namespace in other branches
  1. 6.2 apis/charts_graphs_google_charts/charts_graphs_google_charts.class.inc \ChartsGraphsGoogleCharts::colour_count_series

Sets how we count how many colours must be sent.

TRUE: counts the number of data series available FALSE: counts the munber of data poitns in the first serie. This last behaviour is used with pie charts.

Type:

File

apis/charts_graphs_google_charts/charts_graphs_google_charts.class.inc, line 52
Implementation of abstract class ChartsGraphsCanvas for Google Charts library.

Class

ChartsGraphsGoogleCharts
Implementation of abstract class ChartsGraphsCanvas for Google Charts library.

Code

var $colour_count_series = TRUE;