AmCharts Stock Chart's main purpose is to display financial charts.The features include a very comfortable scrollbar, data grouping into longer periods, displaying of data at irregular intervals, etc.
It is very simple to integrate Stock Chart into APEX applications. I have created a simple demo with instructions.
Using Stock Chart's javascript library you can update charts on the fly as well as change the underlying data.
Take a look at the full features of Stock Chart by visiting AmCharts site.
It is very simple to integrate Stock Chart into APEX applications. I have created a simple demo with instructions.
Using Stock Chart's javascript library you can update charts on the fly as well as change the underlying data.
Take a look at the full features of Stock Chart by visiting AmCharts site.
Great work! I've been looking for something like this for a while.
ReplyDeleteA minor note, I had to remove the absolute reference of the amstock_settings2.xml file
from:
escape("wwv_flow_file_mgr.get_file?p_security_group_id=622582721630117732&p_flow_id=354&p_fname=amstock_settings2.xml"));
to:
escape("#APP_IMAGES#amstock_settings2.xml"));
Many thanks!
Thank you
ReplyDeleteYour suggestion is more than welcome as I am trying to avoid the "hard code" stuff as much as possible
George
Hi George,
ReplyDeleteI've managed to get the latest (Javascript - not flash) version of amStock working with APEX using a modified version of your get_csv application process and some Javascript coding.
If you are interested, I'm happy to share - let me know.
Many thanks,
Jeremy
I'm interested! can you please show me!
ReplyDeletevinicius.carvalho.alves@gmail.com
Jeremy,
ReplyDeleteI'm interested! can you please show me!
vinicius.carvalho.alves@gmail.com