Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
obstjn committed Dec 6, 2023
1 parent 252a36a commit 007e93c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export class HistogramPlotComponent implements OnChanges {
const div: HTMLDivElement = this.plotDiv.nativeElement;
div.innerHTML = "";
const canvas = document.createElement("canvas");
canvas.setAttribute("height", "5px");
canvas.setAttribute("height", "50px");
canvas.setAttribute("width", "50px");
canvas.width = 500;
canvas.height = 300;
Expand Down

0 comments on commit 007e93c

Please sign in to comment.