Customize Background color ,BullFillColor and BearFillColor

We are able set the  Theme="Theme.Material3Dar"

We not able set the Background to Black

<SfStockChart Title="" Theme="Theme.Material3Dark" Background="black" >


Also We are able the not Customize BullFillColor and BearFillColor correctly it is inverse.

I had to Set   BullFillColor="Red" BearFillColor="Blue" and UpBar are set to Blue and DownBar are Set red. It works in inverse .


Please guide


thanks




2 Replies

DG Durga Gopalakrishnan Syncfusion Team November 12, 2024 03:01 PM UTC

Hi Praveen,


Greetings from Syncfusion.


We have considered your reported scenario as bug and logged a defect report for the issue ”Stockchart background color is not applied properly”. This fix will be available in our weekly patch release which is scheduled to be rolled out on 26th November 2024. We appreciate your patience until then. You can keep track of the bug from the below feedback link.


Feedback : https://www.syncfusion.com/feedback/63023/stockchart-background-color-is-not-applied-properly


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.


Disclaimer: “Inclusion of this solution in the weekly release may change due to other factors including but not limited to QA checks and works reprioritization.”


Regards,

Durga Gopalakrishnan.



DG Durga Gopalakrishnan Syncfusion Team November 26, 2024 02:34 PM UTC

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.


Loader.
Up arrow icon