feat: support png output type
This commit is contained in:
parent
1c60bc9380
commit
7894d99953
4 changed files with 32 additions and 5 deletions
|
|
@ -20,7 +20,13 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<div class="header">Go Charts</div>
|
||||
<div class="header">Go Charts
|
||||
<span>选择图表输出格式:</span>
|
||||
<select id="outputType">
|
||||
<option value="svg">SVG</option>
|
||||
<option value="png">PNG</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="codeWrapper">
|
||||
<textarea id="codeInput"></textarea>
|
||||
<div class="optionTips">ECharts配置</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue