/home/techb158/immovalet.com/platform/plugins/ecommerce/src/Charts
NameSizeModeActions
TimeChart.php6330644editdlrm
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'); } }