mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 08:22:24 -04:00
FIX: y-axis wrongly had percentages
This commit is contained in:
parent
2af2412e28
commit
b98d1ce8bf
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ export function renderButtons(
|
|||
|
||||
// Add a timeout to ensure that the text elements are populated
|
||||
setTimeout(() => {
|
||||
svg.selectAll("text")
|
||||
svg.select<SVGGElement>(".x-ticks").selectAll("text")
|
||||
.each(function(d) {
|
||||
const current_text_element = this;
|
||||
const current_text_element_content = current_text_element.textContent;
|
||||
|
|
Loading…
Reference in a new issue