mirror of
https://github.com/henrygd/beszel.git
synced 2025-12-17 18:56:17 +01:00
RTL layout fixes
This commit is contained in:
@@ -84,6 +84,8 @@ export default memo(function AreaChartDefault({
|
||||
<AreaChart accessibilityLayer data={chartData.systemStats} margin={chartMargin}>
|
||||
<CartesianGrid vertical={false} />
|
||||
<YAxis
|
||||
direction="ltr"
|
||||
orientation={chartData.orientation}
|
||||
className="tracking-tighter"
|
||||
width={yAxisWidth}
|
||||
tickFormatter={(value) => {
|
||||
|
||||
Reference in New Issue
Block a user