Spaces:
No application file
No application file
namespace Mautic\CoreBundle\Helper\Chart; | |
interface ChartInterface | |
{ | |
/** | |
* Render the chart data. | |
*/ | |
public function render(); | |
} | |