Skip to content

Commit 35d4d2a

Browse files
authored
Merge pull request #242 from isshiki/fixing-timeline-chart
Fix site.js json
2 parents 0f38170 + 13c791c commit 35d4d2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,11 +308,11 @@ $(document).ready(function (){
308308
{content: '1.x', start: '2015-12-10', end: '2018-02-14', py2:true},
309309
{content: '2.x', start: '2018-02-14', end: '2019-12-31', py2:true},
310310
{content: '3.x', start: '2019-11-05', end: '2023-12-31', py2:false},
311-
]
311+
],
312312
'Dask': [
313313
{content: '1', start: '2014-12-21', end: '2019-07-01', py2:true},
314314
{content: '2', start: '2019-11-30', end: '2024-11-30', py2:false},
315-
],
315+
]
316316

317317
// for tests, rando example
318318
//'matplotlib':[

0 commit comments

Comments
 (0)