diff --git a/components/VendorDataView.tsx b/components/VendorDataView.tsx index 81af64b..2e2e741 100644 --- a/components/VendorDataView.tsx +++ b/components/VendorDataView.tsx @@ -187,12 +187,6 @@ const VendorDataView: React.FC = ({ bsrData = [], asinMetad
- - - - - - = ({ bsrData = [], asinMetad labelStyle={{ color: '#9ca3af', fontSize: '11px', marginBottom: '4px' }} cursor={{ stroke: '#374151', strokeWidth: 1, strokeDasharray: '3 3' }} /> - {activeMarkets.map((m, i) => ( + {activeMarkets.map((m) => ( = ({ bsrData = [], asinMetad stroke={orangeHex} strokeWidth={2.5} fillOpacity={1} - fill={i === 0 ? "url(#colorOrange)" : "transparent"} + fill="transparent" activeDot={{ r: 6, strokeWidth: 0, fill: orangeHex }} dot={{ r: 4, fill: cardBg, strokeWidth: 2, stroke: orangeHex }} /> @@ -261,12 +255,6 @@ const VendorDataView: React.FC = ({ bsrData = [], asinMetad
- - - - - - = ({ bsrData = [], asinMetad labelStyle={{ color: '#9ca3af', fontSize: '11px', marginBottom: '4px' }} cursor={{ stroke: '#374151', strokeWidth: 1, strokeDasharray: '3 3' }} /> - {activeMarkets.map((m, i) => ( + {activeMarkets.map((m) => ( = ({ bsrData = [], asinMetad stroke={cyanHex} strokeWidth={2.5} fillOpacity={1} - fill={i === 0 ? "url(#colorCyan)" : "transparent"} + fill="transparent" activeDot={{ r: 6, strokeWidth: 0, fill: cyanHex }} dot={{ r: 4, fill: cardBg, strokeWidth: 2, stroke: cyanHex }} /> @@ -326,12 +314,6 @@ const VendorDataView: React.FC = ({ bsrData = [], asinMetad
- - - - - - = ({ bsrData = [], asinMetad labelStyle={{ color: '#9ca3af', fontSize: '11px', marginBottom: '4px' }} cursor={{ stroke: '#374151', strokeWidth: 1, strokeDasharray: '3 3' }} /> - {activeMarkets.map((m, i) => ( + {activeMarkets.map((m) => ( = ({ bsrData = [], asinMetad stroke={purpleHex} strokeWidth={2.5} fillOpacity={1} - fill={i === 0 ? "url(#colorPurple)" : "transparent"} + fill="transparent" activeDot={{ r: 6, strokeWidth: 0, fill: purpleHex }} dot={{ r: 4, fill: cardBg, strokeWidth: 2, stroke: purpleHex }} />