BoldDeskWe are launching BoldDesk on Product Hunt soon. Learn more & follow us.
This is visual result i got:
Between the beginning and the "0" there is not touch detected and from "0" to "1" the range goes from 0 to 1, and so on. Touches are detected outside the visual gauge.
I want each range to start from the desired number and ending close to the next one (i.e 0 to 0.99).
Any idea?
This is my code:
Hi Alvaro,
Greetings from Syncfusion.
Your requirement can be achieved by removing or setting the canScaleToFit property to false in the RadialAxis, which will work as per your requirement. We have shared the code snippet below for your requirement.
Code snippet:
SfRadialGauge( axes: <RadialAxis>[ RadialAxis( canScaleToFit: false, // Other required properties ), ], ) |
Regards,
Yuvaraj.
I tried it, it's size was reduced but it is still having the same issue. Just in case, i have the RadialGauge inside a Column that is inside a Padding
Hi Alvaro,
We can able to reproduce the reported issue at our, and we are investigating in the source, will update you the further details tomorrow. We appreciate your patience until then.
Regards,
Yuvaraj.
Hi,
thanks for the reply, i will be waiting for it.
Cheers
Hi Alvaro,
The reported issue is being reproduced at our end, and we are considering this to be a bug. We will log the feedback and share it with you. However, we are unable to reproduce the issue when setting the canScaleToFit property to false. Could you please provide a sample to reproduce the issue when canScaleToFit is false? That would be helpful for us to provide you with a feasible solution.
Regards,
Yuvaraj.
I tried from scratch and could reach the goal with canScaleToFit in false, so the bug is only when canScaleToFit is true
Hi Alvaro,
Thanks for the update. As stated earlier, we are considering this as a bug and we will log the feedback and share it with you. We will update the further details tomorrow.
Regards,
Yuvaraj.
Hi Alvaro,
We are able
to replicate the reported issue regarding onAxisTapped callback is not working while setting canScaleToFit
property at our end and have logged bug report for it in our feedback
portal. We will fix and include the changes in our weekly patch which is expected to be rolled out on February 21. We will update you here once the
release is rolled out and we appreciate your patience until then. You can also
track the status of the bug with the feedback below.
https://www.syncfusion.com/feedback/40920
Regards,
Lavanya A.
Hi Alvaro,
Sorry for the inconvenience, we have fixed this issue and it is now under the automation testing phase. We will include this fix in our upcoming weekly patch release, which is expected to be rolled out on February 28, 2023. We will update you once the release has been rolled out. We appreciate your patience until then.
Regards,
Yuvaraj.
Hi Alvaro,
The reported issue regarding the onAxisTapped callback not working in a specific range while setting the canScaleToFit property has been fixed and rolled out in our weekly patch release. To avoid this please upgrade the gauge package to the below version.
Version: https://pub.dev/packages/syncfusion_flutter_gauges/versions/20.4.52
Regards,
Yuvaraj.