UNPKG
nuke-biz-custom-chart
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.2
0.0.1
custom-chart
nuke-biz-custom-chart
/
src
/
component
/
Coord.js
11 lines
(9 loc)
•
192 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
default
class
Coord
{
static
draw =
(
chart, props
) =>
{
const
{
type
=
'rect'
, transposed, inner } = props; chart.
coord
(
type
, { transposed, inner, }); }; }