I would like to know if there is a way to add the values in the bar chart. As well as comparative annex.
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
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?
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