feat: support multi y axis
This commit is contained in:
parent
ead48fef8e
commit
23e2eca0c6
6 changed files with 62 additions and 61 deletions
|
|
@ -288,9 +288,6 @@ var chartOptions = []map[string]string{
|
|||
func render(theme string) ([]byte, error) {
|
||||
data := bytes.Buffer{}
|
||||
for _, m := range chartOptions {
|
||||
if m["title"] != "折柱混合" {
|
||||
continue
|
||||
}
|
||||
chartHTML := []byte(`<div>
|
||||
<h1>{{title}}</h1>
|
||||
<pre>{{option}}</pre>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue