diff --git a/zabbix/partials/query.editor.html b/zabbix/partials/query.editor.html
index a41f6a5..6fc6627 100644
--- a/zabbix/partials/query.editor.html
+++ b/zabbix/partials/query.editor.html
@@ -218,11 +218,9 @@
Max data points
- - Every graphite request is issued with a maxDataPoints parameter
- - Graphite uses this parameter to consolidate the real number of values down to this number
+ - Grafana-Zabbix plugin uses maxDataPoints parameter to consolidate the real number of values down to this number
- If there are more real values, then by default they will be consolidated using averages
- This could hide real peaks and max values in your series
- - You can change how point consolidation is made using the consolidateBy graphite function
- Point consolidation will effect series legend values (min,max,total,current)
- If you override maxDataPoint and set a high value performance can be severely effected