New Lavacharts#exists() method
The new method exists($type, $label)
can be used to check if a created chart exists in the volcano (chart storage).
If a chart was created:
$lavacharts->LineChart('Test');
Then a call to the method $lavacharts->exists('LineChart', 'Test');
will return true