Sign in to follow this  
Neil Hawkins

Dual Y axis

Recommended Posts

Hi I'm trying to add dual Y axis Line chart but its the labeling I am confused with please see pic and xml

351fe176-b641-4211-99e7-4316.jpg

<categories>

<category label="Jan-02"/>

<category label="Feb-02"/>

<category label="Mar-02"/>

<category label="Apr-02"/>

<category label="May-02"/>

<category label="Jun-02"/>

<category label="Jul-02"/>

<category label="Aug-02"/>

<category label="Sep-02"/>

<category label="Oct-02"/>

</categories>

-

<dataset seriesName="NNW Fund" color="1c75bc" anchorBorderColor="" anchorBgColor="" RenderAs="Line">

<set value="1000"/>

<set value="992"/>

<set value="1011"/>

<set value="1019"/>

<set value="1015"/>

<set value="991"/>

<set value="988"/>

<set value="1003"/>

<set value="1017"/>

<set value="1022"/>

</dataset>

-

<dataset seriesName="SnP US Credit (Spread)" color="ce242b" anchorBorderColor="" anchorBgColor="" RenderAs="Line">

<set value="1000" label="184"/>

<set value="1014" label="183"/>

<set value="923" label="167"/>

<set value="928" label="165"/>

<set value="908" label="156"/>

<set value="974" label="169"/>

<set value="1125" label="186"/>

<set value="1134" label="188"/>

<set value="1234" label="201"/>

<set value="1257" label="205"/>

</dataset>

I need the Y axis on the right to display the label values (the chart looks correcdt as is) its just the Y axis label

Many thanks for any help

Neil

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi Neil,

I am afraid, as of now Fusioncharts does not support this.

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