pagesource / fusion-components

A collection of React Components built with Emotion.js
https://sape-fusion.herokuapp.com/
MIT License
13 stars 22 forks source link

Chart component is loading an empty iFrame #23

Open sbmadhav opened 6 years ago

sbmadhav commented 6 years ago

The Chart component is loading an empty iFrame causing Accessibility issue -

<iframe class="chartjs-hidden-iframe" tabindex="-1" style="display: block; overflow: hidden; border: 0px; margin: 0px; top: 0px; left: 0px; bottom: 0px; right: 0px; height: 100%; width: 100%; position: absolute; pointer-events: none; z-index: -1;"></iframe>

Related Accessibility issue is -

Elements Describe Contents Well

Either find a way to remove iFrame or find a way to add relevant title to the iFrame