Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit16a863e

Browse files
chore: make chart styles consistent (#20343)
1 parent1a10475 commit16a863e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎site/src/pages/DeploymentSettingsPage/LicensesSettingsPage/LicenseSeatConsumptionChart.tsx‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import { docs } from "utils/docs";
2828
constchartConfig={
2929
users:{
3030
label:"Users",
31-
color:"hsl(var(--highlight-green))",
31+
color:"hsl(var(--highlight-purple))",
3232
},
3333
}satisfiesChartConfig;
3434

@@ -207,7 +207,7 @@ export const LicenseSeatConsumptionChart: FC<
207207

208208
<Area
209209
dataKey="users"
210-
type="natural"
210+
type="linear"
211211
fill="url(#fillUsers)"
212212
fillOpacity={0.4}
213213
stroke="var(--color-users)"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp