[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:
committed by
GitHub
parent
3d2cbb7bbf
commit
fd91692335
@@ -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>
|
||||
|
Reference in New Issue
Block a user