Remembering settings seems normal to me. If you like your details a certain way, the persistence is desireable, and if you like to see it all, the persistence is not an issue
The pop-up buttons are actually just an alternate way of setting the “Review Details Summary” dropdown in the Settings dialog, so when you change one, you’re changing the other as well. And when the buttons are off, you can still select the desired info from the Settings.
Ah, okay. I didn’t notice that.
I think we’re set, but drop us a mention when you push it this morning. We’ll keep an even closer eye on performance. 
[v7.0.0] - Converted to APIv2 and Open Framework.
It’s live. I’m guessing most people will pull in the update over the next 2 days. Some may be configured to update their scripts weekly.
I couldn’t find a way to manually force an update in TamperMonkey, so I did a full reinstall.
The new functionality is great! Your work is awesome as always.
My (very subjective) feedback is the “Bar Style” drop-down looks a bit out of place to me. Just from a quick mess around, I think having a border color that matches the text color and having less (or no) border-radius looks better to me. The border color was more a factor than the radius for me.
Otherwise, I think the bar resize functionality is very smooth and works well. It’s something I’ll have to get used to, but the grouping is a solid improvement. Keep up the good work as always!
Thanks for the feedback!
Can you send me a snapshot of what you came up with for the Bar Style dropdown?
(Btw, you can also turn off that dropdown in the settings window)
Also, be sure to take a look at the updated top-post of this thread in case there are any features you didn’t know about. Probably the least obvious is that the graph height is now resizable by dragging the bottom part of the graph.
I did play around with it a bit, so I did know most of the features, but the resize was one I missed. I can’t see myself using that too much, but it’s a nice touch.
Here’s something I came up with just real quick for the bar style. I did a border-radius: 0 and border-background-color: rgb(120,120,120). You don’t have to use those exact colors, but the text color of “Reviews Timeline” was 51,51,51 and I found that to be a bit too dark and punchy for the border here, but I like something darker than the current grey.
![]()
The reason a rounded drop-down feels out of place to me is because it’s situated next to a sharp-cornered graph window that does not have rounded features. With sharp-cornered bar graphs and window, I think having the drop-down match that style makes it fit in better.
Working perfectly for me so far and I appreciate the new options – I switched to bar style “SRS level” and 24 hour format immediately. Very nicely as done, as always.
さすが、rfindleyさん! 
Thanks for your excellent work as always. The one oddity about this release is that I can’t seem to find the reposition setting to move the timeline where I’d like it to be, am I just not seeing it? If it is gone, I’d love that setting back.
I actually have that setting commented out, but it’s in there.
I’ll go ahead an uncomment it in the next day or so, but you can do so in your own copy in the meantime.
On line 576, remove the // from the beginning of the line:
placement: {type:'dropdown', label:'Placement on Dashboard', default:'before_nextreview', content:{before_nextreview:'Before "Next Review"',after_nextreview:'After "Next Review"',after_srsprogress:'After "SRS Progress"',after_levelprogress:'After "Level Progress"',after_unlocks:'After "New Unlocks"',after_recentchat:'After Recent Forum Activity'}, hover_tip:'Choose where the timeline will\nbe positioned on the dashboard.'},
Ah, great, got it working on my install. Thanks a lot 
Thanks for the update, enjoying my 24 hour time + SRS level bars
One question: Is there a way on the latest version to change the width of the bars (how much time each bar represents)?
No, there’s no manual way. It auto-scales the number of hours per bar as you increase the time span.
If you want to experiment with it in the code, there’s a chart near the top of the script (around line 40). Each column represents a set of factors at one scale level. The ‘bundle_choices’ is what determines the number of hours per bar. Since the settings work together somewhat, a bad combination might produce some strange behavior. And it’s generally built to favor values like 1, 3, 6, 12, and 24 hours, so there could be side effects if you choose something else.
Ahh. Would this support adding <1 hour sizes or would that break things?
Nope, I took out the 15-min interval support since reviews only show up on the hour nowadays. What is it you’re wanting to achieve?
You could just make the bars thinner if that’s what you’re wanting… like if you only want to show the next 12 hours or something, and the bars just look too fat at that scale.
Ahh, reviews only show up on the hour now? Good to know. I guess it doesn’t matter then.
I can get used to this new system it’s using now but personally I’m not a fan of how the bars look so fat now. Is there any way that you can allow us to adjust the width of the bars in a future update?
You mean without scaling to a larger time period?
Such that there’s a lot of blank space between the bars when you have it zoomed in to one or two days?
edit: I guess what I’m asking is: what time range do you have your timeline zoomed to?
So this is objectively worse than the previous version, reverting for now. Only reason I wanted this script was to show when current level rad+kanji show up, now I can’t do that.