chore: pull month chart data
This commit is contained in:
parent
466d7dd6ba
commit
149ee7e713
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@ export default async function () {
|
||||||
const monthChart = JSON.parse(await readFile('./src/_data/json/scrobbles-month-chart.json', 'utf8'));
|
const monthChart = JSON.parse(await readFile('./src/_data/json/scrobbles-month-chart.json', 'utf8'));
|
||||||
const artists = JSON.parse(await readFile('./src/_data/json/artists-map.json', 'utf8'));
|
const artists = JSON.parse(await readFile('./src/_data/json/artists-map.json', 'utf8'));
|
||||||
const albums = JSON.parse(await readFile('./src/_data/json/albums-map.json', 'utf8'));
|
const albums = JSON.parse(await readFile('./src/_data/json/albums-map.json', 'utf8'));
|
||||||
console.log(buildChart(monthChart['data'], artists, albums))
|
|
||||||
return {
|
return {
|
||||||
month: buildChart(monthChart['data'], artists, albums)
|
month: buildChart(monthChart['data'], artists, albums)
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue