Search found 16 matches

Go to advanced search

by klhebs
Tue Nov 02, 2021 6:18 am
Forum: Highcharts Stock
Topic: highstock xaxis ordinal and broken xaxis problem
Replies: 4
Views: 646
 
Jump to post

Re: highstock xaxis ordinal and broken xaxis problem

Hello klhebs, Not quite sure if that is an answer for your question, but even with ordinal: true breaks will be visible. Ordinal option makes sure that points are spaced equally regardless of the time, distance and different similar factors. Even though breaks doesn't show any data it is still mean...
by klhebs
Tue Oct 26, 2021 10:05 am
Forum: Highcharts Stock
Topic: highstock xaxis ordinal and broken xaxis problem
Replies: 4
Views: 646
 
Jump to post

highstock xaxis ordinal and broken xaxis problem

hi, i would like to ask that if i set breaks on xaxis initially then i change the data and set the x axis with ordinal:true, the breaks between trading days will still be affected by the broken axis instead of the ordinal axis? which is the case now. is there any way to toggle xaxis to ordinal and w...
by klhebs
Fri Oct 22, 2021 6:35 am
Forum: Highcharts Stock
Topic: stock tools current price indicator not working with custom gui
Replies: 1
Views: 429
 
Jump to post

stock tools current price indicator not working with custom gui

hi , the current price indicator on stock tool with custom gui are no working, just like the demo on the official page https://www.highcharts.com/demo/stock/s ... custom-gui.
how i can make it work again? thanks
by klhebs
Thu Oct 07, 2021 8:43 am
Forum: Highcharts Stock
Topic: panning will cause the chart empty
Replies: 3
Views: 451
 
Jump to post

Re: panning will cause the chart empty

Hello klhebs, Thanks for contacting us with your question. Please try to reproduce your issue in a form of a simplified live demo. You can start here: https://jsfiddle.net/BlackLabel/qtrsf8jg/ Best regards! hi, I will try to repo the problem, however, my project is quite complicated. So while I try...
by klhebs
Wed Oct 06, 2021 8:01 am
Forum: Highcharts Stock
Topic: panning will cause the chart empty
Replies: 3
Views: 451
 
Jump to post

panning will cause the chart empty

hi, i am having trouble on dealing with some setExtreme due to panning , the min and the max of the setExtreme is NaN causing the chart become out of range and point range to be NaN how to prevent the setExtreme call trigger by the library to not have a min max value to be NaN Capture.PNG image.png
by klhebs
Fri Jul 16, 2021 2:33 am
Forum: Highcharts Stock
Topic: chart behavior on mobile browser
Replies: 3
Views: 1230
 
Jump to post

Re: chart behavior on mobile browser

Hi! Thanks for contacting us with your question! There's a difference between the events of the mobile and desktop version of our apps. The biggest difference are the events, that are triggered by the browser, when touching the plotArea. The pinch event often resizes the Axes, that you are touching...
by klhebs
Mon Jul 12, 2021 9:52 am
Forum: Highcharts Stock
Topic: chart behavior on mobile browser
Replies: 3
Views: 1230
 
Jump to post

chart behavior on mobile browser

Hi, I am struggling to get the mobile version of highstock working the same way as the desktop version. The first problem is happened when after setting the year data then panning to the left, Capture1.PNG then i change the setData to some one minute data and it looks fine at start Capture2.PNG but ...
by klhebs
Wed May 05, 2021 6:52 am
Forum: Highcharts Stock
Topic: broken axis panning problem
Replies: 1
Views: 267
 
Jump to post

broken axis panning problem

Hi, I am having trouble in panning the chart with broken axis , after zooming to the left / right from the break then you pan toward the break, it will not pass the start / end of the break and show the other side of the chart live demo: http://jsfiddle.net/Lrun2qgj/ for example i clicked reset zoom...
by klhebs
Mon Apr 26, 2021 10:39 am
Forum: Highcharts Stock
Topic: highstock xaxis datetime problem
Replies: 5
Views: 640
 
Jump to post

Re: highstock xaxis datetime problem

Hello again! As far as I understand the issue with the broken axis Is resolved? Regarding the second question, I don't really understand what is the problem here. Please try to explain the issue in greater detail :) Kind regards, no i still got some problem, i want to show a tick every 30 minutes b...
by klhebs
Mon Apr 26, 2021 4:25 am
Forum: Highcharts Stock
Topic: highstock xaxis datetime problem
Replies: 5
Views: 640
 
Jump to post

Re: highstock xaxis datetime problem

Hi! Thanks for contacting us with your question! Could you reproduce your issue in the online editor? You could start here: https://jsfiddle.net/BlackLabel/x3mok7hu/ It is hard for us to find the exact solution to your problem since I can't see your whole codebase. Kind regards, hi i fount that is ...
by klhebs
Fri Apr 23, 2021 10:45 am
Forum: Highcharts Stock
Topic: highstock xaxis datetime problem
Replies: 5
Views: 640
 
Jump to post

highstock xaxis datetime problem

HI, I am having trouble to deal the the xaxis tickinterval, I am not sure why it will set to 40 minutes interval like the image below Capture.PNG my xaxis xAxis: { startOnTick: true, endOnTick: true, breaks:this.breaks, type: 'datetime', dateTimeLabelFormats: { millisecond: '%H:%M:%S.%L', second: '%...
by klhebs
Mon Apr 19, 2021 7:44 am
Forum: Highcharts Stock
Topic: Number of point are significantly less then the given data
Replies: 3
Views: 300
 
Jump to post

Re: Number of point are significantly less then the given data

Hello klhebs! We appreciate you reaching out to us! It may happen because of dataGrouping . I suggest reading about it here: https://api.highcharts.com/highstock/series.line.dataGrouping Regarding your demo, could you simplify it as much as it's possible? Now it has a lot of irrelevant settings and...
by klhebs
Thu Apr 15, 2021 10:46 am
Forum: Highcharts Stock
Topic: Number of point are significantly less then the given data
Replies: 3
Views: 300
 
Jump to post

Number of point are significantly less then the given data

HI,
After I set my data the number of point are significantly less then the given data. why is this happening ? can I show one record for one point? thanks
https://codesandbox.io/s/highcharts-vue ... /Chart.vue
by klhebs
Wed Apr 14, 2021 6:05 am
Forum: Highcharts Stock
Topic: acess vue component on tooltip.pointFormatter
Replies: 5
Views: 838
 
Jump to post

Re: acess vue component on tooltip.pointFormatter

Thanks! That's solve my problem, thanks for the reply!
by klhebs
Mon Apr 12, 2021 2:12 am
Forum: Highcharts Stock
Topic: acess vue component on tooltip.pointFormatter
Replies: 5
Views: 838
 
Jump to post

Re: acess vue component on tooltip.pointFormatter

Hello klhebs! Welcome to our forum and thanks for contacting us with your question! Maybe you need to save it differently to get the data. Check out this demo: https://codesandbox.io/s/highcharts-vue-demo-forked-rxzxj?file=/src/components/Chart.vue If it doesn't help, please reproduce your issue in...

Go to advanced search