about graphic

111
This commit is contained in:
PollionChang
2017-11-13 20:43:35 +08:00
parent 5241f55a22
commit fcf736b0aa

View File

@@ -30,7 +30,7 @@ declare namespace echarts {
function registerTheme(themeName: string, theme: Object): void;
interface LinearGradient {
colorStops: Array<object>;
colorStops: Array<Object>;
global: boolean;
type: string;
x: number