This is a follow up to last month’s post on same name.
There are few changes made to the chart.
- Today marker: Instead of drawing a full line for the current year, we are allowing the line to grow with passing day. This is a major change.
- Transition: The trasnition effects are the major change here. Ironically, the amount of code change is minimum - tbh addition of 2 lines is all that’s needed.
- Hyperlinks: All the hyperlinks are made colored with dark blue, as this is the default color in all browsers.
- Tooltip: We have used
titletag to implement the tooltip. This is not a major change or in other words the tooltip can be better. For that we have to go for CSS method, which is still a bit far from my reach.
Scope for improvement