Skip to content

Commit

Permalink
print report layout #34
Browse files Browse the repository at this point in the history
  • Loading branch information
Rello committed Apr 5, 2020
1 parent 9d2b181 commit 3097134
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@
### Added
- chart type: doughnut
- advanced chart options [#30](https://github.com/rello/analytics/issues/30)
- print report css [#34](https://github.com/rello/analytics/issues/34)
- print report layout [#34](https://github.com/rello/analytics/issues/34)

### Fixed
- handle German date format in input form
- regex not working - options field too short [#31](https://github.com/rello/analytics/issues/31)
- frontend doesn't respect the users timezone [#17](https://github.com/rello/analytics/issues/17)
- donate button [#35](https://github.com/rello/analytics/issues/35)

## 2.1.1 - 2020-03-12
### Fixed
Expand Down
4 changes: 4 additions & 0 deletions css/print.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
#app-content {
margin: 0 !important;
}

#analytics-content {
padding: 80px !important;
}
}

div#app-navigation-toggle.icon-menu {
Expand Down
2 changes: 1 addition & 1 deletion templates/part.content.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<div id="chart-legend" class="icon icon-menu" style="right: 45px;position: absolute;"></div>
</div>
<div id="chartContainer"
style="position: relative; min-width: 310px; height:40vh; width:99%; margin-bottom: 60px;">
style="position: relative; min-width: 310px; height:50vh; width:99%; margin-bottom: 60px;">
<canvas id="myChart"></canvas>
</div>
<table id="tableContainer" style="width:100%; height: 50%;"></table>
Expand Down

0 comments on commit 3097134

Please sign in to comment.