Search found 30 matches

Go to advanced search

by minhyen97
Sat Jun 12, 2021 5:40 am
Forum: Highcharts Stock
Topic: Add image in label HighStock
Replies: 3
Views: 1855
 
Jump to post

Re: Add image in label HighStock

Thank you very much. I have solved this problem!
by minhyen97
Sat Jun 12, 2021 3:33 am
Forum: Highcharts Stock
Topic: Turn off the zoom feature when moving the mouse on the chart
Replies: 1
Views: 2427
 
Jump to post

Turn off the zoom feature when moving the mouse on the chart

Hi everybody
Currently I want to disable zooming when the user holds the mouse and moves left or right on the chart. I have research papers but not resolved. Hope everyone can help me

Code: Select all

 chart: {
            zoomType: ''
        }
Demo: http://jsfiddle.net/xdcerLec/2/
by minhyen97
Thu Jun 10, 2021 12:20 pm
Forum: Highcharts Stock
Topic: Add image in label HighStock
Replies: 3
Views: 1855
 
Jump to post

Add image in label HighStock

Hi, everyone Currently I want to add an image inside the sticker but it doesn't work. I have researched and read the documentation but have not been able to solve it. Hope you guys can help me labels: { items: [{ html: '<img src="https://neilpatel.com/wp-content/uploads/2017/09/image-editing-t...
by minhyen97
Sun May 23, 2021 12:06 pm
Forum: Highcharts Stock
Topic: change the color of the volume candle
Replies: 1
Views: 339
 
Jump to post

change the color of the volume candle

Hello,
Currently I want to change the color of the volume candles to the same color as the candles above. Can anyone help me.
I have researched the documentation but have not found a solution.
Thank you very much.
Demo : https://jsfiddle.net/BlackLabel/hy6uzftp/
volumecolor.png
volumecolor.png (36.94 KiB) Viewed 339 times
by minhyen97
Sun May 23, 2021 11:58 am
Forum: Highcharts Stock
Topic: Edit the sticker when hovering over the candlestick
Replies: 10
Views: 1379
 
Jump to post

Re: Edit the sticker when hovering over the candlestick

My program worked. Thank you very much!!
by minhyen97
Thu May 20, 2021 8:14 am
Forum: Highcharts Stock
Topic: Edit the sticker when hovering over the candlestick
Replies: 10
Views: 1379
 
Jump to post

Re: Edit the sticker when hovering over the candlestick

Hello again. Can you help me show if the sticker contains the volume value. I tried adding but it doesn't work. return 'O: ' + this.point.open + ' C: ' + this.point.close + '<br />H: ' + this.point.high + ' L: ' + this.point.low + ' Vol: ' + this.point.volume Demo : https://jsfiddle.net/6pbz7nL5/3/...
by minhyen97
Fri May 07, 2021 2:49 pm
Forum: Highcharts Stock
Topic: Edit the sticker when hovering over the candlestick
Replies: 10
Views: 1379
 
Jump to post

Re: Edit the sticker when hovering over the candlestick

Thank you very much, Currently I have added the SMA to the chart. But when hovering over the SMA , the error label is displayed. This error is similar when I hover over the volume candle . Is there any way to disable the hover function on the SMA and volume candles? Looking forward to your feedback...
by minhyen97
Fri May 07, 2021 2:43 pm
Forum: Highcharts Stock
Topic: Hide the rangeSelector and the stockchart line chart
Replies: 11
Views: 3034
 
Jump to post

Re: Hide the rangeSelector and the stockchart line chart

Thank you so much, my program worked. However , there are a few problems with the color of the candle. 1. Currently the original candles do not match the real-time added candles (blue and white) . I want it to turn red and blue like the extra candles after. 2. The heart and the border of the candle...
by minhyen97
Fri May 07, 2021 2:28 pm
Forum: Highcharts Stock
Topic: Edit the sticker when hovering over the candlestick
Replies: 10
Views: 1379
 
Jump to post

Re: Edit the sticker when hovering over the candlestick

Thank you very much, Currently I have added the SMA to the chart. But when hovering over the SMA, the error label is displayed. This error is similar when I hover over the volume candle. Is there any way to disable the hover function on the SMA and volume candles? sma.png Looking forward to your fee...
by minhyen97
Thu May 06, 2021 1:51 pm
Forum: Highcharts Stock
Topic: Edit the sticker when hovering over the candlestick
Replies: 10
Views: 1379
 
Jump to post

Re: Edit the sticker when hovering over the candlestick

Thank you so much I've done it. But there is a little problem that I just want to display the labels. As for the line leading to the candle I want to hide it. Can you help me. I have tried many ways but with no success. lablecustom.png Thanks for helping me so much. Demo : https://jsfiddle.net/k39z...
by minhyen97
Thu May 06, 2021 1:36 pm
Forum: Highcharts Stock
Topic: Hide the rangeSelector and the stockchart line chart
Replies: 11
Views: 3034
 
Jump to post

Re: Hide the rangeSelector and the stockchart line chart

I have tried setting it in setInterval but still cannot fix the desired number of candles.It seems setExtremes is only useful on the first call. Do you have a way to solve this problem. if(width<700 && width>500 ){ chart.xAxis[0].setExtremes(timecurrent - 30000, timecurrent); } else if(width...
by minhyen97
Wed May 05, 2021 3:03 pm
Forum: Highcharts Stock
Topic: Edit the sticker when hovering over the candlestick
Replies: 10
Views: 1379
 
Jump to post

Edit the sticker when hovering over the candlestick

Hello, I am creating a candlestick and volume chart: Demo : https://jsfiddle.net/BlackLabel/bhj73yux/ Currently I want to edit the sticker when the user drags the mouse over any candle. And I want the sticker to look like the image below. But I have researched and read the documentation but cannot d...
by minhyen97
Wed May 05, 2021 2:47 pm
Forum: Highcharts Stock
Topic: Hide the rangeSelector and the stockchart line chart
Replies: 11
Views: 3034
 
Jump to post

Re: Hide the rangeSelector and the stockchart line chart

Demo :https://jsfiddle.net/b6zqe59k/3/ I tried your way out but it doesn't work on realtime charting. It does not automatically delete old candles. I don't know where the fault is. Do you have other ideas about this. I am working on event capture for rangeSelector but with no success. Can you help ...
by minhyen97
Tue May 04, 2021 1:09 pm
Forum: Highcharts Stock
Topic: Hide the rangeSelector and the stockchart line chart
Replies: 11
Views: 3034
 
Jump to post

Re: Hide the rangeSelector and the stockchart line chart

Yes, it is my intention.
Can you help me to automatically change the rangeSelector or setExtremes when resizing the screen. I have tried but with no success.

Code: Select all

 chart.yAxis[0].setExtremes(3,8);
Demo:https://jsfiddle.net/tec10hu5/4/
Thank you very much!
by minhyen97
Mon May 03, 2021 11:09 am
Forum: Highcharts Stock
Topic: Hide the rangeSelector and the stockchart line chart
Replies: 11
Views: 3034
 
Jump to post

Re: Hide the rangeSelector and the stockchart line chart

Thank you so much I have hidden it. Can you help me with another little problem. It is responsive across many different screen sizes . I want when the screen size changes (the size gets smaller) the candles will appear less. Because the screen is currently small but there are too many candles, you ...

Go to advanced search