1
0
mirror of https://github.com/aclindsa/moneygo.git synced 2025-06-13 13:39:23 -04:00

reports: Allow drilling down

This commit is contained in:
2017-02-17 10:01:31 -05:00
parent 4d642d1772
commit b443963375
16 changed files with 250 additions and 82 deletions

View File

@ -28,7 +28,7 @@
}
.chart-color8 {
fill: #ff7f00;
fill: #df5f00;
stroke: #df5f00;
}
.chart-color9 {
fill: #cab2d6;
@ -50,7 +50,7 @@
.chart-element {
stroke-width: 0;
}
.chart-element:hover {
g.chart-series:hover .chart-element {
stroke-width: 2;
}
.chart-legend rect {