Added graphs and charts; Updated a lot of the collections for security and consistency; Updated all of the page to fix bugs and propagate fixes to all templates; Added the d3 library for graphing; Added a real ui for Measures and Venues.
This commit is contained in:
38
imports/ui/GraphTest.import.styl
vendored
Normal file
38
imports/ui/GraphTest.import.styl
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
#graphTest
|
||||
margin: 10px 20px
|
||||
height: 100%
|
||||
svg
|
||||
width: 100%
|
||||
.bar
|
||||
fill: steelblue
|
||||
.xAxisLabels
|
||||
font-size: 16px
|
||||
font-family: "Arial Black", "Arial Bold", Gadget, sans-serif
|
||||
font-weight: 800
|
||||
.yAxisLabels
|
||||
font-size: 12px
|
||||
font-family: "Arial Black", "Arial Bold", Gadget, sans-serif
|
||||
font-weight: 800
|
||||
.barText
|
||||
font-size: 14px
|
||||
font-family: "Arial Black", "Arial Bold", Gadget, sans-serif
|
||||
font-weight: 800
|
||||
table
|
||||
table-layout: fixed
|
||||
> thead
|
||||
> tr
|
||||
> th.total
|
||||
width: 200px
|
||||
> th.market
|
||||
width: 200px
|
||||
> th.week
|
||||
width: 200px
|
||||
> th.month
|
||||
width: 200px
|
||||
> th.year
|
||||
width: 200px
|
||||
> tbody
|
||||
> tr.deactivated
|
||||
background-color: #fac0d1
|
||||
> tr.deactivated:hover
|
||||
background-color: #ffcadb
|
||||
Reference in New Issue
Block a user