mirror of
https://github.com/christianvidalwolf-prog/CrazeAnalytix.git
synced 2026-08-03 11:55:22 +02:00
feat: add BSR vs Units correlation chart to Vendor tab
New BSRUnitsCorrelationChart component added to the Vendor tab showing: - Per-marketplace tabs (DE, ES, FR, IT, UK) with market accent colors - Dual-axis combo chart: bars (units sold, right axis) + line (BSR rank, left axis) - Inverted BSR axis by default (lower rank = top) with toggle to flip - Pearson r correlation calculated and displayed with strength interpretation - Wired to existing combinedAdsData (filtered) and filteredBsrData Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
507af94e1a
commit
3e3975cd2b
@@ -916,7 +916,7 @@ const App: React.FC = () => {
|
||||
|
||||
<Suspense fallback={<LoadingSpinner />}>
|
||||
<div className={view === 'vendor' ? '' : 'hidden'}>
|
||||
<VendorDataView bsrData={filteredBsrData} asinMetadata={globalAsinMetadata} buyBoxLostMap={buyBoxLostMap} />
|
||||
<VendorDataView bsrData={filteredBsrData} asinMetadata={globalAsinMetadata} buyBoxLostMap={buyBoxLostMap} combinedSalesData={combinedAdsData} />
|
||||
</div>
|
||||
</Suspense>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user