yarn-highcharts-rounded-corners
Version:
This plugin allows individually rounded corners in columns and bars. Improves the looks on stacked charts and allows better alignment to the threshold line.
36 lines (35 loc) • 1.04 kB
JSON
{
"files": [
"rounded-corners.js",
"LICENSE"
],
"name": "yarn-highcharts-rounded-corners",
"version": "1.0.6",
"description": "This plugin allows individually rounded corners in columns and bars. Improves the looks on stacked charts and allows better alignment to the threshold line.",
"main": "rounded-corners.js",
"repository": {
"type": "git",
"url": "git+https://github.com/highcharts/rounded-corners.git"
},
"keywords": [
"corners",
"rounded-corners",
"highcharts",
"highcharts-addon"
],
"author": {
"name": "Torstein Hønsi",
"url": "https://github.com/highslide-software"
},
"demo": [
"http://jsfiddle.net/highcharts/2TuCW/"
],
"license": "MIT <LICENSE>",
"bugs": {
"url": "https://github.com/highcharts/rounded-corners/issues"
},
"homepage": "https://github.com/highcharts/rounded-corners#readme",
"dependencies": {
"highcharts": ">=3.0.0"
}
}