cloudtracer / ThreatPinchLookup

Documentation and Sharing Repository for ThreatPinch Lookup Chrome & Firefox Extension
https://chrome.google.com/webstore/detail/threatpinch-lookup/ljdgplocfnmnofbhpkjclbefmjoikgke
344 stars 76 forks source link

Add support for the graph in non-WebGL capable browsers #73

Open cloudtracer opened 6 years ago

cloudtracer commented 6 years ago

Might be more effort then its worth, but worth tracking for the time being. The current graph requires the use of WebGL and the canvas and this isn't universally supported yet. The problem with not using WebGL is that the graph usually grows too big for non-webgl based graphs fairly quickly.

In 3.0.6 we disabled the graph for non-webgl capable browsers.