Skip to content

1.1.0

Compare
Choose a tag to compare
@BigFatDog BigFatDog released this 27 Nov 03:47
· 9 commits to master since this release

πŸ› 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(...))