add hebrew + new cpu charts refactoring

This commit is contained in:
henrygd
2025-11-01 13:34:30 -04:00
parent 6a562ce03b
commit aaa93b84d2
6 changed files with 51 additions and 41 deletions

View File

@@ -109,7 +109,7 @@ export default function AreaChartDefault({
/>
)
})}
{legend && <ChartLegend content={<ChartLegendContent />} />}
{legend && <ChartLegend content={<ChartLegendContent reverse={reverseStackOrder} />} />}
</AreaChart>
</ChartContainer>
</div>