Sign in to follow this  
Guest Madhumita

Multi Legends in StackedColumn3DLineDY.swf

Recommended Posts

Hi,

 

 

 

This is regarding Stacked Column 3D Line Dual Y Combination Chart. I am using stacked columns to display a break down of a product and using lines to display properties of a product. When the chart is rendered, it is creating a single legend for both series names for the stacked columns and series names for the lines.

 

 

 

Is it possible if I can create two legends each describing columns and lines?

 

 

 

Thanks,

 

Deepak

Share this post


Link to post
Share on other sites
Guest Madhumita

Hello Deepak,

Legends are always created for all the datasets.

Could you please attach your XML so that we can solve the issue as soon as possible?

Awaiting your reply.

Share this post


Link to post
Share on other sites

Thanks for quick reply.

 

 

 

I am attaching both chart XML and generated chart screen print. As you can see I have two axis, one for Hits and other for SLA compliance.

 

 

 

Hits column is mapped to the consumers for a product while the SLA compliance lines are mapped to SLA properties of a product.

 

 

 

The chart creates a single legend for both Column service names and Lines service names and it makes everything confusing.

 

 

 

Is it possible if we can have two legends, one for Column mapping (i.e. cpruserprod_ext.gen and Ata) and other for lines mapping(i.e. Max Hits SLA, Response Time SLA and Availability SLA). I think it would be awesome if you can provide two legends for all Dual Axis charts.

 

 

 

Thanks

 

Deepak

StackedColumn3DLineDY.xml

StackedColumn3DLineDY.pdf

Share this post


Link to post
Share on other sites
Guest Madhumita

Hello,

I'm afraid, as of now, only a single legend box is created in all the charts(except the single series ones).

Your suggestions are very important to us. We have made a note of the same.

As an alternative, you can show the legends in two different lines in the same legend box.

 

See image below:

2c4bd87c-ec3c-43c0-a648-959d.JPG

All you have to do is add a line-break character ( ) after the seriesName of the last dataset for column.

e.g. in your XML if you only use the code below you will get the above output:

  <dataset seriesName="AtA "> (which is the last column dataset)

Hope this helps.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this