Skip to content

Commit

Permalink
fix: currrent day
Browse files Browse the repository at this point in the history
  • Loading branch information
Angular2Guy committed Jun 18, 2023
1 parent 53e358c commit 165896f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-simple-charts",
"version": "16.1.0-beta1",
"version": "16.1.0-beta2",
"license": "Apache License Version 2.0",
"scripts": {
"ng": "ng",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@
}

.current-time {
border: 1px solid #000000;
border: 1px solid #0000ff;
width: 0px;
height: 100%;
position: absolute;
z-index: 1;
}
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,10 @@ export class ScDateTimeChartComponent
: this.monthHeaderAnchorIds[myPeriodIndex]
);
}
this.calcTimeChartValues();
}, 1000);
//console.log(this.timeChartHeight);
console.log(this.headerLineRef?.nativeElement?.clientHeight);
//console.log(this.headerLineRef?.nativeElement?.clientHeight);
}

ngOnInit(): void {
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-simple-charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-simple-charts",
"version": "16.1.0-beta1",
"version": "16.1.0-beta2",
"license": "Apache License Version 2.0",
"peerDependencies": {
"@angular/common": "^16.0.0",
Expand Down

0 comments on commit 165896f

Please sign in to comment.