Don't show a legend for points without gun data

This commit is contained in:
D. Berge
2023-11-02 15:27:06 +01:00
parent 4b0d42390f
commit e4607a095b

View File

@@ -101,6 +101,7 @@ export default {
type: "groupby",
groups: src_number,
styles: [
{value: {showlegend: false}},
{target: 1, value: {line: {color: "green"}}},
{target: 2, value: {line: {color: "red"}}},
{target: 3, value: {line: {color: "blue"}}}