push web
This commit is contained in:
@@ -95,7 +95,7 @@ class RadarChart(ft.Stack):
|
||||
a = math.radians(-90.0 + 360.0 * i / n)
|
||||
lx = ccx + _LBL_R * math.cos(a)
|
||||
ly = ccy + _LBL_R * math.sin(a)
|
||||
col = item.get("dimension_color") or ds.clolors.ferst
|
||||
col = item.get("dimension_color") or ds.colors.primary
|
||||
|
||||
labels.append(ft.Container(
|
||||
left=lx - _W_LBL / 2,
|
||||
@@ -119,7 +119,7 @@ class RadarChart(ft.Stack):
|
||||
ft.Text(
|
||||
str(int(item["value"])),
|
||||
size=11,
|
||||
color=ds.clolors.ferst,
|
||||
color=ds.colors.primary,
|
||||
text_align=ft.TextAlign.CENTER,
|
||||
),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user