Closed (fixed)
Project:
Charts and Graphs
Version:
6.x-2.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Anonymous (not verified)
Created:
5 Sep 2009 at 14:34 UTC
Updated:
27 Jul 2025 at 01:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
Jan van Diepen commentedYour problem is actually situated in the charts_graphs module. To be more specific in the open-flash-chart api module included with it. I posted a patch on the charts_graphs module issue queue http://drupal.org/node/599046.
Comment #2
irakli commentedThanks Jan. Will review.
Comment #3
rsevero commentedAlready fixed in Charts and Graphs.
Comment #4
WorldFallz commentedSorry-- i keep finding bugs :-(
I'm getting this problem with:
Views 6.x-2.x-dev (up-to-date)
Charts and Graphs 6.x-2.x-dev (up-to-date)
Views Charts 6.x-1.x-dev (up-to-date)
Views Group By 6.x-1.0-rc1
Comment #5
WorldFallz commentedComment #6
rsevero commentedThis is a "Charts and Graphs" issue, not "Views Charts".
Of the four charting libraries currently implemented - amCharts, Bluff, Google Charts and Open Charts Flash 2, only Bluff already had this feature working properly.
amCharts is fixed with http://drupal.org/cvs?commit=393380
Google Charts is fixed with http://drupal.org/cvs?commit=393382
I couldn't find info on how to set data series colors in Open Charts Flash 2. I need information on how to set for line and bar graphs (which usually share the same method) and for pie charts (which usually have a specific method). If someone can find it and point it out to me, I will fix this issue for Open Charts Flash 2 too.
Comment #7
lucor commentedWith the attached patch I'm able to use more colors for pie graph.
BTW it also allow to change the bg color for graph.
Comment #8
rsevero commentedThanks for the patch lucor. Sorry for the delay.
I'm finally closing this bug.
Comment #9
rsevero commentedForgot to mention that lucor's patch was applied by http://drupal.org/cvs?commit=443848.