@ohayojp/chart
Version:
Cache the dictionary, city data etc.
43 lines (42 loc) • 920 B
JSON
{
"name": "@ohayojp/chart",
"version": "1.0.2",
"author": "ohayojp",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ohayojp/ohayo.git"
},
"bugs": {
"url": "https://github.com/ohayojp/ohayojp/issues"
},
"homepage": "https://ohayojp.com",
"keywords": [
"ohayo",
"ohayojp",
"ohayo",
"chart",
"angular chart",
"ng chart",
"ngx chart",
"antd",
"ng-zorro-antd",
"angular",
"component"
],
"dependencies": {
"@antv/data-set": "^0.11.4",
"@antv/g2": "^4.0.13",
"@ohayojp/util": "^1.0.2",
"@ohayojp/theme": "^1.0.2",
"tslib": "^2.0.0"
},
"main": "bundles/chart.umd.js",
"module": "fesm2015/chart.js",
"es2015": "fesm2015/chart.js",
"esm2015": "esm2015/chart.js",
"fesm2015": "fesm2015/chart.js",
"typings": "chart.d.ts",
"metadata": "chart.metadata.json",
"sideEffects": false
}