UNPKG

@visactor/openinula-vchart

Version:

The openinula version of VChart 4.x

8 lines (6 loc) 205 B
import { default as VChart } from "@visactor/vchart"; import { createChart } from "./BaseChart"; export const RadarChart = createChart("RadarChart", { type: "radar", vchartConstructor: VChart });