Back to PhocacartRenderMedia class

Method renderChartJs

public
renderChartJs
()

Method renderChartJs - Source code

public function renderChartJs()
{
    //HTMLHelper::_('script', 'media/com_phocacart/js/chartjs/Chart.min.js', array('version' => 'auto'), $this->scriptAtribute);
    $this->wa->registerAndUseScript('com_phocacart.chart', 'media/com_phocacart/js/chartjs/Chart.min.js', array('version' => 'auto'), $this->scriptAtributeInline);
}