amcharts3
amcharts3 copied to clipboard
is any way add space to last of candle chart in javascript v3 amcharts
we want to add space in after last candle in candle charts v3
The only way to do that is to add empty data points at the end.
Either that, or use Date Padding plugin: https://github.com/amcharts/tools/tree/master/datePadding
is any npm packages available for datepadding ?
No, I'm afraid. Plugins are not available as npm packages. Sorry.