/home/techb158/immovalet.com/platform/plugins/ecommerce/src/Charts
Edit: /home/techb158/immovalet.com/platform/plugins/ecommerce/src/Charts/TimeChart.php (633B)
setElementId('ecommerce-time-chart')
->xkey(['date'])
->ykeys(['revenue'])
->pointFillColors(['green'])
->pointStrokeColors(['black'])
->lineColors(['blue', 'pink'])
->hoverCallback('function(index, options, content, row) {return "
" + row.formatted_date + ": " + row.formatted_revenue;}')
->xLabels('day');
}
}