on(
        event: 'render' | 'beforerender',
        callback: (chart: Plot, svg: SVGSVGElement) => void,
        context?
    ): EventHandlerMap;