Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines
You may use css to disable:
Cover the chart you want with a div like this:
<div class="hide-top-left-text">
<?php ChartChard::create(....); ?>
</div>
and then add following css to report:
<style>
div.hide-top-left-text h4 {
display:none;
}
div.hide-top-left-text p {
display:none;
}
</style>
Let KoolReport help you to make great reports. It's free & open-source released under MIT license.
Download KoolReport View demo