-) Download the Anychart for APEX integration kit.
Note: this is a trial version of Anychart. You need to buy the full product to let the Trial watermark disappear.
-) You are using Oracle HTTP Server (with Oracle DB 10g or 11g)
a) Unzip your download to a directory
b) Copy the files from that directory into the images/flashchart on your web-server, BUT take a backup of that directory first.
See the
"4.4.1 Copying the Images Directory" chapter for details.
-) You are using Oracle XE or Oracle 11g with the Embedded PL/SQL Gateway
a) Extract the zip-file of Oracle APEX 3.x into a new directory
b) Copy the files from anychart_apex_integration_kit directory into the folder "APEX_HOME/apex/images/flashchart/".
APEX_HOME is the directory where the Application Express software was unzipped.
Note: There are files with the same names in the destination folder, take a backup first and overwrite them.
c) Now we have to register the new anychart.swf in the list of resources.
Add the following line to APEX_HOME/apex/images/imagelist.xml (search for /flashchart/ and add it in this section)
/flashchart/AnyChart.swf
d) Load the new and changed files into the XMLDB repository:
Change your working directory to the APEX_HOME directory where you unzipped the Application Express software.
sqlplus sys/SYS_password as sysdba
@apex/apxldimg APEX_HOME
e) Alternatively you can configure your database so it's accessible through WEBDAV or FTP and upload the files (directory) into the images directory.
-) Anychart 3/4 and Anychart 5 together
If you don't want to overwrite the version of Anychart in APEX, you can also let them work together (like in this application).
Copy the files from the integration kit in another directory and in your Flash Chart region change the path to the new directory.
-) Now the new charts are ready to work.
|