mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
Merge pull request #24086 from mthmulders/fix/recharts-bar-fill
[recharts] Add 'fill' prop to Bar component
This commit is contained in:
Vendored
+1
@@ -190,6 +190,7 @@ export interface BarData {
|
||||
export interface BarProps extends EventAttributes, Partial<PresentationAttributes>, Animatable {
|
||||
dataKey: DataKey; // As the source code states, dataKey will replace valueKey in 1.1.0 and it'll be required (it's already required in current implementation).
|
||||
className?: string;
|
||||
fill?: string;
|
||||
layout?: LayoutType;
|
||||
xAxisId?: string | number;
|
||||
yAxisId?: string | number;
|
||||
|
||||
Reference in New Issue
Block a user