This example demonstrates a Line chart with a time axis, and numeric and date formatting.
Maximum Width & Height - Chart-level attributes Maximum Width and Height have been set to 500px and 450px respectively, to size the chart within its region. If you wish to default to using 100% width and height of the given region, simply remove these values, and utilitise the Template Options of the region to control the height as you wish.
Orientation - Through the use of Dynamic actions, use the Horizontal/Vertical button to the top left of the chart to change the orientiation of the data items on the charts.
Initial Zooming - Use the chart-level attribute to set the initial zooming behavior of the chart, to focus initial attention on a specific section of the chart. The setting for this example is
First, to initially zoom to the first data points on the chart.
Line Style & Type - Use the series-level attributes to define various line styles, such as dotted, and types, such as curved, to the chart.
Format Type - Use the axis-level attribute to define currency formatting on the y-axis, and date formatting on the x-axis.
For more information on the Time Axis settings, refer to the Oracle JET Cookbook
Chart: Time Axis example. For additional examples of time axis settings, refer to the
Combination examples.