[Web] Replace jqPlot with Google Charts (#1604)

* [Web] adjust height...

for mobile responsiveness.

* Delete jqplot.donutRenderer.js

* Delete jquery.jqplot.min.js

* Create google.charts.loader.js

* [Web] Add google charts loader

* [Web] New pie graph design
This commit is contained in:
Phoenix Eve Aspacio
2018-07-24 18:46:17 +08:00
committed by GitHub
parent 3d2cbb7bbf
commit fd91692335
6 changed files with 259 additions and 855 deletions

View File

@@ -192,7 +192,7 @@ $_SESSION['return_to'] = $_SERVER['REQUEST_URI'];
</div>
</div>
<div class="panel-body">
<div id="rspamd_donut" style="height:400px;width:100%; "></div>
<div id="rspamd_donut" style="height: 300px;"></div>
<div class="table-responsive">
<table class="table table-striped table-condensed log-table" id="rspamd_history"></table>
</div>