Scaling of integer/ float values on x-axis in a line plot

I have a line plot with a float column on x-axis and another float column on y-axis. The values on x-axis do not show up on correct scaling. Between minimum and maximum value, all labels in between are placed at equal distance, even if there has been more or less difference between them.

For e.g., in screenshot below, the number of days values between 0 till 22 have 4 sub-ticks (0,7,9 and 22) which are all placed equally distanced. But after 22 number of days is 105, and still distance is equal (even though difference between 105 and 22 is way more than difference between 22 and 9 and so on).
image

Is there any way of making the scaling proportionate of x-axis values?

I can see that it works alright if there is datetime values on x-axis but not for integers or floats!

Thanks in advance,
Aditi

Hi @aditi.sony,
Currently, this is not an available feature in Quick Sight as the x-axis is setup to react based off your available data to provide the points in your lines as opposed to a set of metric steps.

At AWS, our roadmap is primarily driven by our customers, your feedback helps us build a
better service. I have tagged this as a feature request to provide visibility to our support team!

1 Like

OK thanks Brett for your reply. Look forward to getting this feature implemented in future!

2 Likes