I have a WAM that uses the Google visualization API bvg bar chart via the std_gbar_chart weblet. When copying the std_gbar_chart weblet and attempting to add an img alt property within the span, the alt property isn't being picked up in browser elements. Is there a way to properly configure the copied weblet and/or WAM xsl in order to get the img alt property picked up in browser elements for the bvg bar chart to meet ADA compliance 'image must have alternative text' requirements? Any ideas are greatly appreciated.
span aria-label picked up in browser elements via test_gbar_chart weblet, but img alt property not picked up:
Code: Select all
<span aria-label="Picked up from test_gbar_chart weblet" id="o1_LANSA_19144" class="ui-widget"><!---->
<img src="https://chart.googleapis.com/chart?cht=bvg&chd=e:jwjwjxjyh4,jfjfjgjhh8,iwoKwHAA..,iRiRiRiRiR,iRiRiRiRiR&chp=0.5355443696597325&chco=3229EB,29EB40,FFD700,EE7474,8AB2FA&chbh=a&chs=400x250&chxt=x,y&chxl=0:|03%2F31%2F2018|06%2F30%2F2018|09%2F30%2F2018|12%2F31%2F2018|03%2F31%2F2019&chxs=0,000000,10,0,lt,000000,000000|1,000000,10,0,lt,000000,000000&chf=bg,s,ffffff&chtt=Activity%20By%20Quarter&chts=000000,16&chdl=Employee|Employer|Gain%2FLoss|Forfeiture(Net)|Distribution&chdlp=b&chdls=3229EB,29EB40,FFD700,EE7474,8AB2FA,10&chxr=1,-46296.82,40151.33"></span>
Code: Select all
<span aria-label="Picked up from test_gbar_chart weblet" id="o1_LANSA_19144" class="ui-widget"><!---->
<img alt="NEED IMG ALT PROPERTY CONFIGURED HERE" src="https://chart.googleapis.com/chart?cht=bvg&chd=e:jwjwjxjyh4,jfjfjgjhh8,iwoKwHAA..,iRiRiRiRiR,iRiRiRiRiR&chp=0.5355443696597325&chco=3229EB,29EB40,FFD700,EE7474,8AB2FA&chbh=a&chs=400x250&chxt=x,y&chxl=0:|03%2F31%2F2018|06%2F30%2F2018|09%2F30%2F2018|12%2F31%2F2018|03%2F31%2F2019&chxs=0,000000,10,0,lt,000000,000000|1,000000,10,0,lt,000000,000000&chf=bg,s,ffffff&chtt=Activity%20By%20Quarter&chts=000000,16&chdl=Employee|Employer|Gain%2FLoss|Forfeiture(Net)|Distribution&chdlp=b&chdls=3229EB,29EB40,FFD700,EE7474,8AB2FA,10&chxr=1,-46296.82,40151.33"></span>