Skip to content

Commit

Permalink
disable dataGrouping
Browse files Browse the repository at this point in the history
  • Loading branch information
vol4tim committed Sep 30, 2024
1 parent 762d04f commit e8b9a0f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/sensor/Chart.vue
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,13 @@ export default {
tooltip: {
valueDecimals: 2,
},
plotOptions: {
series: {
dataGrouping: {
enabled: false,
},
},
},
// plotOptions: {
// series: {
// lineWidth: 2,
Expand Down

0 comments on commit e8b9a0f

Please sign in to comment.