Line chart scale

Line chart scale

Hello, is there a way to programmatically set the scale for various types of charts, especially line, area and bar?

We are working with data that exhibits fluctuating values, typically ranging between 1300 and 1600. It is crucial for us to visualize the shapes of these fluctuations. However, dynamic scaling initiates from 0, causing the fluctuations to appear disproportionately small. Using a fixed scale is not feasible as the minimums and maximums vary for each sensor.

Do you have any thoughts or ideas on how to address this?
Vincent