赣州市洪水风险预警系统三维版本
guoshilong
2023-02-20 8c163cc963516c43363740d809c856f9aef15ab9
corelib/common/popup/js/evaluateAnalysis.js
@@ -137,7 +137,7 @@
            verticalAlign: app.config.verticalAlign,
            rotate: app.config.rotate,
            formatter: '{c}  {name|{a}}',
            fontSize: 16,
            fontSize: 13,
            rich: {
                name: {}
            }
@@ -152,13 +152,13 @@
            legend: {},
            xAxis: [
                {
                    type: 'category',
                    type: 'value',
                    axisTick: {show: false},
                }
            ],
            yAxis: [
                {
                    type: 'value',
                    type: 'category',
                    data: nameData
                }
            ],
@@ -207,7 +207,7 @@
    }
    function recharts_z() {
        var width = $(window).width() * 0.8;
        var width = $(window).width();
        var height = $(window).height() - 400
        $('#evaluate-echarts').empty();