HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux ip-172-31-42-149 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 07:00:04 UTC 2025 aarch64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/vhost/disk-apps/sigedo-demo.allup.com.co/public/assets/js/echart.options.js
var echartOptions = {
    get smoothLine() {
        return {
            type: 'line',
            smooth: true
        }
    },
    get lineShadow() {
        return {
            shadowColor: 'rgba(0, 0, 0, .2)',
            shadowOffsetX: -1,
            shadowOffsetY: 8,
            shadowBlur: 10
        }
    },
    get gridNoAxis() {
        return {
            show: false,
            top: 5,
            left: 0,
            right: 0,
            bottom: 0
        }
    },
    get pieRing() {
        return {
            radius: ['50%', '60%'],
            selectedMode: true,
            selectedOffset: 0,
            avoidLabelOverlap: false,
        }
    },
    get pieLabelOff() {
        return {
            label: { show: false },
            labelLine: { show: false, emphasis: { show: false } },
        }
    },
    get pieLabelCenterHover() {
        return {
            normal: {
                show: false,
                position: 'center'
            },
            emphasis: {
                show: true,
                textStyle: {
                    fontWeight: 'bold'
                }
            }
        }
    },
    get pieLineStyle() {
        return {
            color: 'rgba(0,0,0,0)',
            borderWidth: 2,
            ...this.lineShadow
        }
    },
    get pieThikLineStyle() {
        return {
            color: 'rgba(0,0,0,0)',
            borderWidth: 12,
            ...this.lineShadow
        }
    },
    get gridAlignLeft() {
        return {
            show: false,
            top: 6,
            right: 0,
            left: '-6%',
            bottom: 0
        }
    },
    get defaultOptions() {
        return {
            grid: {
                show: false,
                top: 6,
                right: 0,
                left: 0,
                bottom: 0
            },
            tooltip: {
                show: true,
                backgroundColor: 'rgba(0, 0, 0, .8)'
            },
            xAxis: {
                type: 'category',
                data: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun'],
                show: true
            },
            yAxis: {
                type: 'value',
                show: false
            }
        }
    },
    get lineFullWidth() {
        return {
            grid: {
                show: false,
                top: 0,
                right: '-9%',
                left: '-8.5%',
                bottom: 0
            },
            tooltip: {
                show: true,
                backgroundColor: 'rgba(0, 0, 0, .8)'
            },
            xAxis: {
                type: 'category',
                show: true
            },
            yAxis: {
                type: 'value',
                show: false,
            }
        }
    },
    get lineNoAxis() {
        return {
            grid: this.gridNoAxis,
            tooltip: {
                show: true,
                backgroundColor: 'rgba(0, 0, 0, .8)'
            },
            xAxis: {
                type: 'category',
                axisLine: {
                    show: false
                },
                axisLabel: {
                    textStyle: {
                        color: '#ccc'
                    }
                }
            },
            yAxis: {
                type: 'value',
                splitLine: {
                    lineStyle: {
                        color: 'rgba(0, 0, 0, .1)'
                    }
                },
                axisLine: {
                    show: false
                },
                axisTick: {
                    show: false
                },
                axisLabel: {
                    textStyle: {
                        color: '#ccc'
                    }
                }
            }
        }
    }
}