This is my Week 6 check-in of my ROW80 challenge to finish the rough draft of Sekrit Middle Grade Fantasy project by June 14th!
google.load(‘visualization’, ‘1’, {packages: [‘gauge’]});
var gauge;
var gaugeData;
var gaugeOptions;
function drawGauge() {
gaugeData = new google.visualization.DataTable();
gaugeData.addColumn(‘number’, ‘Sekrit MS’);
gaugeData.addRows(1);
gaugeData.setCell(0, 0, 120);
gauge = new google.visualization.Gauge(document.getElementById(‘gauge’));
gaugeOptions = {
min: 0,
max: 60000,
greenFrom: 45000,
greenTo: 50000,
yellowFrom: 50000,
yellowTo: 60000,
minorTicks: 3
};
gaugeData.setValue(0, 0, 23064);
gauge.draw(gaugeData, gaugeOptions);
}
function changeTemp(dir) {
gaugeData.setValue(0, 1, gaugeData.getValue(0, 1) + dir * 20);
gauge.draw(gaugeData, gaugeOptions);
}
google.setOnLoadCallback(drawGauge);
p.p.s. How do you pronounce Sekrit? See the debate.
Hope you find your momentum soon… the last half of KD was a struggle for me b/c I was in a different sort of setting than normal for me.
re: sekrit… aren't there already enough words out there ;)?
@Bane I usually only get muddled when I'm not exactly sure what comes next (I know where it has to go, but not quite how it gets there). And there are never enuf words. 🙂
Make it a Choose Your Own Adventure and everyone can just jump to the end. Who doesn't like shortcuts?
I guess we're in the same boat. 🙂 I am doing better, today. I think I have about 4 chapters left and the rewrite is finished. Then to peek at CPs notes.
@Bryan Those things make me crazy. #IalwaysChooseUnwisely
@Sheri At least you've had the excuse of being sick! Keep plugging away, and we'll both get there. I'm making better progress today…
I find it impossible to really judge the quality of my writing as it's happening. I have to go back and re-read to really get it. Another reason to ignore that internal editor while you're working!
@LisaGG That is so true! It is like drafting and editing use different parts of my brain.
You are almost halfway there! I hate the middle muddles too. Sometimes I feel like I'm just putting words down as place holders or connectors, but then every once in a while something really good comes out that surprises me and helps me keep going! Keep writing, keep writing, keep writing, hit them keys, hit 'em some more. Sorry, an impromptu writing chant.
Writing through the middle is tough. But for me it's tougher when I'm rewriting and deciding what goes and what stays.
The middle muddles are such a joy–like surgery without anesthetic–but keep it up. You will triumph and your book will rock. 🙂
@Margo Thanks! #lovethechant
@Laura Yeah, when the muddle is in my head, it's much harder! 🙂
@Leisha LOL! Thank you for your encouragement!
It can be maddening when you are building the bridge from one dynamic portion of your story to the next. Love the term "middle-muddles." Perfect descriptor. Sending good vibes your way.
@Leslie Thanks for the good vibes! They must have work because I tucked a bunch of words under my belt today. 🙂