colors and data series


https://www.nevron.com/Forum/Topic6323.aspx
Print Topic | Close Window

By Jarek Stachowiak - 12 Years Ago
Hi,
I'am working with Nevron Charts for SSRS and I have a problem with colors and series when I creating pie charts.
I've a few pie charts with the same datagroups but different values for this data. And when this charts are generating data series have random colors.
What should I do to make charts with the same colors for datagroups.

I could not find a solution for that. Any suggestions?
By Nevron Support - 12 Years Ago
Hi Jarak,

Can you please elaborate a little. In general the pie chart automatically distributes the fillings from the current palette to the data points that need to be displayed as pies. This is not a random process. If the palette has three entries: red, green and blue, the first pie will be red, the second green, the third blue, the fourth will be red again an so on.

Do you want to fix a color for a specific group? For example if you are sure that your data set contains say three groups: US, Europe and Asia you could be using the new data point conditional formatting and fix the colors for each group if expression. However this feature is not available in the current version of the chart. The new release of the SSRS Vision is expected very soon, and we can give you a beta if you need to test its functionality.
By Jarek Stachowiak - 12 Years Ago
Thanks for replay

I'll try to elaborate
For example I've two tables with some data:

t1 %
aaaa 25
bbb 10
ccc 11
ddd 54


t2 %
aaaa 20
bbb 20
ccc 20
ddd 40

And I want to create two pie charts with data from this tables, I want to assign the same color for "aaaa" and for "bbb" .... foreach pie chart.

Is it possible?