docs

Oracle Analytics Custom Visualization: Correlation Matrix (com-oraclecic-correlationmatrix)

Correlation Matrix custom visualization plugin for Oracle Analytics (OAC/OAS). It computes pairwise correlations between selected numeric measures and renders an interactive heatmap using Plotly, with optional Pearson or Spearman correlation and visual significance markers.

Version: 1.0.0

Demo/Preview

The chart renders a heatmap correlation matrix with a vertical color bar:

Data Requirements

Based on the Data Model Handler configuration:

Additional runtime behavior:

Data governor (soft limits from plugin properties):

Installation

Prerequisites:

1) Package the plugin

2) Import into OAC

3) Verify

If the visualization does not appear after import, refresh the browser and re-open OAC.

Usage

1) Add the visualization to your canvas 2) Drag one categorical attribute into Rows to define the observation set 3) Drag 2–5 numeric measures (columns) into Values 4) Use the top-right dropdown to switch correlation type:

Notes:

Project Structure

Module IDs and requirejs:

How It Works (Algorithms)

Caveats:

Development

Requirements:

Common tasks:

Testing in OAC:

Troubleshooting

Packaging and Deployment Tips

Security and Dependencies

Roadmap / Ideas

Changelog

Contributing

Pull requests and issues are welcome. Please include:

License

Specify your project license here (e.g., MIT, Apache-2.0). If you need a template, you can add a LICENSE file at the project root.

Acknowledgements