@awsui/components-react
Version:
On July 19th, 2022, we launched [Cloudscape Design System](https://cloudscape.design). Cloudscape is an evolution of AWS-UI. It consists of user interface guidelines, front-end components, design resources, and development tools for building intuitive, en
12 lines (11 loc) • 533 B
TypeScript
import { ElementWrapper } from "@awsui/test-utils-core/selectors";
import { BaseCartesianChartWrapper } from '../mixed-line-bar-chart/index.js';
export default class AreaChartWrapper extends BaseCartesianChartWrapper {
static rootSelector: string;
findChart(): ElementWrapper;
/**
* Returns an array of chart series. Note that thresholds count as series as well.
*/
findSeries(): import("@awsui/test-utils-core/selectors").MultiElementWrapper<ElementWrapper>;
findHighlightedSeries(): ElementWrapper;
}