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:
@@ -24,7 +24,6 @@ Template.Pricing.onRendered(function() {
|
||||
});
|
||||
Template.Pricing.helpers({
|
||||
measures: function() {
|
||||
//return Meteor.collections.Measures.find({}, {sort: {order: 1}});
|
||||
let measures = Meteor.collections.Measures.find({}, {sort: {order: 1}}).fetch();
|
||||
|
||||
for(let i = 0; i < measures; i++) {
|
||||
|
||||
Reference in New Issue
Block a user