Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Flash Chart third series associating with first y axis by default - how to change that to second y a

ChandranJul 3 2014 — edited Jul 4 2014

Hi All,

I am using APEX 4.2 and Flash Chart.

Chart is having three series and two y axis.

First series is associating with first y axis

second series is associating with second y axis.

and third series is associating with first y axis by default.

How i can associate the third series with second y axis here.

below is the current XML.

<?xml version = "1.0" encoding="utf-8" standalone = "yes"?>

<anychart>

  <settings>

    <animation enabled="false"/>

    <no_data show_waiting_animation="False">

      <label>

        <text>#NO_DATA_MESSAGE#</text>

        <font family="Verdana" bold="yes" size="10"/>

      </label>

    </no_data>

  </settings>

  <margin left="0" top="0" right="0" bottom="0" />

  <charts>

    <chart plot_type="CategorizedVertical" name="chart_11586820704111509">

      <chart_settings>

        <title text_align="Center" position="Top" >

          <text>Name</text>

          <font family="Tahoma" size="14" color="0x000000" />

        </title>

        <chart_background>

          <fill type="Solid" color="0xffffff" opacity="0" />

          <border enabled="false"/>

          <corners type="Square"/>

        </chart_background>

        <data_plot_background>

        </data_plot_background>

        <axes>

          <y_axis name="extra_y_axis">

            <scale   mode="Normal"  minimum="0" />

            <title enabled="false" />

            <labels enabled="true" position="Outside">

              <font family="Tahoma" size="10" color="0x000000" />

              <format><![CDATA[{%Value}{numDecimals:0,decimalSeparator:.,thousandsSeparator:\,}]]></format>

            </labels>

            <major_grid enabled="False"/>

<minor_grid enabled="False"/>

          

          </y_axis>

          <x_axis>

            <scale  mode="Normal"    />

            <title enabled="false"/>

            <labels enabled="true" position="Outside">

              <font family="Tahoma" size="10" color="0x000000" />

              <format><![CDATA[{%Value}{numDecimals:2,decimalSeparator:.,thousandsSeparator:\,}]]></format>

            </labels>

            <major_grid enabled="True" interlaced="false">

                <line color="Black" />

              </major_grid>

<minor_grid enabled="True">

              </minor_grid>

          

          </x_axis>

          <extra>

            <y_axis name="extra_y_axis_1" position="Opposite" enabled="true">

              <scale   mode="Normal" minimum="0"  />

              <minor_grid enabled="false"/>

              <major_grid enabled="false"/>

              <title enabled="false"/>

              <labels align="Inside">

                <font color="#A4300B"/>

              <format><![CDATA[{%Value}{numDecimals:2,decimalSeparator:.,thousandsSeparator:\,}%]]></format>

              </labels>

            </y_axis>

          </extra>

        </axes>

        <legend enabled="true" position="Bottom" align="Near" elements_layout="Horizontal">

          <title enabled="False"/>

          <icon>

            <marker enabled="true" />

          </icon>

          <background enabled="False"/>

          <font family="Tahoma" size="10" color="0x000000" />

        </legend>

      </chart_settings>

      <data_plot_settings enable_3d_mode="true" >

        <bar_series style="Default">

          <tooltip_settings enabled="true">

            <format><![CDATA[{%Name}{enabled:False} - {%Value}{numDecimals:0,decimalSeparator:.,thousandsSeparator:\,}]]></format>

            <font family="Tahoma" size="10" color="0x000000" />

              <position anchor="Float" valign="Top" padding="10" />

          </tooltip_settings>

          <label_settings enabled="true" mode="Outside" multi_line_align="Center">

            <format><![CDATA[{%Value}{numDecimals:0,decimalSeparator:.,thousandsSeparator:\,}]]></format>

            <background enabled="false"/>

            <font family="Tahoma" size="10" color="0x000000" />

          </label_settings>

          <bar_style>

          </bar_style>

          <marker_settings enabled="True" >

            <marker type="None" />

          </marker_settings>

        </bar_series>

        <line_series>

          <tooltip_settings enabled="true">

            <format><![CDATA[{%Name}{enabled:False} - {%Value}{numDecimals:2,decimalSeparator:.,thousandsSeparator:\,}%]]></format>

            <font family="Tahoma" size="10" color="0x000000" />

              <position anchor="Float" valign="center" padding="10" />

          </tooltip_settings>

          <label_settings enabled="true" mode="Outside" multi_line_align="Center">

            <format><![CDATA[{%Value}{numDecimals:2,decimalSeparator:.,thousandsSeparator:\,}%]]></format>

            <background enabled="false"/>

            <font family="Tahoma" size="10" color="0x000000" />

          </label_settings>

          <line_style>

                       <line enabled="true" thickness="1" opacity="1" />

          </line_style>

          <marker_settings enabled="True" >

            <marker type="Circle" />

          </marker_settings>

        </line_series>

      </data_plot_settings>

#DATA#

    </chart>

  </charts>

</anychart>

Thanks

Shekar

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 1 2014
Added on Jul 3 2014
2 comments
1,127 views