Perseus
    Preparing search index...

    An editor for adding a plotter widget that allows users to create and customize data visualizations.

    Hierarchy

    Index

    Constructors

    • Parameters

      Returns PlotterEditor

    • Parameters

      Returns PlotterEditor

    Properties

    changeCategories: (arg1: any) => void = ...
    changeEditing: (arg1: string) => void = ...
    changeLabel: (arg1: number, arg2: any) => void = ...
    changeLabelInterval: (arg1: number) => void = ...
    changeMax: (arg1: any) => void = ...
    changePicUrl: (arg1: string) => void = ...
    changeScale: (arg1: any) => void = ...
    changeSnaps: (arg1: any) => void = ...
    changeType: (arg1: any) => void = ...
    fetchPic: (arg1: string) => any = ...
    handleChangeRange: (arg1: [number, number]) => void = ...
    handleChangeTickStep: (arg1: number) => void = ...
    handlePlotterChange: (arg1: any) => void = ...
    serialize: () => any = ...
    setCategoriesFromScale: () => void = ...
    state: State = ...
    defaultProps: PlotterDefaultWidgetOptions = plotterLogic.defaultWidgetOptions
    widgetName: "plotter" = ...

    Methods