In Google Sheets, sparkline charts is known to have an option to change the last column color.
=sparkline((A1:A5),{"charttype","column";"lastcolor","green"})
What if I want to change last two column colors? Any option like this, or any workaround?
=sparkline((A1:A5),{"charttype","column";"lasttwocolor","green"})






alternative with SPARKLINE and some column width magic:
end result visual:
update fix: