DEV Community

Md Wahiduzzaman Emon
Md Wahiduzzaman Emon

Posted on

Answer: Google charts - change axis text color

**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: {

Top comments (0)