@arcgis/charts-js-common
Advanced tools
Comparing version 4.31.0-next.95 to 4.31.0-next.96
@@ -51,2 +51,8 @@ import type { WebChart, WebChartBarChartSeries, WebChartLineChartSeries, WebMapWebChart, WebBoxPlot } from "@arcgis/charts-spec"; | ||
/** | ||
* Returns true if the 'timeZone' property from the axis value format changed in the chart config since the previous update. | ||
* @param oldConfig the old chart config | ||
* @param newConfig the new chart config | ||
*/ | ||
export declare function hasIntlTimeZoneChanged(oldConfig: WebChart, newConfig: WebChart): boolean; | ||
/** | ||
* Determines whether a sort by series is needed. | ||
@@ -53,0 +59,0 @@ * A sort by series is needed when either the series order has changed or any of the series names have changed. |
{ | ||
"name": "@arcgis/charts-js-common", | ||
"version": "4.31.0-next.95", | ||
"version": "4.31.0-next.96", | ||
"publishConfig": { | ||
@@ -37,4 +37,4 @@ "registry": "https://registry.npmjs.org/", | ||
"dependencies": { | ||
"@arcgis/charts-shared-utils": "4.31.0-next.95", | ||
"@arcgis/charts-spec": "4.31.0-next.95", | ||
"@arcgis/charts-shared-utils": "4.31.0-next.96", | ||
"@arcgis/charts-spec": "4.31.0-next.96", | ||
"chance": "^1.1.11", | ||
@@ -41,0 +41,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
4937039
77872
+ Added@arcgis/charts-shared-utils@4.31.0-next.96(transitive)
+ Added@arcgis/charts-spec@4.31.0-next.96(transitive)
- Removed@arcgis/charts-shared-utils@4.31.0-next.95(transitive)
- Removed@arcgis/charts-spec@4.31.0-next.95(transitive)