QlikView Extension NVD3OhlcChart
November 20, 2015 ยท View on GitHub
This extension implements NVD3 OHCL and candlestick chart: https://nvd3-community.github.io/nvd3/examples/candlestickChart.html
Properties:
- Date : Dimension, date for timeline, a QlikView date as number needed: =Num(DateField)
- open : Measure open stock price
- high : Measure high stock price
- low : Measure low stock price
- close : Measure close stock price
- Candlestick: switch chart type from OHCL to Candlestick