Hi Experts,
I have a Flash Chart with two series as given below:
series-1:
SELECT X1 link,
name Label,
value "Value-1"
FROM dummy_table
ORDER BY name
series-2:
select X2 link,
c001 label ,
to_number(c002) "Value-2"
from apex_collections
where collection_name = 'XXX'
order by c001
PS: Its not necessary for both the series to have same X-Axis values.
I get the flash chart but the x-axis values are not ordered as I wanted. I think, the result of both the series gets concatenated and then displayed on the chart.
I am not able find any parameter/chart attribute to make the X-Axis values in order on the chart.
Please let me know, if you have any solution or any workaround.
Regards,
Millar