[FIX] sparkline tooltip fix

This commit is contained in:
iAmShorty 2014-03-05 10:48:49 +01:00
parent 4136cc739b
commit 8f40e3b4f9
7 changed files with 20 additions and 1 deletions

16
log.txt Normal file
View File

@ -0,0 +1,16 @@
/mnt/backup/mpos_alphacoin_01-28-2014.sql.gz
/mnt/backup/mpos_elephantcoin_01-23-2014.sql.gz
/mnt/backup/mpos_alphacoin_01-23-2014.sql.gz
/mnt/backup/mpos_elephantcoin_01-24-2014.sql.gz
/mnt/backup/mpos_elephantcoin_01-29-2014.sql.gz
/mnt/backup/mpos_elephantcoin_01-22-2014.sql.gz
/mnt/backup/mpos_elephantcoin_01-27-2014.sql.gz
/mnt/backup/mpos_alphacoin_01-29-2014.sql.gz
/mnt/backup/mpos_alphacoin_01-24-2014.sql.gz
/mnt/backup/mpos_elephantcoin_01-26-2014.sql.gz
/mnt/backup/mpos_alphacoin_01-27-2014.sql.gz
/mnt/backup/mpos_alphacoin_01-26-2014.sql.gz
/mnt/backup/mpos_alphacoin_01-22-2014.sql.gz
/mnt/backup/mpos_alphacoin_01-25-2014.sql.gz
/mnt/backup/mpos_elephantcoin_01-28-2014.sql.gz
/mnt/backup/mpos_elephantcoin_01-25-2014.sql.gz

0
public/site_assets/bootstrap/css/bootstrap.css vendored Normal file → Executable file
View File

2
public/site_assets/bootstrap/css/mpos.css Normal file → Executable file
View File

@ -323,3 +323,5 @@ table.dataTable thead .sorting:after {
.borderless > tbody > tr > td {
border: none;
}

0
public/site_assets/bootstrap/css/sparklines.css Normal file → Executable file
View File

File diff suppressed because one or more lines are too long

1
public/templates/bootstrap/dashboard/js_api.tpl Normal file → Executable file
View File

@ -21,6 +21,7 @@ $(document).ready(function(){
height: '35',
barWidth: 6,
barSpacing: 2,
tooltipFormat: '<span style="color: {{color}}">&#9679;</span> {{offset:names}}',
chartRangeMin: 0
};

0
public/templates/bootstrap/dashboard/overview.tpl Normal file → Executable file
View File