Skip to content

Commit

Permalink
fix(ui): add missing channel 3 serie to bgRssi chart
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Apr 19, 2024
1 parent cf164f8 commit 3961d53
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/custom/BgRssiChart.vue
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,14 @@ export default {
},
1,
),
...this.createSerie(
{
label: 'Channel 3',
stroke: '#003f5c',
fill: 'rgba(0, 63, 92, 0.35)',
},
1,
),
],
}
Expand Down

0 comments on commit 3961d53

Please sign in to comment.