We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b544e39 commit 936e74dCopy full SHA for 936e74d
NetworkIOMeter.c
@@ -166,7 +166,7 @@ const MeterClass NetworkIOMeter_class = {
166
},
167
.updateValues = NetworkIOMeter_updateValues,
168
.defaultMode = TEXT_METERMODE,
169
- .supportedModes = METERMODE_DEFAULT_SUPPORTED,
+ .supportedModes = METERMODE_DEFAULT_SUPPORTED | (1 << GRAPH2_METERMODE),
170
.maxItems = 2,
171
.isPercentChart = false,
172
.total = 1.0,
0 commit comments