Page 4 of 6

Re: How can I implement custom chart colors?

Posted: Mon Jan 08, 2024 7:41 am
by Lech Kulikowski
Hello,

That's how the auto series works:
https://www.stimulsoft.com/en/documenta ... series.htm

You can set the labels-show nulls=false property.

Thank you.

Re: How can I implement custom chart colors?

Posted: Mon Jan 08, 2024 11:59 am
by lucasrinaldi
Thanks Lech Kulikowski!
It worked like a charm.

Cheers from Brazil and thank you for your support. You were awesome.

Re: How can I implement custom chart colors?

Posted: Mon Jan 08, 2024 12:40 pm
by Lech Kulikowski
Hello,

You are welcome.

Re: How can I implement custom chart colors?

Posted: Tue Jan 09, 2024 2:15 pm
by lucasrinaldi
Hello again Lech, sorry to bother

Lech, my solution actually doesn't worked...
Our QA did further test and looks like the color is not being rendered.

Some screenshots are attached below.

Re: How can I implement custom chart colors?

Posted: Tue Jan 09, 2024 2:17 pm
by lucasrinaldi
Below are our report and the json result.

Re: How can I implement custom chart colors?

Posted: Tue Jan 09, 2024 2:30 pm
by Lech Kulikowski
Hello,

We couldn't reproduce the issue. How do you run the report?

Thank you.

Re: How can I implement custom chart colors?

Posted: Tue Jan 09, 2024 4:16 pm
by lucasrinaldi
We run through our api, which uses the Stimulsoft.Reports.Web.NetCore (2023.3.1)
I tried now to update but i got a trial message and nothing shows up.
Do you know how to guide me?

Re: How can I implement custom chart colors?

Posted: Tue Jan 09, 2024 6:28 pm
by lucasrinaldi
Lech, I noticed on profiler that after updating, some of my null values are being replaced by empty strings, like this the image below.
There is a configuration which are doing it? I never saw this before

Re: How can I implement custom chart colors?

Posted: Tue Jan 09, 2024 11:03 pm
by Lech Kulikowski
Hello,

> We run through our api, which uses the Stimulsoft.Reports.Web.NetCore (2023.3.1)

The issue with colors was fixed in the previous build. You should use last release 2024.1.2 build to get correct colors in the chart.

Thank you.

Re: How can I implement custom chart colors?

Posted: Wed Jan 10, 2024 11:12 am
by lucasrinaldi
I noticed that was fixed but I got another problem:

The report doesn't open correctly because are swapping nulls for empty spaces, as shown before in the picture.
Screenshot 2024-01-09 152859.png
Screenshot 2024-01-09 152859.png (9.84 KiB) Viewed 9284 times
How can I stop that from occurring? I am sure that null is being sent to the report, but then, mysteriously it becomes a empty space.