Praveen,
We
are glad to announce that our v27.2.4 patch release is rolled out; we
have added the fix for reported issue. You can use the latest Syncfusion.Blazor.Charts
NuGet package.
Root
Cause:
Previously,
we hadn't updated the background color for the chart and range navigator
components used in the stock chart.
Fix:
Added
support to update the background fill for both the chart and range navigator
when updated in the stock chart component.
NuGet
Package :
https://www.nuget.org/packages/Syncfusion.Blazor.Charts/
Sample
: https://www.syncfusion.com/downloads/support/directtrac/general/ze/StkChrtBackground-2146587790.zip
Feedback
: https://www.syncfusion.com/feedback/63023/stockchart-background-color-is-not-applied-properly
For
period selector, we suggest you specify the background color in style based on
provided theme for stock chart. Please check with below snippet.
|
<style>
.e-toolbar
.e-toolbar-items{
background: green !important;
}
</style>
|
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.