summaryrefslogtreecommitdiffstats
path: root/collectors/python.d.plugin/changefinder/changefinder.chart.py
diff options
context:
space:
mode:
Diffstat (limited to 'collectors/python.d.plugin/changefinder/changefinder.chart.py')
-rw-r--r--collectors/python.d.plugin/changefinder/changefinder.chart.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/collectors/python.d.plugin/changefinder/changefinder.chart.py b/collectors/python.d.plugin/changefinder/changefinder.chart.py
index c18e5600..2a69cd9f 100644
--- a/collectors/python.d.plugin/changefinder/changefinder.chart.py
+++ b/collectors/python.d.plugin/changefinder/changefinder.chart.py
@@ -22,11 +22,11 @@ ORDER = [
CHARTS = {
'scores': {
- 'options': [None, 'ChangeFinder', 'score', 'Scores', 'scores', 'line'],
+ 'options': [None, 'ChangeFinder', 'score', 'Scores', 'changefinder.scores', 'line'],
'lines': []
},
'flags': {
- 'options': [None, 'ChangeFinder', 'flag', 'Flags', 'flags', 'stacked'],
+ 'options': [None, 'ChangeFinder', 'flag', 'Flags', 'changefinder.flags', 'stacked'],
'lines': []
}
}