Skip to content

Commit

Permalink
Merge pull request #494 from ESIPFed/history-chart-resize-issue
Browse files Browse the repository at this point in the history
The problem with resizing the history chart has resurfaced following the recent merge of a pull request.
  • Loading branch information
gokulprathin8 authored Apr 8, 2024
2 parents 099cac9 + 6638644 commit 4140b64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/static/js/gw.history.js
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,8 @@ GW.history = {

content =
// "<h4 class=\"border-bottom\">History Section <button type=\"button\" class=\"btn btn-secondary btn-sm\" id=\"closeHistory\" >close</button></h4>"+
"<div id=\"process-chart-container\" width=\"200\" height=\"100\">"+
"<canvas id=\"process-history-chart\" style=\"width:200px !important; height:50px !important;\" ></canvas>"+
"<div id=\"process-chart-container\">"+
"<canvas id=\"process-history-chart\"></canvas>"+
"</div>" + content ;

return content;
Expand Down

0 comments on commit 4140b64

Please sign in to comment.