Skip to content

Commit

Permalink
#400 improved graph datapoints style
Browse files Browse the repository at this point in the history
  • Loading branch information
io53 committed Mar 24, 2024
1 parent d023c50 commit 516e730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Graph.js
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ class Graph extends Component {
label: this.props.dataName || this.props.t(this.props.dataKey),
class: "graphLabel",
spanGaps: false,
points: { show: this.props.points, size: 4, fill: ruuviTheme.graph.fill[colorMode] },
points: { show: this.props.points, size: 3, fill: ruuviTheme.graph.stroke[colorMode] },
width: 1,
...alertColor(),
value: (self, rawValue) => getDisplayValue(this.props.dataKey, rawValue)
Expand Down

0 comments on commit 516e730

Please sign in to comment.