You can add a chart by running a built-in wizard or creating it manually in Page Designer.
See Also:
Parent topic: Managing Database Application Components
App Builder supports two types of charts: Charts (based on the Oracle JavaScript Extension Toolkit (Oracle JET) Data Visualizations) and AnyChart Charts.
App Builder supports the following charts:
Chart - Chart support in Oracle Application Express is based on the Oracle JET Data Visualizations. Oracle JET empowers developers by providing a modular open source toolkit based on modern JavaScript, CSS3, and HTML5 design and development principles. The Oracle JET data visualization components include customizable charts, gauges, and other components that you can use to present flat or hierarchical data in a graphical display for data analysis. Each Oracle JET visualization supports animation, accessibility, responsive layout, internationalization, test automation, and a range of inter activity features. The charts provide dozens of different ways to visualize a data set, including bar, line, area, range, combination, scatter, bubble, polar, radar, pie, donut, funnel, and stock charts..
See Also:
"Working with Data Visualizations" in JavaScript Extension Toolkit (JET) Developing Applications with Oracle JET.
AnyChart Chart - AnyChart chart support is based on a third party charting solution provided by AnyChart. This is a flexible Flash and JavaScript (HTML5) based solution that enables developers to create animated and compact interactive charts. AnyChart charts have been categorized as a legacy component and may be deprecated in the future release.
See Also:
"Managing Legacy Charts" and "Upgrading an Application to Include New Components"
Parent topic: Creating Charts
Developers can view chart examples by installing the Sample Charts sample application.
The following is a sample chart from Sample Charts sample application.
The chart includes the following attributes:
Extra Y axis - Displays the title Y2 Axis Title, and associated with Shop C series of data.
Split Dual Y Axis - Displays two series of data, Store A and Acme Store, stacked and associated with the Y axis, and the third series of data, Shop C, associated with an extra Y axis and rendered as a separate chart below the other two series of data.
Expand the Bar Chart Information region at the bottom of the page to view information on the chart.
See Also:
"Installing a Productivity and Sample App" for more information on installing the Sample Charts application
Parent topic: Creating Charts
Add a chart to a new page by running the Create Page Wizard.
To add a chart on a new page:
Parent topic: Creating Charts
Run the Create Page Wizard to add a new page with a chart using a remote database reference.
To add a chart on a new page:
Parent topic: Creating Charts
Add a chart by creating it manually in Page Designer.
To add a chart to an existing page in Page Designer:
Parent topic: Creating Charts
You can alter how a chart displays by editing chart attributes in Page Designer.
See Also:
Parent topic: Creating Charts
Once you create a chart, you can switch its chart type by editing chart attributes.
To switch a chart type:
Parent topic: Managing Charts
Charts can monitor information by enabling the Automatic Refresh attribute on the Chart attributes page, or using a dynamic action with the Refresh action.
Parent topic: Managing Charts
Enabling the Automatic Refresh attribute updates the chart to reflect changes in the underlying data within a specified time interval.
To enable automatic refresh updates:
Parent topic: Enabling Automatic Refresh
To create a Refresh dynamic action:
Parent topic: Enabling Automatic Refresh
Control the look and feel of a chart by adding custom JavaScript.
To use custom JavaScript:
Tip:
The Sample Charts application contains a number of examples of using custom JavaScript with chart. See "Installing a Productivity and Sample App" for more information on installing sample applications.
See Also:
Parent topic: Creating Charts