Skip to content

Commit

Permalink
graph serie color-box hidden #422
Browse files Browse the repository at this point in the history
  • Loading branch information
io53 committed Jul 23, 2024
1 parent 8a892ec commit 217716a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions 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 @@ -345,7 +345,7 @@ class Graph extends Component {
</center>
}>
<>
<div style={{ height: height }}>
<div style={{ height: height }} id="singleSerieGraph">
<UplotReact
options={{
title: this.props.title,
Expand Down
3 changes: 3 additions & 0 deletions src/themes.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,9 @@ export const ruuviTheme = extendTheme({
'.imageBackgroundOverlay': {
opacity: props.colorMode === "dark" ? 0.75 : 0.3,
},
'#singleSerieGraph .u-marker': {
display: 'none !important'
},
'.graphLabel': {
fontFamily: "Mulish",
fontWeight: 600,
Expand Down

0 comments on commit 217716a

Please sign in to comment.