Hi Sriram,
thanks for your answer.
In my first picture it's basically how it should look like. The Chart is displayed to the edges, but max points also got some space between the card.
If I turn rangePadding to .zero, the maximum values are at the boarder of the chart. Thas is not as I want it to be displayed.
If I turn rangePadding to .auto, then the value picked for distancing min value to the bottom is way to high (at least in the very same chart I've shown before):
I tried using rangePadding .value[3] but here I get the same problem with padding as mentioned in my first place.
So basically I need a proper distance between the max values and the boarder. RangePadding auto is not working, because it adds to much space to the bottom of the chart.
Maybe there is a way to use .value or .additional without getting the padding?