Move events stats in Statistics, add ticket distribution
This commit is contained in:
parent
257226273b
commit
2e1dcd33fe
20 changed files with 968 additions and 159 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<script>
|
||||
|
||||
var registered = '<%= h @registrations.count%>';
|
||||
var data = <%=raw @mydays.to_json %>;
|
||||
var data = <%=raw @registered_time.to_json %>;
|
||||
|
||||
var valueLabelWidth = 10; // space reserved for value labels (right)
|
||||
var barHeight = 24; // height of one bar
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue