interface I18n {
    xAxis?: string;
    yAxis?: string;
}

Properties

Properties

xAxis?: string

Text for the x axis. Will be completed by km or ' m' (for kilometers or meters).

yAxis?: string

Text for the y axis. Will be completed by ' m' (for meters).