Highcharts Dashboards
    Preparing search index...

    Options of the GoogleSheetsConverter.

    interface GoogleSheetsConverterOptions {
        beforeParse?: GoogleSheetsBeforeParseCallbackFunction;
        dateFormat?: string;
        decimalPoint?: string;
        firstRowAsNames: boolean;
        json?: GoogleSpreadsheetJSON;
        parseDate?: ParseDateFunction;
    }

    Hierarchy

    • Options
      • GoogleSheetsConverterOptions
    Index

    Properties

    dateFormat?: string
    decimalPoint?: string
    firstRowAsNames: boolean
    parseDate?: ParseDateFunction

    A function to parse string representations of dates into JavaScript timestamps. If not set, the default implementation will be used.