Skip to content

Commit e0152be

Browse files
committed
delete comments
1 parent b74bd3e commit e0152be

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

index.html

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ <h3 id="instruction">Jak używać</h3>
6969
</div>
7070
<br/>
7171
<div id="names"></div>
72-
<!-- <div id="namesNew"></div> -->
7372
</section>
7473
<section class="py-3">
7574
<h3>Ranking najpopularniejszych imion wg kolejnych lat</h3>
@@ -184,29 +183,6 @@ <h2>O danych</h2>
184183
delName(e.params.data.text)
185184
})
186185
})
187-
188-
// c3.generate({
189-
// bindto: '#namesNew',
190-
// data: {
191-
// x: 'name',
192-
// xFormat: '%Y',
193-
// columns: [['name','2000','2001','2002','2003','2004','2005','2006','2007','2008','2009','2010','2011','2012','2013','2014','2015','2016','2017','2018','2019','2020'],
194-
// ['JAKUB',7.349072051,9.696426618,9.717660383,8.967060557,8.791191153,8.195207966,7.846769856,7.604767252,6.966773376,6.382508738,6.002904631,5.855582945,5.549923387,5.238200796,4.840549122,4.370972261,4.336138056,4.222377331,4.306523116,4.000321392,3.838362184],
195-
// ['JULIA',5.38307809,6.784997939,6.761774589,6.98353401,7.791083783,7.772292368,7.520597363,7.664508955,8.031592747,7.283529942,7.131775071,6.7657978,7.006591208,5.737263235,4.831635434,4.62043389,4.483998703,4.634105525,4.347714472,4.342983819,4.157123549],
196-
// ['KACPER',4.510729331,4.464253153,5.419194779,6.470540076,6.849542276,6.489472046,6.23219586,5.754295906,5.125589249,4.481096322,3.864991343,3.701305609,4.267640646,4.170321039,3.7488347,3.261132825,2.92678836,2.741644533,2.628487447,2.455130716,2.297014845]
197-
// ],
198-
// type: 'line',
199-
// order: null
200-
// },
201-
// axis: {
202-
// x: {
203-
// type: 'timeseries',
204-
// tick: {
205-
// format: '%Y'
206-
// }
207-
// }
208-
// }
209-
// })
210186
</script>
211187
<script type="module">
212188
import {default as births} from '/births.js'

0 commit comments

Comments
 (0)