@arcgis/charts-js-common
Advanced tools
Comparing version 4.32.0-next.71 to 4.32.0-next.72
@@ -20,7 +20,2 @@ import type { CommonStrings, PieSlicesSymbols } from "@arcgis/charts-shared-utils"; | ||
*/ | ||
/** | ||
* Return the slice information from the series config based on sliceId from the slice's data context. | ||
* @param slices The slices config | ||
* @param sliceId The slice id to match the | ||
*/ | ||
export declare function retrievePieSliceInfoFromConfig(slices?: WebChartPieChartSlice[], sliceId?: string): WebChartPieChartSlice | undefined; | ||
@@ -27,0 +22,0 @@ /** |
{ | ||
"name": "@arcgis/charts-js-common", | ||
"version": "4.32.0-next.71", | ||
"version": "4.32.0-next.72", | ||
"description": "TypeScript library containing the common modules to `arcgis-charts-js` and `arcgis-chart-js-next`", | ||
@@ -13,4 +13,4 @@ "main": "dist/commonjs/index.js", | ||
"dependencies": { | ||
"@arcgis/charts-shared-utils": "4.32.0-next.71", | ||
"@arcgis/charts-spec": "4.32.0-next.71", | ||
"@arcgis/charts-shared-utils": "4.32.0-next.72", | ||
"@arcgis/charts-spec": "4.32.0-next.72", | ||
"chance": "^1.1.11", | ||
@@ -17,0 +17,0 @@ "d3-array": "^3.1.1", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
4939198
79201
+ Added@arcgis/charts-shared-utils@4.32.0-next.72(transitive)
+ Added@arcgis/charts-spec@4.32.0-next.72(transitive)
- Removed@arcgis/charts-shared-utils@4.32.0-next.71(transitive)
- Removed@arcgis/charts-spec@4.32.0-next.71(transitive)