Skip to content

Releases: andredumas/techan.js

0.8.0

01 Oct 03:02
Compare
Choose a tag to compare

This release only contains D3 V4 compatibility update. Refer to Milestone 0.8.0.

Important Release Notes

  • Use of techan.js with D3 V3 will no longer work and is no longer supported. Refer to techan examples commit log on upgrade process. This should not require change to techan interface calls (apart from two items below). D3 chart setup changes are probably required. Refer to Changes in D3 4.0.
  • Review the notes in #141 for potentially breaking change to axisannotation and financetime.zoomable().

0.7.0

27 Sep 05:46
Compare
Choose a tag to compare

Refer to Milestone 0.7.0 for complete list of changes.

Important Release Notes: API Changes

  • #146: Cross hair passes Object { x: <scale value> y: <scale value> } to move event

0.6.1

07 Sep 01:34
Compare
Choose a tag to compare

Version bump for npm publish.

0.6.0

21 Dec 12:44
Compare
Choose a tag to compare

Stable development release. API may change until version 1.0.0.

Refer to milestone 0.6.0 for changelog

0.5.0

10 Jan 06:25
Compare
Choose a tag to compare

Stable development release. API may change until version 1.0.0.

Important Release Notes: API & CSS Changes

  • #38: In order to support faster rendering, candlestick.volumeOpacity has been removed
  • #44: path.candle.wick { stroke-width: 1; } is no longer used. This width is now dynamically set on the wick element

0.4.0

12 Dec 11:47
Compare
Choose a tag to compare

Stable development release. API may change until version 1.0.0.

Important Release Notes: API Changes

  • #20: Crosshair now requires xScale and yScale to be specified. Is no longer obtained from axis annotations.
  • #27: Crosshair move event now emits [x,y] coordinate based on xScale and yScale set, no longer based on axis annotations.

0.3.1

03 Nov 12:24
Compare
Choose a tag to compare

Stable development release. API may change until version 1.0.0.

Important Release Notes

  • #10: Trendline structure has been rearranged and certain css may need to be updated.
  • #9: Supstance structure has been rearranged and certain css may need to be updated.

0.2.0

10 Sep 12:12
Compare
Choose a tag to compare
0.2.0

0.1.0

21 Aug 13:32
Compare
Choose a tag to compare
Update so travis picks up the right build