statgen / locuszoom

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

Fix wrong type of BaseDataLayer.layout.[x|y]_axis.field #282

Closed sir4ur0n closed 2 years ago

sir4ur0n commented 2 years ago

The types were incorrectly flagged as number instead of string

abought commented 2 years ago

Thanks for catching this!