Type Alias Opts

Opts: {
    autoSize?: boolean;
    axisStrokeColour?: string;
    axisStrokeWidth?: number;
    axisTextColour?: string;
    legendTextColour?: string;
    scaling: ScalingOption;
}

Plot options

Type declaration

  • OptionalautoSize?: boolean

    If true, Canvas will be resized to fit parent

  • OptionalaxisStrokeColour?: string

    Colour for axis lines & labels

  • OptionalaxisStrokeWidth?: number

    Width for axis lines

  • OptionalaxisTextColour?: string
  • OptionallegendTextColour?: string
  • scaling: ScalingOption