You can display charts on cards using Oracle JET Data Visualizations. This page uses Status Meter Gauge.
Cards region does not load necessary Oracle JET library and CSS for you. To display the vehicle speed using Status Meter Gauge:
-
Enter [require jet] command as page inline JavaScript URL to automatically load Oracle JET RequireJS and configuration.
-
Load Status Meter Gauge module by adding a call to require as page JavaScript execute on page load:
require(["ojs/ojgauge"], function() {});
-
Add the following as page CSS File URLs to load Oracle JET CSS without tag selectors:
#JET_CSS_DIRECTORY#alta/oj-alta-notag-min.css
-
Use Oracle JET <oj-status-meter-gauge> element as Cards Media HTML Expression.