mirror of
https://gitee.com/antv/g6.git
synced 2024-12-02 19:58:46 +08:00
test: re-run ci online.
This commit is contained in:
parent
11b80aaa32
commit
50df202ce2
@ -1498,7 +1498,7 @@ where the `imageConfig` is the configuration for exported image:
|
|||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
graph.downloadFullImage('tree-graph', {
|
graph.downloadFullImage('tree-graph', {
|
||||||
backgroundColor: '#ccc',
|
backgroundColor: '#ddd',
|
||||||
padding: [30, 15, 15, 15]
|
padding: [30, 15, 15, 15]
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
@ -1499,7 +1499,7 @@ graph.set('nodeIdList', [1, 3, 5]);
|
|||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
graph.downloadFullImage('tree-graph', {
|
graph.downloadFullImage('tree-graph', {
|
||||||
backgroundColor: '#ccc',
|
backgroundColor: '#ddd',
|
||||||
padding: [30, 15, 15, 15]
|
padding: [30, 15, 15, 15]
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user