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

Values in the chart

Answered
Cleyton Barroso asked on May 24, 2019

I would like to know if there is a way to add the values in the bar chart. As well as comparative annex.

Attachments:
chart.png

3 answers

Public
Vera Didenko Vera Didenko Flexmonster May 27, 2019

Hello, Cleyton,
 
 
Thank you for your question.
 
In Flexmonster the desired output can be achieved by setting chart options
 

chart: {
type: "bar_h",
multipleMeasures: true,
showDataLabels: true
}

 
The showDataLabels parameter is responsible for showing labels in charts and the multipleMeasures parameter is responsible for showing multiple measures on charts.
 
Here is a JSFiddle example for illustration.
 
 
Please let us know if this works for you.
 
We are looking forward to hearing from you.
 
 
Best Regards,
Vera

Public
Cleyton Barroso May 27, 2019

Check that the "multipleMeasures" option exists for the user to choose, but the "showDataLabels" option does not have it. Is this only via code itself?

Attachments:
FlexMonster.jpg

Public
Vera Didenko Vera Didenko Flexmonster May 28, 2019

Hello, Cleyton,
 
 
Thank you for your reply.
 
 
We would like to confirm that showing data labels can be done only through code, for now.
 
Please note, that you can add such button on your side by customizing the Toolbar and context menu.
 
 
Feel free to write to us in case any further questions arise.
 
 
Best Regards,
Vera

Please login or Register to Submit Answer