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

feature request

Answered
xingyu asked on June 24, 2022

1. Can you put multiple charts on the same board?
2. Can you insert pictures through links and display them
3. Whether the items of the vertical total subtotal can be combined with similar items and displayed
4. For horizontal total subtotal items, whether similar items can be combined and displayed

Attachments:
1.png
2.png

3 answers

Public
Maksym Diachenko Maksym Diachenko Flexmonster June 27, 2022

Hello, Xingyu!

Thank you for reaching out to us.

Multiple charts on the same board
It is possible to create a dashboard with multiple charts by embedding multiple Flexmonster instances into your webpage. Check out our demo page example: https://www.flexmonster.com/demos/js/dashboard/ (see JSFiddle).
Alternatively, you can use our integrations with third-party charting libraries. This approach will allow the creation of multiple charts from a single Flexmonster instance. Please see the example of creating multiple charts with our Highcharts connector: https://www.flexmonster.com/demos/js/integration-highcharts/ (see JSFiddle).

Pictures through links
You can insert the images into cells using the customizeCell API call. This function processes the grid cells one by one, and customizations can be done accordingly to each cell's data. 
Please check the example containing images on the grid, added with customizeCell: https://www.flexmonster.com/demos/js/pivot-table/ (see JSFiddle).

Repeat labels in vertical subtotal (rows area)
You can also do this with the customizeCell API call. When customizing blank cells, the caption can be set from the member.caption property of the CellDataObject. Kindly check the provided example: https://jsfiddle.net/flexmonster/zkm26d6h/

Repeat labels in horizontal subtotal (columns area)
Though this looks similar to the previous request, there is no straightforward way to repeat labels in the columns area at the moment. We have added this request to our backlog. Our team will inform you if there is any progress on this feature.

Please let us know if this information was helpful.

Best Regards,
Maksym

Public
Maksym Diachenko Maksym Diachenko Flexmonster July 5, 2022

Hello, Xingyu!

Our team is wondering whether you had time to check the provided answers. Please let us know if the provided solutions meet your requirements.
Feel free to contact us if more questions arise.

Best Regards,
Maksym

Public
Maksym Diachenko Maksym Diachenko Flexmonster July 12, 2022

Hello, Xingyu!

Hope you are doing well.
We would like to know if you had time to check the proposed solutions.
Looking forward to hearing your feedback.

Best Regards,
Maksym

Please login or Register to Submit Answer