Implement Barcode Plot for Data Points

Issue #47 closed
Daniel Marsh-Patrick repo owner created an issue

In #46, we've allowed the option for different data point representations. This tracks the implmentation of a barcode plot instead of a box plot.

Official response

Comments (7)

  1. Daniel Marsh-Patrick reporter

    Largely working. Just need to do the following:

    • Hovering over lines breaks the tooltip (presumably as the data context has changed to a data point rather than a category). Consider adding the data point value to the tooltip also.
    • Consider skipping over multiple plots of the same value to preserve the DOM (but add the count of values to the tooltip if doing the above).
  2. Log in to comment