Fixed statistics for Firefox
This commit is contained in:
parent
8319986a59
commit
b5143fb1a6
@ -25,6 +25,6 @@ component StatisticsHeader
|
||||
component PieChart(slices []*arn.PieChartSlice)
|
||||
svg.pie-chart(viewBox="-1.1 -1.1 2.2 2.2")
|
||||
each slice in slices
|
||||
g
|
||||
g.slice
|
||||
title= slice.Title
|
||||
path.slice(d=utils.SVGSlicePath(slice.From, slice.To), fill=slice.Color)
|
||||
path(d=utils.SVGSlicePath(slice.From, slice.To), fill=slice.Color)
|
@ -13,5 +13,6 @@
|
||||
.slice
|
||||
color black
|
||||
default-transition
|
||||
|
||||
:hover
|
||||
transform scale(1.05)
|
Loading…
Reference in New Issue
Block a user