How can i override text style in a SVG tag. I have below text-decoration as line-through in legend of my graph when i click and i need it to be text-decoration: none but i haven't been able to override it. Any idea how i can fix it?
<text pointer-events="all" cursor="pointer" x="3" dy=".35em" transform="translate(15,8)" fill="rgb(150,150,150)" style="font: 14px sans-serif; text-decoration: line-through;">Customer</text>