KoolReport's Forum

Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines

How to remove the blur effect on chart js polar chart #871

Open iRiyada opened this topic on on May 15, 2019 - 3 comments

iRiyada commented on May 15, 2019

I would like to see the polar chart beaming with colors. Not the blurred kind of chart. Is there any property to set that

KoolReport commented on May 15, 2019

You set the "backgroundOpacity" like this:

PolarChart::create(array(
    "backgroundOpacity"=>1
));

the default value is 0.5 so you see it blur.

iRiyada commented on May 16, 2019

Thankyou it worked with the value 0.

PolarChart::create(array(
    "backgroundOpacity"=>0
));
KoolReport commented on May 16, 2019

Ah yes :D

Build Your Excellent Data Report

Let KoolReport help you to make great reports. It's free & open-source released under MIT license.

Download KoolReport View demo
None yet

None