Added footer
This commit is contained in:
parent
cfe61542e0
commit
c977651be5
@ -3,11 +3,15 @@ component Statistics(pieCharts ...*arn.PieChart)
|
|||||||
|
|
||||||
StatisticsHeader
|
StatisticsHeader
|
||||||
|
|
||||||
.widgets.statistics
|
.statistics
|
||||||
each pie in pieCharts
|
.widgets
|
||||||
.widget
|
each pie in pieCharts
|
||||||
h3.widget-title= pie.Title
|
.widget
|
||||||
PieChart(pie.Slices)
|
h3.widget-title= pie.Title
|
||||||
|
PieChart(pie.Slices)
|
||||||
|
|
||||||
|
.footer
|
||||||
|
p Data is collected for statistical purposes only. We respect user privacy and we will never display or sell data to 3rd party services.
|
||||||
|
|
||||||
component StatisticsHeader
|
component StatisticsHeader
|
||||||
.buttons.tabs
|
.buttons.tabs
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
.statistics
|
.statistics
|
||||||
//
|
text-align center
|
||||||
|
|
||||||
.pie-chart
|
.pie-chart
|
||||||
transform rotate(-90deg)
|
transform rotate(-90deg)
|
||||||
|
Loading…
Reference in New Issue
Block a user