From 54600a85b92a11308460ca0447938cf5129b7cfd Mon Sep 17 00:00:00 2001 From: io53 Date: Mon, 25 Mar 2024 00:05:40 +0200 Subject: [PATCH] #381 show graph hover value in full resolution --- src/components/Graph.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Graph.js b/src/components/Graph.js index 3373638..86dfa80 100644 --- a/src/components/Graph.js +++ b/src/components/Graph.js @@ -366,7 +366,7 @@ class Graph extends Component { points: { show: this.props.points, size: 3, fill: ruuviTheme.graph.stroke[colorMode] }, width: 1, ...alertColor(), - value: (self, rawValue) => getDisplayValue(this.props.dataKey, rawValue) + value: (self, rawValue) => localeNumber(rawValue) }], hooks: { drawSeries: [