@progress/kendo-angular-charts
Version:
Kendo UI Charts for Angular - A comprehensive package for creating beautiful and interactive data visualization. Every chart type, stock charts, and sparklines are included.
117 lines • 3.69 kB
JSON
{
"name": "@progress/kendo-angular-charts",
"version": "24.0.3",
"description": "Kendo UI Charts for Angular - A comprehensive package for creating beautiful and interactive data visualization. Every chart type, stock charts, and sparklines are included.",
"license": "SEE LICENSE IN LICENSE.md",
"author": "Progress",
"homepage": "https://www.telerik.com/kendo-angular-ui/components/",
"bugs": {
"url": "https://github.com/telerik/kendo-angular"
},
"keywords": [
"Angular",
"Charts",
"Data Visualization",
"DataViz",
"Kendo UI",
"Progress",
"Area Chart",
"Bar Chart",
"Box Plot Chart",
"Bullet Chart",
"Heatmap Chart",
"Line Chart",
"Radar Chart",
"Range Area Chart",
"Range Bar Chart",
"Waterfall Chart",
"Donut Chart",
"Pie Chart",
"Funnel Chart",
"Pyramid Chart",
"Bubble Chart",
"Polar Chart",
"Scatter Plot Chart",
"Stock Chart",
"Sparkline",
"Angular-charts",
"Angular-graphs"
],
"@progress": {
"friendlyName": "Charts",
"migrations": {
"options": {
"parser": "tsx",
"pattern": "*.{ts,html,css,scss,sass,less}"
},
"codemods": {
"19": [
{
"description": "The Charts components have rendering changes that may affect custom styling.",
"file": "codemods/v19/charts-rendering-changes.js",
"instructionsOnly": true
}
],
"24": [
{
"description": "The `style` property of the Chart Series Item component has been renamed to `lineStyle`.",
"file": "codemods/v24/seriesitem-style.js"
},
{
"description": "The `style` property of the Chart Navigator Series Item component has been renamed to `lineStyle`.",
"file": "codemods/v24/navigatorseriesitem-style.js"
},
{
"description": "The `style` property of the `Series` interface has been renamed to `lineStyle`.",
"file": "codemods/v24/series-interface-style.js"
},
{
"description": "Charts and Sankey redundant internal surface element has been removed.",
"file": "codemods/v24/charts-rendering-changes.js",
"instructionsOnly": true
}
]
}
},
"package": {
"productName": "Kendo UI for Angular",
"productCode": "KENDOUIANGULAR",
"publishDate": 1780065162,
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
}
},
"peerDependencies": {
"@angular/animations": "19 - 21",
"@angular/common": "19 - 21",
"@angular/core": "19 - 21",
"@angular/platform-browser": "19 - 21",
"@progress/kendo-drawing": "^1.25.0",
"@progress/kendo-licensing": "^1.11.0",
"@progress/kendo-angular-common": "24.0.3",
"@progress/kendo-angular-intl": "24.0.3",
"@progress/kendo-angular-icons": "24.0.3",
"@progress/kendo-angular-l10n": "24.0.3",
"@progress/kendo-angular-popup": "24.0.3",
"@progress/kendo-angular-navigation": "24.0.3",
"rxjs": "^6.5.3 || ^7.0.0"
},
"dependencies": {
"tslib": "^2.3.1",
"@progress/kendo-angular-schematics": "24.0.3",
"@progress/kendo-charts": "2.12.2",
"@progress/kendo-svg-icons": "^4.0.0"
},
"schematics": "./schematics/collection.json",
"module": "fesm2022/progress-kendo-angular-charts.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/progress-kendo-angular-charts.mjs"
}
},
"sideEffects": false
}