I am using NVD3 Cumulative Line Chart,it works perfect for me but i want to set different background color to highlight some specific hour on X axis as i have shown in below image.
OR set different background for graph for particular part
As shown in above, i want to set different X - Axis color for specific time period.
So show me any possible way for do that or any possible way for this requirements.
Thanks in advance.
So, pretty big hack here but you could parse out the location of the axis and add it yourself:
EDITS
I just re-thought this. Instead of parsing location out of the DOM you can get it back from the chart object. Much cleaner this way:
Example here.