Hey there, I've been working with jQRangeSlider () to meet a specific requirement. I'm looking to create a Date Range Selector that:
- Displays the current Fiscal Year at the top.
- Includes Quarters in the middle (Q1, Q2, Q3, Q4).
- Shows months at the bottom.
Please refer to the image attached below.
https://i.sstatic.net/sDiFy.jpg
I've managed to get the months to display correctly, but I'm struggling to figure out how to also incorporate the Quarters (Q1, Q2, Q3, Q4) and the FY17 heading.
It's possible that this may not be achievable with the current plugin I'm using, so if anyone has an alternate suggestion, please feel free to share.
This is what my progress looks like so far:
// Code snippet here
I realize that I need to utilize a secondary scale for Quarters, but I'm unsure of how to implement it effectively.
You can find my code in action on jsFiddle, based on another example: http://jsfiddle.net/zegr37d9/1/
Thank you in advance for any assistance provided.