In the backend, the following graph is being generated:
<svg width="911.4" height="300">
<g transform="translate(40,20)">
<g>
<g fill="#6d6e71">
<rect x="1" y="180" height="0" width="62"></rect>
<rect x="66" y="180" height="0" width="62"></rect>
<rect x="131" y="180" height="0" width="62"></rect>
<rect x="196" y="180" height="0" width="62"></rect>
<rect x="261" y="180" height="0" width="62"></rect>
<rect x="326" y="159" height="21" width="62" fill="#6d6e71"></rect>
<rect x="391" y="180" height="0" width="62"></rect>
<rect x="456" y="180" height="0" width="62"></rect>
<rect x="521" y="180" height="0" width="62"></rect>
<rect x="586" y="161" height="19" width="62"></rect>
<rect x="651" y="180" height="0" width="62"></rect>
<rect x="716" y="166" height="14" width="62"></rect>
<rect x="781" y="180" height="0" width="62"></rect>
</g>
</g>
</svg>
Is there a way I could change the fill="#6d6e71"
value in the frontend just using javascript?