Powered By Blogger

Monday, March 21, 2011

Amcharts stock chart integration with Application Express

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.

5 comments:

  1. Great work! I've been looking for something like this for a while.

    A 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!

    ReplyDelete
  2. Thank you
    Your suggestion is more than welcome as I am trying to avoid the "hard code" stuff as much as possible

    George

    ReplyDelete
  3. Hi George,

    I'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

    ReplyDelete
  4. I'm interested! can you please show me!
    vinicius.carvalho.alves@gmail.com

    ReplyDelete
  5. Jeremy,

    I'm interested! can you please show me!
    vinicius.carvalho.alves@gmail.com

    ReplyDelete