Grind Report- July 2016 Grind08
Another late grind report. Honestly I am still “Grinding” but I am forgetting to put together these reports.
But man, months are getting better and better. We are halfway into August – and while that isn’t included in today’s report – I am on “fire”! Finally cracking my afternoon drags and getting a few more work sets done in the afternoon to really boost my numbers.
Anyway, let’s look at July’s numbers:
// google.load(“visualization”, “1.1”, {packages:[“bar”]}); google.setOnLoadCallback(drawChart); function drawChart() { var data = google.visualization.arrayToDataTable([ [‘Date’, ‘This Month’, ‘Previous Month’], [‘Week 1’, 38, 32], [‘Week 2’, 19, 29], [‘Week 3’, 38, 10], [‘Week 4’, 22, 21], [‘Week 5’, 13, 38] ]); var options = { chart: { title: ‘Completed Pomodoros’, subtitle: ‘Tracking July 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 is going to be a great month! Then to Shanghai to start off September – which will be good for business development and networking – but not so good for productivity!