Sankey Chart

Content Type: Sample
Categories:

Overview

Sample app with basic Sankey & node position Sankey chart logics

Documentation

Description

Sample application to understand how to display the Basic & Node position Sankey charts using AnyChart default module from Mendix Appstore.

Typical usage scenario

To display Sankey charts in Mendix platform.

Features and limitations

  1. Displaying Sankey charts as per the configured data’s (Coloring, position, Label etc)
  2. During on hover showing the counts of in & out flows.

Dependencies 

  • Mendix modeler version- 8.18.1

Installation

Open Marketplace https://marketplace.mendix.com/ search for Sankey Chart and download it & open 8.18.1 modeler version (If it’s not installed, download and install it from https://marketplace.mendix.com/link/studiopro/8.18.1 and then import this package by clicking on File → Import Project Package → Click Ok.

Configuration

Nothing to be configured, I have already added the  Data snapshot in deployment directory. Just run application and login with

UserName : MxAdmin

Password : 1

Known bugs

During on hover on charts, client error is :

Cannot read property 'hoverinfo' of undefined TypeError: Cannot read property 'hoverinfo' of undefined.

Frequently Asked Questions

None

Releases

Version: 1.0.0
Framework Version: 8.18.1
Release Notes: Sample application to showcase the Basic Sankey & node position Sankey charts using AnyChart widget.