Replies: 1 comment
-
Since we don't support echarts natively, you'll need to use their API to generate a larger SVG file directly. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I'm using ojs to generate an echarts network graph. I would like to increase the height of the output so that I can show a larger network without the need to zoom in and out. Is there a setting that would allow this?
I've tried:
//| fig-height: 6
//| height: 6
//| out-height: 6
And setting the same globally.
Beta Was this translation helpful? Give feedback.
All reactions