我正在尝试使用多个数据集创建折线图, 但是对于某些数据集,值有可能会匹配,在这种情况下,线会重叠并显示首先定义的集合。此刻,绿色和红色重叠,并且首先定义了绿色,因此显示了颜色
img-> https://nimb.ws/b7jvVH
=> "Config": {
"Hostname": "36bdc541dbd7",
"Domainname": "",
"User": "", <==== this is blank...
"AttachStdin": false,
"AttachStdout": false,
"AttachStderr": false,
"Tty": false,
"OpenStdin": false,
"StdinOnce": false,
"Env": [
"PORT=5000",
"DYNO='web.1'",
"CACHE_PATH=/cache",
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
],
"Cmd": [
"/start",
"web"
],
"Image": "dokku/xxxxxx:latest",
"Volumes": null,
"WorkingDir": "",
"Entrypoint": null,
"OnBuild": null,
"Labels": {
"dokku": ""
}
}
}); enter image description here
我希望重叠的线同时显示两种颜色
答案 0 :(得分:0)
您可以尝试使颜色半透明。例如。而不是绿色,请使用rgb(0,128,0,0.5)