Highcharts Dashboards
    Preparing search index...

    Options to configure the MathModifier and Formula system.

    interface MathModifierOptions {
        alternativeSeparators: boolean;
        columnFormulas?: MathModifierColumnFormulaOptions[];
        formulaColumns?: string[];
        type: "Math";
    }

    Hierarchy (View Summary)

    Index

    Properties

    alternativeSeparators: boolean

    Whether to expect regular or alternative separators in formulas.

    • false to expect , between arguments and . in decimals.
    • true to expect ; between arguments and , in decimals.

    Array of column formulas that will be used to replace the column values in their columns.

    formulaColumns?: string[]

    Array of column names to replace formula strings to replace with calculated values. By default all columns in a table will be processed.

    type: "Math"

    Name of the related modifier for these options.