Skip to content
This repository has been archived by the owner on Mar 17, 2022. It is now read-only.

ExplorViz-Archive/explorviz-frontend-extension-heatmap

Repository files navigation

ExplorViz-Frontend-Extension-Heatmap

This extension adds a new route to the ExplorViz frontend to visualize dynamicities, i.e. the progress, of certain metrics. The metrics are added as a heatmap to the application visualization in the application perspective. The related backend extension can be found here.

Compatibility

Installation

  1. Setup and start the ExplorViz Backend and the ExplorViz Backend Extension Heatmap.

  2. Follow the installation guide of the ExplorViz Frontend.

  3. Install this extension via ember install https://github.com/ExplorViz/explorviz-frontend-extension-heatmap.git.

  4. Start the ExplorViz frontend either locally with ember serve or use ember build --environment=production and configure the API.ROOT environment variable to your machines IP address.

Usage

The extension adds the /heatmap route to the visualizaion of ExplorViz, which can be called from the navbar on the left. Metrics can be selected in the toolbar using the dropdown menu. Depending on the chosen heatmap type, which can be configured in the heatmap tab of the configuration route, the colors of the heatmap either show the difference to a previous heatmap or an aggregated value of former heatmaps. For better comprehension of the represented color values we added a legend to the visualization, which can be toggled on and off with the new button below the Back to Landscape button.

In the configuration we provide the selection of the individual heatmap types and visualization styles. Furthermore, we added some preferences to customize the visualization. The users can configure the used color gradients by changing the corresponding color values. Color values can be insterted as rgb, hex or other css compliant strings. They can, for instance be obtained from this color picker.

In order to provide information about the different metrics and configuration options we added tooltips to all new features.

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published