chartjs / chartjs-chart-financial

Chart.js module for charting financial securities
MIT License
743 stars 199 forks source link

Configurations available for candlestick graph #39

Closed prachi96 closed 5 years ago

prachi96 commented 6 years ago

I was trying to format the value for xAxes using ticks callback but seems like not all chart configurations available in chart.js are available for this plugin.

benmccann commented 6 years ago

We just use the time scale that's available from Chart.js on the x-axis. It should be exactly the same

We do use a slightly different y-axis for the time being

Griffork commented 6 years ago

You can use the 'category' scale as well which allows you to provide your own data names.