Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
petrpatek committed Mar 18, 2020
1 parent 827a096 commit 0eca28c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Apify.main(async () => {
const testedSubjectGraphDates = Array.from(testedSubjectGraph.children[2].querySelectorAll('text[font-size="12"]'));

// Celkový počet pozitivních případů
const totalNumberPositiveGraph = document.querySelector('svg[width="1200"][height="289"]');
const totalNumberPositiveGraph = document.querySelector('svg[width="1200"][height="255"]');
const totalNumberPositiveGraphValues = Array.from(totalNumberPositiveGraph.children[1].querySelectorAll('text[font-size="14"]'));
const totalNumberPositiveGraphDates = Array.from(totalNumberPositiveGraph.children[1].querySelectorAll('text[font-size="12"]'));

Expand Down

0 comments on commit 0eca28c

Please sign in to comment.