aswi2021codebakers-gitlab/src/app/shared/graph-loading/graph.ts @ 583f8755
1 |
export interface Graph { |
---|---|
2 |
/**
|
3 |
* Gets vega specification
|
4 |
*/
|
5 |
getSpec(): {}, |
6 |
|
7 |
/**
|
8 |
* Gets vega configuration
|
9 |
*/
|
10 |
getConfig(): {} |
11 |
}
|