Commit 60e069e2 authored by Mark Harding's avatar Mark Harding

(fix): implementation issues with @omadrid push resolved

1 merge request!590WIP: Epic/pro affiliate launch
Pipeline #89174159 running with stages
......@@ -408,9 +408,9 @@ export class AnalyticsChartComponent implements OnInit, OnDestroy {
},
margin: {
t: 16,
b: 80,
b: 40,
l: 24,
r: 80,
r: 40,
// pad: 16,
},
shapes: this.shapes,
......
......@@ -30,6 +30,7 @@ m-analytics__dashboard {
.page {
padding: 16px;
display: flex;
box-sizing: border-box;
flex-direction: row;
height: 100%;
width: 100%;
......
......@@ -32,6 +32,7 @@ export class AnalyticsDashboardComponent implements OnInit, OnDestroy {
// subscription: Subscription;
paramsSubscription: Subscription;
ready$ = this.analyticsService.ready$;
category$ = this.analyticsService.category$;
description$ = this.analyticsService.description$;
selectedCat: string;
......
.filterableChartWrapper {
position: relative;
padding: 16px;
width: 80%;
// width: 80%;
@include m-theme() {
border-top: 1px solid themed($m-grey-50);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment