statgen / locuszoom

A Javascript/d3 embeddable plugin for interactively visualizing statistical genetic data from customizable sources.
https://statgen.github.io/locuszoom/
MIT License
156 stars 29 forks source link

Scatter labels #52

Closed Frencil closed 8 years ago

Frencil commented 8 years ago

What

PheWAS and other plots need a means of labeling scatter points. Labels are fundamentally different from tool tips - they are a part of the SVG itself and are applied on a subset of a data set given some kind of filter (e.g. points above a certain y-value threshold).

This branch is a first pass at implementing such labels as an optional feature for scatter data layers. Attributes of this feature include: