BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
There is an issue in Legend and Tooltip of Accumulation Charts while displaying RTL content.
I should mention that this issue is present both on Charts and Pivot Charts. Other types of charts are displaying content correctly.
Hi Mahmood,
Greetings from Syncfusion.
We have ensured your reported scenario with RTL. Accumulation chart legend and tooltip text is displayed properly without any overlap. Please check with the below screenshot and sample.
<SfAccumulationChart EnableRtl=true></SfAccumulationChart> |
Sample : https://www.syncfusion.com/downloads/support/directtrac/general/ze/PieRTL-2103320339.zip
Kindly revert us if you have any concerns.
Regards,
Durga Gopalakrishnan.
Your sample works properly but remove EnableRtl=true
from the SfAccumulationChart
in Index.razor
page and enable RTL for the whole project in Program.cs
using :
builder.Services.AddSyncfusionBlazor(options => { options.EnableRtl = true; }); |
Then it's not working.
Mahmood,
We have considered your reported scenario as bug and logged a defect report for this issue. This fix will be available in our weekly patch release which is scheduled to be rolled out on 21st February 2023. We appreciate your patience until then. You can keep track of the bug from the below feedback link.
Feedback Link : https://www.syncfusion.com/feedback/40955/enablertl-is-not-working-properly-in-pie-chart
If you have any more specification/precise replication procedure or a scenario to be tested, you can add it as a comment in the portal.
Mahmood,
We are glad to announce that our v20.4.0.51 patch release is rolled out; we have added the fix for reported issue. You can use the latest Syncfusion.Blazor.Charts NuGet package.
NuGet Package : https://www.nuget.org/packages/Syncfusion.Blazor.Charts/
We thank you for your support and appreciate your patience in waiting for this release. Please get in touch with us if you would require any further assistance.