Configuring a Chart Layout
The framework provides the capability to render a Siebel Chart Applet using a functional Presentation Model (PM)that interfaces with the Oracle JET (oj-chart) component. With oj-chart component capabilities, the framework renders a modern, responsive chart visualization.
SiebelAppFacade.ChartModelViewPM is the base JavaScript PM class for Siebel Chart Applet to be used with Oracle JET Component. Any custom PM must extend from SiebelAppFacade.ChartModelViewPM and declare dependency on "siebel/chartmodelviewpm" as part of Define statement.
Detail documentation to configure the chart applet can be access here. Simply configure "siebel/chartmodelviewpm" as PM for the corresponding Chart Applet and it can render the Chart (for limited use cases) using Oracle JET Component. More component-based customization capabilities are not available with this release.