UNPKG

nuke-biz-custom-chart

Version:

custom-chart

11 lines (9 loc) 192 B
export default class Coord { static draw = (chart, props) => { const { type = 'rect', transposed, inner } = props; chart.coord(type, { transposed, inner, }); }; }