feature
need help here !!! @xile611
@manishjohar You can find the className of Tooltip in chrome Elements , just add styles to thiese classNames in css.
.recharts-tooltip-wrapper {
background-color: red;
.recharts-default-tooltip {
//
.recharts-tooltip-label {
}
.recharts-tooltip-item-list {
.recharts-tooltip-item {
.recharts-tooltip-item-name {}
.recharts-tooltip-item-separator {}
.recharts-tooltip-item-value {}
.recharts-tooltip-item-unit {}
}
}
}
}
@xile611 only works if you are willing to add !important to overwrite inline styles.