source: node_modules/recharts/es6/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: 529 bytes
Line 
1/**
2 * Cell component used to define colors and styles of chart elements.
3 *
4 * This component is now deprecated and will be removed in Recharts 4.0.
5 *
6 * Please use the `shape` prop or `content` prop on the respective chart components
7 * to customize the rendering of chart elements instead of using `Cell`.
8 *
9 * @see {@link https://recharts.github.io/en-US/guide/cell/ Guide: Migrate from Cell component to shape prop}
10 *
11 * @deprecated
12 * @consumes CellReader
13 */
14export var Cell = _props => null;
15Cell.displayName = 'Cell';
Note: See TracBrowser for help on using the repository browser.