1.1.0
π Bug-fix
- #2 horizon.height is broken
π‘ Feature
Refactorings on API horizon
axis
rule
IMPORTANT this release contains breaking api changes:
import { context } from 'cubism-es';
API Breaks (v1.1.0)
function | cubism | cubism-es |
---|---|---|
Context.axis | d3.select(...).call(context.axis) |
context.axis().render(d3.select(...)) |
Context.rule | d3.select(...).call(context.rule) |
context.rule().render(d3.select(...)) |
Context.horizon | d3.select(...).call(context.horizon) |
context.horizon().render(d3.select(...)) |