We can hide the comparison chart or even hide the Refresh buttons corresponding to each test.
<html> <head> <link rel="stylesheet" href="../bins/lib/bootstrap/css/bootstrap.min.css"/> <script type="text/javascript" src="../bins/lib/angular/angular.min.js"></script> <script type="text/javascript" src="../bins/wl-ng-network-speed-tester.js"></script> </head> <body> <div ng-app="wl-ng-network-speed-tester" wl-ng-network-speed-tester show-refresh-button="false" show-comparison="false"></div> <script type="text/javascript"> //must set the bins url angular.module('wl-ng-network-speed-tester').value('bins', '../bins'); </script> </body> </html>
Now, the results should look like:
For more information regarding UI attributes, please check the Directive Attributes chapter, section UI customization.
WiseLoop JavaScript Network Speed Tester is an AngularJS module designed to offer a network bandwidth check against your internet server. Many server types are supported such as Apache HTTP, IIS, Node.js, nginx, Tomcat, Oracle HTTP, jetty and based on the download speed, it can also offer an estimation of internet cost that the user should pay for.