Grind report - August and September 2016 Grind09

October 12, 2016

So, here’s the last 2 months progress on grinding.

Will keep this short – and numbers focused

Results for August (as compared to July)

// google.load(“visualization”, “1.1”, {packages:[“bar”]}); google.setOnLoadCallback(drawChart); function drawChart() { var data = google.visualization.arrayToDataTable([ [‘Date’, ‘This Month’, ‘Previous Month’], [‘Week 1’, 30, 38], [‘Week 2’, 46, 19], [‘Week 3’, 43, 38], [‘Week 4’, 35, 22], [‘Week 5’, 0, 13] ]); var options = { chart: { title: ‘Completed Pomodoros’, subtitle: ‘Tracking August 2016’, }, bars: ‘horizontal’, // Required for Material Bar Charts. colors: [‘#d5a130’, ‘#694e15’, ‘#7570b3’] }; var chart = new google.charts.Bar(document.getElementById(‘barchart_material’)); chart.draw(data, options); } // ]]>

August was a solid month – with 154 sets with only 4 weeks compared to July. But August was a low travel month, low event month – so allowed me to “Grind” much more at my office.

Results for September (as compared to August)

// google.load(“visualization”, “1.1”, {packages:[“bar”]}); google.setOnLoadCallback(drawChart); function drawChart() { var data = google.visualization.arrayToDataTable([ [‘Date’, ‘This Month’, ‘Previous Month’], [‘Week 1’, 21, 30], [‘Week 2’, 36, 46], [‘Week 3’, 30, 43], [‘Week 4’, 32, 35], [‘Week 5’, 0, 0] ]); var options = { chart: { title: ‘Completed Pomodoros’, subtitle: ‘Tracking September 2016’, }, bars: ‘horizontal’, // Required for Material Bar Charts. colors: [‘#d5a130’, ‘#694e15’, ‘#7570b3’] }; var chart = new google.charts.Bar(document.getElementById(‘barchart_material’)); chart.draw(data, options); } // ]]>

September wasn’t as good as August – this was due to more meetings and rushing around in Hong Kong. Also webinars and events and meetings.

With the totals being 154 in August versus 119 in September.

Wondering if I should count those as well.