armanTabib
armanTabib
I've defined my `KChartWidget` as following: ``` KChartWidget( datas, chartStyle, chartColors, isLine: isLine, onSecondaryTap: () { print('Secondary Tap'); }, isTrendLine: _isTrendLine, mainState: _mainState, volHidden: _volHidden, secondaryState: _secondaryState, fixedLength: 5, timeFormat:...
I add LineData to my chart and here is what happens: ``` java.lang.IllegalStateException: Error: Assertion failed: data must be asc ordered by time, index=7, time=1393632000, prev time=1393804800 at jsCode.assert(file:///android_asset/com/tradingview/lightweightcharts/scripts/app/main.js:577) at...
I'm using `lightweight-chart-android` on my compose application and I'm hosting an area view and a volume at the bottom (exactly like [this](https://jsfiddle.net/TradingView/cnbamtuh/)). But the problem is that I want to...
I'm trying to show price candle stick charts, but I have some problem on price scale. The problem is that, I want to show the price scale on left side...