UNPKG

@visactor/react-vchart

Version:

The react version of VChart 4.x

5 lines (3 loc) 488 B
import { registerContinuousLegend, registerDiscreteLegend, registerCustomMark, registerAllMarks, registerTitle, registerTooltip, registerDomTooltipHandler, registerAnimate, registerReactAttributePlugin } from "@visactor/vchart"; export const registers = [ registerAnimate, registerReactAttributePlugin, registerTooltip, registerDomTooltipHandler, registerDiscreteLegend, registerContinuousLegend, registerCustomMark, registerAllMarks, registerTitle ]; //# sourceMappingURL=simple.js.map