KnockoutJS binding for the Fibonacci object.
Use the wjFlexChartFibonacci binding to add Fibonacci object to your KnockoutJS applications. For example:
<p>Here is a Fibonacci:</p> <div data-bind="wjFinancialChart: { itemsSource: fData, bindingX: 'date', chartType:'Candlestick' }"> <div data-bind="wjFinancialChartSeries: { bindingX: 'date', binding: 'high,low,open,close' }"></div> <div data-bind="wjFlexChartFibonacci: { binding:'close', symbolSize:1, labelPosition: 'Left', uptrend: true}"></div> </div>
The wjFlexChartFibonacci binding supports all read-write properties and events of the Fibonacci class.
KnockoutJS binding for the Fibonacci object.
Use the wjFlexChartFibonacci binding to add Fibonacci object to your KnockoutJS applications. For example:
The wjFlexChartFibonacci binding supports all read-write properties and events of the Fibonacci class.