Merge pull request #2231 from ZeiP/bug/1153_stats

Change the Flash charts to Charts.js
This commit is contained in:
Jyri-Petteri Paloposki 2019-05-29 19:33:57 +03:00 committed by GitHub
commit 6ad1e2cf93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
30 changed files with 552 additions and 1113 deletions

View file

@ -36,3 +36,6 @@
//= require jquery.truncator
//= require superfish
//= require supersubs
//= require Chart.min
//= require chartjs-plugin-colorschemes.min

File diff suppressed because one or more lines are too long

View file

@ -1266,7 +1266,7 @@ button.positive, .widgets a.positive{
background-color:black;
}
.stats_content .open-flash-chart, .stats_content .stats_module {
.stats_content .chart, .stats_content .stats_module {
float: left;
width: 450px;
margin-right:20px;

Binary file not shown.

Binary file not shown.