Accessibility in the News — 6/11/2021. NOTE: To get news like this every week in your inbox, before it hits our website, subscribe to our Accessibility in the News e-newsletter. There are no ads or graphics, and we never send spam. Just use the sign-up form on this page to ...
import{Component,ViewChild}from"@angular/core";import{ChartComponent,ApexAxisChartSeries,ApexChart,ApexXAxis,ApexTitleSubtitle}from"ng-apexcharts";exporttypeChartOptions= {series:ApexAxisChartSeries;chart:ApexChart;xaxis:ApexXAxis;title:ApexTitleSubtitle; }; @Component({selector:"app-root",templateUrl...