leeper / slopegraph

Edward Tufte-Inspired Slopegraphs
187 stars 21 forks source link

null check on leftlabels and rightlabels was reversed #22

Closed joranE closed 6 years ago

joranE commented 6 years ago

I think this fixes issue #20

codecov-io commented 6 years ago

Codecov Report

Merging #22 into master will not change coverage. The diff coverage is 0%.

Impacted file tree graph

@@         Coverage Diff          @@
##           master   #22   +/-   ##
====================================
  Coverage       0%    0%           
====================================
  Files           4     4           
  Lines         197   197           
====================================
  Misses        197   197
Impacted Files Coverage Δ
R/slopegraph.R 0% <0%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5cbe946...81ccb72. Read the comment docs.

leeper commented 6 years ago

Thanks!