UNPKG
@doegis/core
Version:
latest (0.1.0)
0.1.0
DOE GIS API
@doegis/core
/
popup
/
content
/
support
/
chartMediaInfoUtils.js
3 lines
(1 loc)
•
191 B
JavaScript
View Raw
1
2
3
import{strict
as
r}
from
"../../../core/jsonMap.js"
;
const
c
=
r
()({
barchart
:
"bar-chart"
,
columnchart
:
"column-chart"
,
linechart
:
"line-chart"
,
piechart
:
"pie-chart"
});export{c
as
chartTypeKebabDict};