graph-compare-panel icon indicating copy to clipboard operation
graph-compare-panel copied to clipboard

This Plugin may destry "Pie Chart"

Open wuzeru opened this issue 6 years ago • 6 comments

When use this plugin,then pie chart may be broken.like this: image

wuzeru avatar Apr 16 '19 11:04 wuzeru

it seems also destroying gauges

divi255 avatar Jul 27 '19 15:07 divi255

same here, grafana 6.3.3

wqtty avatar Sep 05 '19 05:09 wqtty

Maybe, this happens because the other plugins are overwritten.

I'm using Grafana in a Docker container, so I run something like this to test on my local machine:

docker run -d --name=grafana -p 3000:3000 -v ~/graph-compare-panel/:/var/lib/grafana/plugins -e "GF_INSTALL_PLUGINS=http://local-web-server/grafana-zabbix-3.9.1.zip;Zabbix" myregistry/grafana:5.4.4

(Where ~/graph-compare-panel is the project cloned at appropriated branch for Grafana 5.4.X)

The logs says "✔ Installed Zabbix successfully", but it doesn't appear at plugin menu.

The same problem happens if I copy the Zabbix plugin directory to the ~/graph-compare-panel directory. But if I put the Zabbix plugins files alone in directory they load normally.

PS.: Congratulations for this great plugin :)

jeandevops avatar Nov 13 '19 12:11 jeandevops

me too, graph-compare-panel was conflict with grafana-piechart-panel

zealot222 avatar Dec 31 '19 06:12 zealot222

same here, graph-compare-panel kills grafana-piechart-panel - rendering piechart graphs randomly fails. upon removing graph-compare-panel pie chart works as expected.

looks like something related to jquery.flot.pie.js

btw, it is grafana 6.5.2

nycterent avatar Jan 06 '20 09:01 nycterent

You can try grafana-compare-queries。 This plugin is no longer maintained, we switched to using grafana-compare-queries instead

nfw999 avatar Feb 17 '20 11:02 nfw999