{{ tocSubheader }}
| {{ 'ml-lesson-number-slides' | message : article.intro.bblockCount }} |
| {{ 'ml-lesson-number-exercises' | message : article.intro.exerciseCount }} |
| {{ 'ml-lesson-time-estimation' | message }} |
Estellecapor1@gmail.com (Diskussion | bidrag) (Den här versionen är märkt för översättning) | Estellecapor1@gmail.com (Diskussion | bidrag) | ||
Rad 27: | Rad 27: | ||
mlg.af("graph123.movePoint", function(val){ | mlg.af("graph123.movePoint", function(val){ | ||
p1.moveTo([val, f.Y(val)]); | p1.moveTo([val, f.Y(val)]); | ||
− | b.changeText(t,'Funktionsvärde: '+ p1.Y().toFixed(1)); | + | b.changeText(t,'<translate>Funktionsvärde</translate>: '+ p1.Y().toFixed(1)); |
if (Math.abs(p1.X()) < padding) { | if (Math.abs(p1.X()) < padding) { | ||
yArrow.setAttribute({lastArrow:false}); | yArrow.setAttribute({lastArrow:false}); |