Need a special offer?Find out if your project fits.
+

Display a chart with multiple measures/values at once

Answered
Darius Studdard asked on October 14, 2020

Hi,
We have a requirement for charting to be able to build charts containing multiple measures.  So in the attached image, for example, I'd like to build a chart containing both Quantity Used and Quantity Allocated.  Currently I'm only able to select and display one at a time via the default Flexmonster UI.  Are there any customization options that would allow us to achieve this?

2 answers

Public
Vera Didenko Vera Didenko Flexmonster October 15, 2020

Hello, Darius,
 
Thank you for your question. 
 
Multiple measures can be displayed on a chart at once by specifying the multipleMeasures chart option

options: {
chart: {
multipleMeasures: true
}
}

Here is a JSFiddle example: https://jsfiddle.net/flexmonster/guxmkv89/
 
Please let us know if this works.
 
Kind regards, 
Vera

Public
Darius Studdard October 20, 2020

This works great. Thank you for the response Vera!

Please login or Register to Submit Answer