Skip to content

Commit

Permalink
fix axis_template.html: add comma to range (#1235)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdr2002 committed Sep 23, 2023
1 parent 70c02a4 commit 6d857b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsplot/src/main/resources/axis_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
type: '{{type}}',
{% endif %}
{% if range is not null %}
range: {{range | raw}}
range: {{range | raw}},
{% endif %}
{% if visible is not null %}
visible: {{visible}},
Expand Down

0 comments on commit 6d857b7

Please sign in to comment.