HEX
Server: Apache
System: Linux 185.122.168.184.host.secureserver.net 5.14.0-570.52.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Oct 15 06:39:08 EDT 2025 x86_64
User: barbeatleanalyti (1024)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: /home/barbeatleanalyti/public_html/baris.beatleanalytics.com/weekly-performance.html
<script src="http://owner.beatleanalytics.com/theme/black/js/RGraph.svg.common.core.js"></script>
<script src="http://owner.beatleanalytics.com/theme/black/js/RGraph.svg.line.js"></script>
<script src="http://owner.beatleanalytics.com/theme/black/js/RGraph.svg.common.tooltips.js"></script>
 
<div style="width: 100%; height: 250px; background:#32373a;" id="chart-container-c" ></div>
 
 
 <!-- Weekly Sales Analysis START -->
<script>
    var linex = new RGraph.SVG.Line({
        id: 'chart-container-c',
        data:  [
            [1.5,0,1.6428571428571,0,3.2857142857143,0,0],
            [3.3809523809524,3.1428571428571,3.6428571428571,3.8571428571429,2.2857142857143,0,0]
        ],

        options: {
            xaxisLabels:  ['SA','SU','MO','TU','WE','TH','FR'],


            labelsSize: 2,
			yaxisUnitsPost: '',
            xaxisTextColor: '#333',
            yaxisTextColor: '#333',
			tooltips: ['SA','SU','MO','TU','WE','TH','FR','SA','SU','MO','TU','WE','TH','FR'],

            gutterLeft:   25,
            gutterTop:    15,
            gutterRight:  25,
            gutterBottom: 25,
            colors: ['#22b14c','#ed1c24'],
            linewidth: 2,
            shadow: true,
            shadowBlur: 3,
			 tickmarks: 'circle',
                ticksize: 5,
				
				 textColor: 'white',
            shadowOpacity: 0.25,

            spline: true
			
            
        }
    }).trace();
</script>

<style>
text {
    fill: #fff;
    size: 10px !IMPORTANT;
    font-size: 11px;
}


</style>