Add set name label to graph on history page
This commit is contained in:
+2
-1
@@ -38,7 +38,8 @@ export default function LineChart (props) {
|
||||
tooltip: {
|
||||
theme: "dark",
|
||||
x: {
|
||||
show: false,
|
||||
show: typeof props.sets !== "undefined",
|
||||
formatter: (value, opt) => typeof props.sets !== "undefined" ? props.sets[opt.dataPointIndex] : null,
|
||||
},
|
||||
},
|
||||
stroke: {
|
||||
|
||||
Reference in New Issue
Block a user