We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4707568 commit 423ce0bCopy full SHA for 423ce0b
implementation.js
@@ -22,7 +22,7 @@ function render_chart(params) {
22
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
23
</head>
24
<body>
25
- <canvas id="generated-chart"></canvas>
+ <canvas id="generated-chart" style="width: 100%; height: 90vh;"></canvas>
26
<script>
27
var ctx = document.getElementById('generated-chart').getContext('2d');
28
var chart = new Chart(ctx, {
@@ -35,4 +35,4 @@ function render_chart(params) {
35
</html>
36
`;
37
return htmlString;
38
-}
+}
0 commit comments