Hello,
I want to change the appearance of a graphic and specifically modify the width of the line stroke below the graphic. However, I cannot make this change with CSS because the property is directly set in the HTML line:
<line x1="-0" y1="0.5" x2="211" y2="0.5" class="ia_powerChartComponent__timeAxis__axis" style="stroke: rgb(0, 0, 0);"></line>
I would like to know if it is possible to access this line and modify its attributes (such as the stroke width) directly from the Perspective Designer or through another method.
Thank you for your help.