All Questions
Tagged with candlesticks javascript
3 questions
1
vote
1
answer
696
views
Apexcharts: mixed chart candlestick + area chart (fill area between 2 data points )
I use ApexCharts js for make mixed chart. Candlesticks + on this candlestick I need placed area chart from start date to end date (range, for example between 1.4 to 1.5 ).
For candlestick series i use
...
2
votes
1
answer
334
views
candlestick chart with javascript
Am trying to design a candlestick chart with java script,but have an error,can any one help me?
and my error is:
Uncaught Error: "candlestick" is not a chart type.
I was watching a video ...
7
votes
1
answer
3k
views
How to integrate chartjs-chart-financial with chart js
I'd like to use chartjs-chart-financial to plot a 'candlestick' chart. However, chartjs-chart-financial isn't published to npm yet. I run an npm install followed by gulp build in the directory that ...