Skip to content

Commit 64d3ce5

Browse files
author
Kevin Hannegan
committed
fix typo
1 parent 6168662 commit 64d3ce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

presalytics/lib/widgets/chart.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ def standalone_html(self) -> str:
175175
document.addEventListener("DOMContentLoaded", (event) => {
176176
var data = JSON.parse('{{data|safe}}');
177177
178-
var aspectRatio = data.aspectRatio || 56.25;
178+
var aspectRatio = data.aspectRatio || 56.25%;
179179
180180
var chart = c3.generate(data);
181181

0 commit comments

Comments
 (0)