chart.php 255 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 <?php // Heading $_['heading_title'] = 'Sales Analytics'; // Text $_['text_order'] = 'Orders'; $_['text_customer'] = 'Customers'; $_['text_day'] = 'Today'; $_['text_week'] = 'Week'; $_['text_month'] = 'Month'; $_['text_year'] = 'Year';