Hi,

Is there a way to customize KoolReport widgets in such a way that these changes won’t be overwritten by a composer update? As an example, the Category card shows percentage for each category and the following has been modified to show values (Category.view.php) :

<!--                        <php echo $this->measuredField()->formatValue($row[$this->measuredField()->colName()]*100/$total); >-->
                        <?php echo $this->measuredField()->formatValue($row[$this->measuredField()->colName()]); ?>

Awaiting your feedback.

Thank you