amcharts3 icon indicating copy to clipboard operation
amcharts3 copied to clipboard

is any way add space to last of candle chart in javascript v3 amcharts

Open vishnug1995 opened this issue 5 years ago • 3 comments

image

we want to add space in after last candle in candle charts v3

vishnug1995 avatar Dec 11 '18 05:12 vishnug1995

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

martynasma avatar Dec 11 '18 06:12 martynasma

is any npm packages available for datepadding ?

vishnug1995 avatar Dec 11 '18 07:12 vishnug1995

No, I'm afraid. Plugins are not available as npm packages. Sorry.

martynasma avatar Dec 11 '18 07:12 martynasma