@arcgis/charts-js-common
Advanced tools
Comparing version 4.32.0-next.123 to 4.32.0-next.124
@@ -51,3 +51,3 @@ import type { ChartElementLimit, SelectionIndexes } from "@arcgis/charts-shared-utils"; | ||
* @param props.preferLabel Whether to use data labels | ||
* @param props.isByFieldsChart Whether the chart is a from fields chart | ||
* @param props.isPieOrByFieldsChart Whether it is a pie or by fields chart | ||
*/ | ||
@@ -62,3 +62,3 @@ export declare function sortWebChartDataItemsUsingDirectionalSort(props: { | ||
preferLabel?: boolean; | ||
isByFieldsChart?: boolean; | ||
isPieOrByFieldsChart?: boolean; | ||
}): void; | ||
@@ -71,4 +71,5 @@ /** | ||
* @param props.sortingField The field to sort by | ||
* @param props.useFieldAlias Whether to use the field alias | ||
* @param props.fieldList The layer field list | ||
* @param props.isByFieldsChart Whether the chart is a by fields chart (bar, line, pie from fields) | ||
* @param props.preferLabel Whether or not to use labels like field alias | ||
*/ | ||
@@ -79,4 +80,5 @@ export declare function sortWebChartDataItemsUsingPredefinedLabels(props: { | ||
sortingField: string; | ||
useFieldAlias?: boolean; | ||
fieldList?: IField[]; | ||
isByFieldsChart?: boolean; | ||
preferLabel?: boolean; | ||
}): void; | ||
@@ -83,0 +85,0 @@ /** |
{ | ||
"name": "@arcgis/charts-js-common", | ||
"version": "4.32.0-next.123", | ||
"version": "4.32.0-next.124", | ||
"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.123", | ||
"@arcgis/charts-spec": "4.32.0-next.123", | ||
"@arcgis/charts-shared-utils": "4.32.0-next.124", | ||
"@arcgis/charts-spec": "4.32.0-next.124", | ||
"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
5803109
82937
+ Added@arcgis/charts-shared-utils@4.32.0-next.124(transitive)
+ Added@arcgis/charts-spec@4.32.0-next.124(transitive)
- Removed@arcgis/charts-shared-utils@4.32.0-next.123(transitive)
- Removed@arcgis/charts-spec@4.32.0-next.123(transitive)