AutohomeCorp / graph-compare-panel

This plugin is built as a panel plugin that combines and contrasts different time shifts on the same panel
MIT License
51 stars 11 forks source link

This Plugin may destry "Pie Chart" #7

Open wuzeru opened 5 years ago

wuzeru commented 5 years ago

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

divi255 commented 5 years ago

it seems also destroying gauges

wqtty commented 4 years ago

same here, grafana 6.3.3

jeandevops commented 4 years ago

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 :)

zealot222 commented 4 years ago

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

nycterent commented 4 years ago

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

nfw999 commented 4 years ago

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