Hiding Chart Lines and Axis

Some useful bits regarding axis and lines of the underlying nvd3 charts:

  • CSS to get rid of all the lines and axes → .tick{display: none;} (courtesy of Eugene Smirnov)
  • Remove Grid lines but keep X-Axis → .tick line {display: none;}

Full External Reference: