UNPKG

@visactor/react-vchart

Version:

The react version of VChart 4.x

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