@arcgis/charts-spec
Advanced tools
Comparing version 4.32.0-next.11 to 4.32.0-next.12
/** | ||
* Version of the current specification. | ||
*/ | ||
export const WebChartCurrentVersion = "17.2.1"; | ||
export const WebChartCurrentVersion = "18.0.0"; |
@@ -7,3 +7,3 @@ import type { ISimpleLineSymbol, ISimpleFillSymbol, ISimpleMarkerSymbol, ITextSymbol, Color, IExtent, IEnvelope, IPoint, IPolygon, IPolygonWithCurves, IPolyline, IDrawingInfo, IStatisticDefinition, IFeatureLayer } from "./rest-js-types"; | ||
*/ | ||
export declare const WebChartCurrentVersion: "17.2.1"; | ||
export declare const WebChartCurrentVersion: "18.0.0"; | ||
/** | ||
@@ -585,4 +585,6 @@ * Stores information regarding a numeric conversion | ||
* Subset of the WebChartQuery, used at the series level | ||
* | ||
* @remarks The former `orderByFields` property is replaced by the `orderOptions` property of `WebMapWebChart`. | ||
*/ | ||
type WebChartSeriesQuery = Omit<WebChartQuery, "distance" | "gdbVersion" | "geometry" | "num" | "start" | "timeExtent" | "units">; | ||
export type WebChartSeriesQuery = Omit<WebChartQuery, "distance" | "gdbVersion" | "geometry" | "num" | "orderByFields" | "start" | "timeExtent" | "units">; | ||
/** | ||
@@ -589,0 +591,0 @@ * JSON representation of filters applied to the data |
{ | ||
"name": "@arcgis/charts-spec", | ||
"version": "4.32.0-next.11", | ||
"version": "4.32.0-next.12", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "registry": "https://registry.npmjs.org/", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
3035675
80954