react-native-chart-kit
Version:
Beautiful React Native charts for dashboards, reports, and data-rich mobile apps.
19 lines • 662 B
TypeScript
export declare const chartRenderLayers: {
readonly background: 0;
readonly plot: 10;
readonly grid: 20;
readonly axes: 30;
readonly referenceBands: 35;
readonly dataArea: 40;
readonly data: 50;
readonly referenceLines: 55;
readonly markers: 60;
readonly referenceLabels: 65;
readonly overlays: 70;
readonly interaction: 80;
readonly debug: 90;
};
export type ChartRenderLayerName = keyof typeof chartRenderLayers;
export declare const chartRenderLayerOrder: ChartRenderLayerName[];
export declare const getChartRenderLayerTestId: (name: ChartRenderLayerName) => string;
//# sourceMappingURL=layerOrder.d.ts.map