Ovilia commented on issue #16201:
URL: https://github.com/apache/echarts/issues/16201#issuecomment-990746572
You can create multiple series in a single chart. In your case, you may want
to set two grids and make them at the same position:
```js
grid: [{
left: 30, right: 30, top: 30, bottom: 30
}, {
left: 30, right: 30, top: 30, bottom: 30
}];
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]