|
|
@ -4,7 +4,7 @@ |
|
|
|
* @Author: sueRimn |
|
|
|
* @Author: sueRimn |
|
|
|
* @Date: 2020-09-01 15:24:39 |
|
|
|
* @Date: 2020-09-01 15:24:39 |
|
|
|
* @LastEditors: sueRimn |
|
|
|
* @LastEditors: sueRimn |
|
|
|
* @LastEditTime: 2020-09-02 13:49:38 |
|
|
|
* @LastEditTime: 2020-09-02 14:21:52 |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
import { Component, OnInit } from '@angular/core'; |
|
|
|
import { Component, OnInit } from '@angular/core'; |
|
|
|
//import * as echarts from '';
|
|
|
|
//import * as echarts from '';
|
|
|
@ -51,6 +51,7 @@ export class PageOneComponent implements OnInit { |
|
|
|
backgroundColor:'rgba(255,255,255,1)',//通过设置rgba调节背景颜色与透明度
|
|
|
|
backgroundColor:'rgba(255,255,255,1)',//通过设置rgba调节背景颜色与透明度
|
|
|
|
borderWidth:'1', |
|
|
|
borderWidth:'1', |
|
|
|
borderRadius :'0' |
|
|
|
borderRadius :'0' |
|
|
|
|
|
|
|
|
|
|
|
}, |
|
|
|
}, |
|
|
|
legend: { |
|
|
|
legend: { |
|
|
|
orient: 'vertical', |
|
|
|
orient: 'vertical', |
|
|
|