Hi flexmonster,
I am having more than two measure value in the grid view. But when am changing it to barline chart view. It is displaying only two measure one as bar and the other one as line. So kindly help me to create bar line chart to display multiple measures.
Thanks & Regards
Vinothkanna AR
Hello, Vinothkanna,
Thank you for writing.
Bar line chart is designed to display two first measures. When there is a necessity to visualize more than two measures, we suggest creating a dashboard to compose different types of charts with diverse data. Please have a look at the following dashboard demo: https://www.flexmonster.com/demos/js/dashboard/.
Let me know in case of other questions.
Regards,
Tanya
Hi Tanya,
Here I have attached an image of a chart, which we have created using google charts. Kindly guide me to render this chart using flexmonster(bar line chart).
Thanks & Regards
Vinothkanna AR
Hello, Vinothkanna,
Thanks for your reply!
To render such chart using data from Flexmonster you will need to prepare the data in an appropriate format. Have a look at our guide: https://www.flexmonster.com/doc/integration-with-google-charts/. You will need to preprocess your data using prepareDataFunction
. An example of such data preprocessing is shown here: https://jsfiddle.net/flexmonster/rzrbpyc2/.
The key idea is to use prepareDataFunction
and preprocess data so that it has a format required for a certain chart type. Here is data format for bar line Google Chart: https://developers.google.com/chart/interactive/docs/gallery/combochart#data-format.
Please let me know if the above information was helpful.
Regards,
Tanya
Hi Tanya,
I think you didn't understand my question. I asked how to create same type of chart (with two vertical axis as well as to show multiple measure value) using flexmonster's bar line chart.
Thanks & Regards
Vinothkanna AR
Hello, Vinothkanna,
Thank you for clarification.
Bar line chart in Flexmonster is capable of showing only the first two measures at a time. Hereby it is not possible to create same type of chart using Flexmonster charts. As a workaround, we suggest either using 3rd party charting library or creating a dashboard.
Hope it helps.
Regards,
Tanya