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

chart

Answered
Fabrizio asked on September 19, 2023

Regarding the attached screen, I have some requests:
1. Is it possible to insert the numerical scale also at the top or in floating mode?
2. Is it possible to define a minimum height for the represented lines? so it is very small and difficult to read.
Thank you

Attachments:
screen.png

3 answers

Public
Maksym Diachenko Maksym Diachenko Flexmonster September 21, 2023

Hello, Fabrizio!

Thank you for your questions. You are welcome to see the answers below:

Insert the numerical scale at the top or in floating mode.
Currently, Flexmonster Pivot Charts do not support implementing this functionality. However, it is possible to integrate Flexmonster with any charting library, where such a feature is supported.

Define a minimum height for the represented lines.
Note that there is no straightforward solution for setting the minimal height for a chart element. However, it is worth mentioning that the height of the chart's lines depends on two criteria - the number of rows shown on the chart and the component's size. With this in mind, there are two possible ways of increasing the chart elements size:

  1. Reducing the amount of data shown on the chart via filters.
  2. Increasing the height of the pivot container. This can be done by setting the height property in Flexmonster's constructor. Also, you can programmatically increase the component's height when the chart view is opened. This way, it is possible to set two different heights for grid and chart view. You are welcome to see the example: https://jsfiddle.net/flexmonster/vadj3n4u/ 

Please let us know if our answer was helpful.

Best Regards,
Maksym

Public
Fabrizio September 28, 2023

For the suggest 1 thanks I'll try.
For the seconds:
I can't reduce the data by filter and I can't force height before because my construction script for the chart is out from data-source script.
Is not possible to define the height of the chart row statically?
Thanks

Public
Maksym Diachenko Maksym Diachenko Flexmonster September 29, 2023

Hello, Fabrizio!

Thank you for your feedback.

Kindly note that changing the container height or reducing the number of rows is the only possible way to affect the height of the chart row in Flexmonster Pivot Charts. In case these solutions do not work for you, we suggest using Flexmosnter with more customizable third-party charting libraries, which may contain such a feature.

Feel free to contact us if more questions arise.

Best Regards,
Maksym

Please login or Register to Submit Answer