I am trying to change the transform property on this particular website: https://www.weltsparen.de/etf-portfolio/WI04
I'm trying to set the first translate parameter to 0 instead of 275 with the selenium WebDriver and then probably run the website again, because I want to get another values from the graph showed in the figure bellow, and this parameters in the translate are the positions of the values.
Graph:
HTML:
<g class="Indicatorstyles__indicator--3lFtS" display="block" transform="translate(275,370)">
Is it possible?