Skip to content

Commit

Permalink
Removed space [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Jan 19, 2023
1 parent 857f8b8 commit c613d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ <h1>Weekly Data</h1>
<h1>Monthly Data</h1>
<div id="monthly-data" class="chart"></div>
<script>
new Chartkick.LineChart("monthly-data", [["2023-01-01",11],["2023-02-01",6],["2023-03-01",3],["2023-04-01",2],["2023-05-01",5],["2023-06-01",3], ["2023-07-01",8],["2023-08-01",6],["2023-09-01",6],["2023-10-01",12],["2023-11-01",5],["2023-12-01",5]]);
new Chartkick.LineChart("monthly-data", [["2023-01-01",11],["2023-02-01",6],["2023-03-01",3],["2023-04-01",2],["2023-05-01",5],["2023-06-01",3],["2023-07-01",8],["2023-08-01",6],["2023-09-01",6],["2023-10-01",12],["2023-11-01",5],["2023-12-01",5]]);
</script>

<h1>Yearly Data</h1>
Expand Down

0 comments on commit c613d30

Please sign in to comment.