UNPKG

@visactor/react-vchart

Version:

The react version of VChart 4.x

8 lines (5 loc) 324 B
import { LEGEND_CUSTOMIZED_EVENTS } from "../eventsUtils"; import { createComponent } from "./BaseComponent"; import { registerDiscreteLegend } from "@visactor/vchart"; export const Legend = createComponent("Legend", "legends", LEGEND_CUSTOMIZED_EVENTS, !1, [ registerDiscreteLegend ]); //# sourceMappingURL=Legend.js.map