shakespeare5677
Programmer
CR10, MySql, XP Home:
I am building a pie chart that looks something like:
4 1 1
6 2
6 2
2 3
2 4
4 4 4
where every digit represents a slice and every number represents a color index (ie: 6 6 means two slices of color 6).
This is accomplished by using a command, a pie chart and custom color formatting within the chart (to assign the colors based on their color index). As you can see, the colors are not necessarily in order and they do repeat.
What I need to do is to combine adjacent slices of the same color (combining the slices of color index 4 should produce two slices: one large combined slice between 3 and 2, and one original slice between 6 and 1). Does anyone have any ideas how this could be accomplished?
Thanks in advance.
-Max
I am building a pie chart that looks something like:
4 1 1
6 2
6 2
2 3
2 4
4 4 4
where every digit represents a slice and every number represents a color index (ie: 6 6 means two slices of color 6).
This is accomplished by using a command, a pie chart and custom color formatting within the chart (to assign the colors based on their color index). As you can see, the colors are not necessarily in order and they do repeat.
What I need to do is to combine adjacent slices of the same color (combining the slices of color index 4 should produce two slices: one large combined slice between 3 and 2, and one original slice between 6 and 1). Does anyone have any ideas how this could be accomplished?
Thanks in advance.
-Max