-
Notifications
You must be signed in to change notification settings - Fork 534
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
closes #141: Major dependency update to d3 v4
Potentially breaking changes: * axisannotation requires `axisannotation.orient` (new member) to be set as this is no longer exposed by `d3.axis`, and cannot be auto calculated. * `financetime.zoomable` returns a persistent version zoomable, 1 instance per financetime. Previously returning a new instance per call. Previous functionality can be obtained by calling `financetime.zoomable().copy()`
- Loading branch information
1 parent
afe31e0
commit a422cc6
Showing
69 changed files
with
342 additions
and
322 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,6 @@ | |
"examples" | ||
], | ||
"dependencies": { | ||
"d3": "~3.5.17" | ||
"d3": "~4.2.6" | ||
} | ||
} |
Submodule adx
updated
from f50511 to d1f5ef
Submodule aroon
updated
from d792ad to fe34a7
Submodule atr
updated
from f3d5af to ecc22d
Submodule atrtrailingstop
updated
from 14dabe to d3aebc
Submodule bollinger
updated
from 16daf4 to 9a24b4
Submodule heikinashi
updated
from 3e8b7d to f6e23b
Submodule ichimoku
updated
from 3a559b to d0aad1
Submodule macd
updated
from 79e14a to f91508
Submodule rsi
updated
from 6ab929 to 2cc9e9
Submodule stochastic
updated
from 76865d to 1c6501
Submodule williams
updated
from c3405f to a88e06
Submodule candlestick
updated
from f3bb47 to b34752
Submodule axisannotation
updated
from f4ea9e to f53148
Submodule candlestick
updated
from a05a1e to ca6191
Submodule close
updated
from fdc9b5 to cc7ff3
Submodule crosshair
updated
from 028403 to f64245
Submodule feed
updated
from 96712e to 0c2971
Submodule multiplots
updated
from 8c12c7 to 2633bd
Submodule ohlc
updated
from 684fed to 18576d
Submodule plots
updated
from 64c674 to c55248
Submodule supstance
updated
from 683b79 to ca7067
Submodule tick
updated
from 65c1e8 to fe4a42
Submodule tradearrow
updated
from 67aa53 to e84983
Submodule trendline
updated
from 6c0ac3 to 3c58c3
Submodule volume
updated
from 08af43 to 50127a
Submodule brush
updated
from bbc413 to 7d3727
Submodule financetime
updated
from 098706 to ff5b71
Submodule zoom
updated
from 1ea271 to e83a01
Submodule zoom-d3-scale
updated
from 162120 to b90062
Submodule arrow
updated
from b7e56e to 020df9
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.