Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 587 Bytes

File metadata and controls

18 lines (13 loc) · 587 Bytes
layerchart major

breaking(BrushContext|TransformContext): Rename bind:brushContext / bind:transformContext to bind:state

Both BrushContext and TransformContext now use bind:state instead of their previous named bindings. Additionally, properties on ChartState have been renamed:

  • chartContext.brushContextchartContext.brushState
  • chartContext.transformContextchartContext.transformState
- <BrushContext bind:brushContext>
+ <BrushContext bind:state>

- <TransformContext bind:transformContext>
+ <TransformContext bind:state>