source: node_modules/recharts/lib/component/Cell.js@ a762898

Last change on this file since a762898 was a762898, checked in by istevanoska <ilinastevanoska@…>, 5 months ago

Added visualizations

  • Property mode set to 100644
File size: 646 bytes
Line 
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.Cell = void 0;
7/**
8 * Cell component used to define colors and styles of chart elements.
9 *
10 * This component is now deprecated and will be removed in Recharts 4.0.
11 *
12 * Please use the `shape` prop or `content` prop on the respective chart components
13 * to customize the rendering of chart elements instead of using `Cell`.
14 *
15 * @see {@link https://recharts.github.io/en-US/guide/cell/ Guide: Migrate from Cell component to shape prop}
16 *
17 * @deprecated
18 * @consumes CellReader
19 */
20var Cell = _props => null;
21exports.Cell = Cell;
22Cell.displayName = 'Cell';
Note: See TracBrowser for help on using the repository browser.