Boxplot

Content Type: Widget
Categories: User Interface,Visualization

Overview

Boxplot Chart

Documentation

Description

A boxplot widget for Mendix applications. Requires a X-axis attribute and 4 data attributes on a Mendix entity. Can be used horizontal and vertical


Typical usage scenario

Display the locality, spread and skewness groups of numerical data .


Features and limitations

  1. Pluggable react widget, so future proof
  2. Horizontal and vertical
  3. On click event
  4. Zoom and Pan
  5. Download SVG, JPG and CSV
  6. Uses SVG for good scalability
  7. Supports structure mode and design mode
  8. Both persitable and non persistable entities


Installation

Download from the Marketplace


Configuration

  1. Select a series entity from database, association, nanoflow, microflow or XPath
  2. Set the X attribute
  3. Connect the attributes, min, max, median, first quartile and third quartile
  4. Choose the orientation
  5. Set the colors.


Limitations

The x-axis is date formatted


Releases

Version: 1.0.0
Framework Version: 9.6.1
Release Notes: Version 1.0