Yash Jain
Yash Jain
I have 2 components in my applications in which one is having ohlc stock chart and another one is having column chart (highchart). Now whenever I route from the column...
In my project, I am using a stock chart having options mentioned below ``` this.stock = new StockChart({ rangeSelector: { selected: 3 }, colors: Global.colors, title: { text: '' },...
I have a stock chart in my application which I have to disable after button click event. this is my stock chart options ``` this.stock = new StockChart({ colors: Global.colors,...
In my angular application whenever it is loaded for the first time. It redirects to the `login.component` where user logs in with email and password. Now login component is a...
I installed `angular2-highcharts` on my Angular Project, implemented that. Its working but in `ng serve` mode. But when I executed the command `ng build --prod`. I got the error :...
I want to use **Candlestick OHLC** Chart with **SMA** (Simple Moving Average), but **SMA** comes under Technical Indicator Series and we need to add indicators inside `app.module.ts` inside `imports` in...
In my angular application whenever it is loaded for the first time. It redirects to the `login.component` where user logs in with email and password. Now login component is a...