@adobe/react-spectrum-charts
Version:
Declarative library for composing Spectrum visualizations in React.
7 lines • 635 B
TypeScript
import { PartiallyRequired } from '@spectrum-charts/vega-spec-builder';
import './Chart.css';
import { ChartProps } from './types';
type ChartPropsWithDefaults = 'backgroundColor' | 'colors' | 'colorScheme' | 'debug' | 'emptyStateText' | 'height' | 'hiddenSeries' | 'idKey' | 'lineTypes' | 'lineWidths' | 'locale' | 'minHeight' | 'maxHeight' | 'minWidth' | 'maxWidth' | 'padding' | 'renderer' | 's2' | 'theme' | 'tooltipAnchor' | 'tooltipPlacement' | 'width';
export declare const applyChartPropsDefaults: (props: ChartProps) => PartiallyRequired<ChartProps, ChartPropsWithDefaults>;
export {};
//# sourceMappingURL=chartUtils.d.ts.map