Bar Chart

Content Type: Widget
Categories: User Interface

Overview

Display a simple single-line bar chart based on listview-style data input. The item type is configurable and the amount can be of any (positive) range of numbers starting from 0.

Documentation

BarChart

[Display a simple single-line percentage divided bar chart.]

Features

[feature highlights]

Usage

[step by step instructions]

Demo project

[link to sandbox]

Issues, suggestions and feature requests

[link to GitHub issues]

Development and contribution

  1. Install NPM package dependencies by using: npm install. If you use NPM v7.x.x, which can be checked by executing npm -v, execute: npm install --legacy-peer-deps.
  2. Run npm start to watch for code changes. On every change:
    • the widget will be bundled;
    • the bundle will be included in a dist folder in the root directory of the project;
    • the bundle will be included in the deployment and widgets folder of the Mendix test project.

[specify contribution]

Releases

Version: 1.0.4
Framework Version: 9.18.1
Release Notes: Update project package
Version: 1.0.3
Framework Version: 9.7.0
Release Notes: Improvements and configurable units
Version: 1.0.2
Framework Version: 9.7.0
Release Notes: Added features: - show/ hide percentage indicators - rounded corners option
Version: 1.0.1
Framework Version: 9.7.0
Release Notes: Add legend orientation option
Version: 1.0.0
Framework Version: 9.7.0
Release Notes: Initial release