**check this option value -
const options: {
        legend: {
            position: string;
        };
        colors: string[];
        bar: {
            groupWidth: string;
        };
        annotations: {
            alwaysOutside: boolean;
            textStyle: {
                fontSize: number;
                auraColor: string;
                color: string;
            };
        };
        fontSize: number;
        chartArea: {
             width: '95%',
             height: '80%',
        };
        backgroundColor: {
           fill :{}
        };
        hAxis: {…
    
  For further actions, you may consider blocking this person and/or reporting abuse
    
Top comments (0)