rickshaw
rickshaw copied to clipboard
Moving Time Axis Outside the Graph
I am having troubles either trying to get the time axis outside of the graph, or to make x-axis use times that display on the hour. Ultimately, I need the time axis to not overlap the graph for readability. Do you have any suggestions, or is this already possible and I missed it somehow?
Try adding the following to your css:
/* "title" is the class assigned to the x-axis labels */ .title { bottom: -19px !important; }