| | |
| | | } |
| | | |
| | | .list-echarts-button{ |
| | | width: 100%; |
| | | text-align: center; |
| | | display: flex; |
| | | flex-direction: row-reverse; |
| | |
| | | verticalAlign: app.config.verticalAlign, |
| | | rotate: app.config.rotate, |
| | | formatter: '{c} {name|{a}}', |
| | | fontSize: 16, |
| | | fontSize: 13, |
| | | rich: { |
| | | name: {} |
| | | } |
| | |
| | | legend: {}, |
| | | xAxis: [ |
| | | { |
| | | type: 'category', |
| | | type: 'value', |
| | | axisTick: {show: false}, |
| | | } |
| | | ], |
| | | yAxis: [ |
| | | { |
| | | type: 'value', |
| | | type: 'category', |
| | | data: nameData |
| | | } |
| | | ], |
| | |
| | | } |
| | | |
| | | function recharts_z() { |
| | | var width = $(window).width() * 0.8; |
| | | var width = $(window).width(); |
| | | var height = $(window).height() - 400 |
| | | |
| | | $('#evaluate-echarts').empty(); |
| | |
| | | /**历史表格**/ |
| | | .history-box-list{ |
| | | /*margin-left: 1%;*/ |
| | | height: calc(100% - 117px); |
| | | height: calc(100% - 86px); |
| | | top:3px; |
| | | overflow-y: auto; |
| | | background-color: #fff; |