Custom Branding: Add your own Logo to Charts

Custom Branding: Add your own Logo to Charts

You can now add custom logo to your charts and position them at corners. You can also adjust transparency of the brand logo. You can adjust logo positions to: Top Left Top Right Bottom Left Bottom Right Center and set logo image transparency between (0-1). 1 means...
Creating a Line Chart using PHP

Creating a Line Chart using PHP

This article will show how to create a simple line chart using Charts 4 PHP Framework. Step 1: Include Charts 4 PHP Library include("../../lib/inc/chartphp_dist.php"); $p = new chartphp(); Step 2: Configure Data array $p->data = array( array( array("Jan",48.25),...