horizon.height is broken
Closed this issue · 1 comments
Deleted user commented
Expected Behavior
horizon.height([pixels])
should set the horizon height when passed a value.
Current Behavior
The height remains 30px.
Steps to Reproduce
- Open one of the demos of the repository, like stock.html or simple.html
- Change the height of a horizon chart:
context.horizon(d3.selectAll(".horizon")).height(120)
BigFatDog commented
Version 1.1.0 has been released to fix this bug.