Add a timeline diagram chart to your APEX app - Part 2 of the HighChart Series
- Get link
- X
- Other Apps
How to add a timeline diagram chart to your APEX app using HighCharts and JQuery. This is the second in the series of blog posts showing you how to add HighCharts to your APEX application.
I have been using HighCharts in my web apps for a number of years and in my opinion its the best charting JavaScript library out there, its free to use for non-commercial use, robust, well documented, mobile friendly and a great addition to your APEX app.
Create a static region which will display the timeline diagram chart in the Header and Footer section header text;
(reading directly from HighCharts, if it works for you download them to static application files)
Add the following code to execute when page loads. This is the code that contains the configuration of the chart and loads the data from the Interactive Report;
(You can have a play with configuration options in HighCharts Fiddle and then change the options in the code)
the chart reads the data from the Interactive Report to display on the chart;
Highcharts is free to use for personal projects, school websites, and non-profit organizations. For commercial applications you must purchase a license.
- Get link
- X
- Other Apps
Comments
Post a Comment