feat(plugins/isocalendar): add highest commit in day and some design changes (#528) [skip ci]

This commit is contained in:
Simon Lecoq
2021-09-07 20:14:05 +02:00
committed by GitHub
parent 354984ad6c
commit fd6f69738c
2 changed files with 15 additions and 3 deletions

View File

@@ -46,7 +46,7 @@ export default async function({login, data, graphql, q, imports, queries, accoun
const size = 6
let i = 0, j = 0
let svg = `
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" style="margin-top: -52px;" viewBox="0,0 480,${duration === "full-year" ? 270 : 170}">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" style="margin-top: -130px;" viewBox="0,0 480,${duration === "full-year" ? 270 : 170}">
${
[1, 2].map(k => `
<filter id="brightness${k}">