rickshaw icon indicating copy to clipboard operation
rickshaw copied to clipboard

Moving Time Axis Outside the Graph

Open inthenick opened this issue 10 years ago • 1 comments

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?

inthenick avatar Oct 29 '14 21:10 inthenick

Try adding the following to your css:

/* "title" is the class assigned to the x-axis labels */ .title { bottom: -19px !important; }

RashidClark avatar Sep 30 '15 19:09 RashidClark