border color for stacked bar
This commit is contained in:
@@ -32,7 +32,7 @@ export const StackedBarChart = ({ data }: Files) => {
|
||||
const mainColors = ['#0088FE20', '#00C49F20', '#FFBB2820', '#FF804220', '#FF000020', '#FFC0CB20'];
|
||||
const secondColors = ['#0088FE', '#00C49F', '#FFBB28', '#FF8042', 'red', 'pink'];
|
||||
|
||||
const strokeColor = "#bfbdbdd1";
|
||||
const strokeColor = "#dfdede24";
|
||||
const strokeWidth = 1;
|
||||
|
||||
const renderBarWithPartialBorder = (props: BarShapeProps) => {
|
||||
|
||||
Reference in New Issue
Block a user