Build 2D and 3D mapping applications with client APIs, the basemap styles service, and data services.
ArcGIS Maps SDK for JavaScriptReferences
import { hasNumberOfSeriesChanged } from "@arcgis/charts-components/utils/chart-config/utils/index.js";
Compares two arrays of series and indicates whether the number of series is different.
hasNumberOfSeriesChanged (previousSeries: WebChart["series"], newSeries: WebChart["series"]): boolean