OPEN_GRID API - v1.3.1
    Preparing search index...

    Interface ChartTheme

    차트 테마(색·글꼴·팔레트). / Chart theme (colors, fonts, palette).

    interface ChartTheme {
        bg: string;
        border: string;
        fontFamily: string;
        fontSize: number;
        gridLine: string;
        palette: string[];
        primary: string;
        text: string;
    }
    Index

    Properties

    bg: string

    배경 색. / Background color.

    border: string

    축·테두리 색. / Axis/border color.

    fontFamily: string

    글꼴 패밀리. / Font family.

    fontSize: number

    기본 글꼴 크기(px). / Base font size in px.

    gridLine: string

    그리드 선 색. / Grid line color.

    palette: string[]

    시리즈 순환 팔레트. / Series-cycling palette.

    primary: string

    주 색. / Primary color.

    text: string

    텍스트 색. / Text color.