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 full opaque.
Code Sample
$p = new chartphp();
...
$p->logo["source"] = "https://raw.githubusercontent.com/cldougl/plot_images/add_r_img/accuweather.jpeg";
$p->logo["position"] = "top-right";
$p->logo["transparency"] = 1
Whats Next:
- To download latest free version (with limited features), please visit our Download page.
- For existing paid customers who want to renew/upgrade, please visit Upgrade page.