@shjeon0730/horseshoe-chart
Version:
a chart component looks like a horseshoe. basically, it is a high chart, but including multiple lines of text or link on the center. it will also support colored ranges, accessibility functionalities.
33 lines (32 loc) • 942 B
JSON
{
"name": "@shjeon0730/horseshoe-chart",
"version": "1.3.11",
"description": "a chart component looks like a horseshoe. basically, it is a high chart, but including multiple lines of text or link on the center. it will also support colored ranges, accessibility functionalities.",
"main": "src/index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/shjeon0730/horseshoe-chart.git"
},
"keywords": [
"highchart",
"horseshoe",
"horse-shoe",
"chart",
"accessible-chart"
],
"author": "Song Jun <shjeon0730@gmail.com> (https://gitlab.com/shjeon0730)",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/shjeon0730/horseshoe-chart/issues"
},
"homepage": "https://gitlab.com/shjeon0730/horseshoe-chart#readme",
"dependencies": {
"@shjeon0730/svg-gen-utils": "^3.0.2"
},
"devDependencies": {
"jest": "^25.1.0"
}
}