Search found 36 matches

Go to advanced search

by reimen
Fri Oct 22, 2021 2:57 pm
Forum: Highcharts Usage
Topic: Synchronized charts: only show tooltip when X value is the same
Replies: 15
Views: 2493
 
Jump to post

Re: Synchronized charts: only show tooltip when X value is the same

Hi Sebastian, many thanks for your patience.I still don't understand what's wrong with my lines 134 .. 138: complete: function(options) { for ( j = 0; j < i2; j++){ options.series[j].data = null; } }, There are 2 things i don't understand: 1. in my enviroment (firefox and a local server on R Pi) the...
by reimen
Thu Oct 07, 2021 2:51 pm
Forum: Highcharts Usage
Topic: Synchronized charts: only show tooltip when X value is the same
Replies: 15
Views: 2493
 
Jump to post

Re: Synchronized charts: only show tooltip when X value is the same

Hi Sebastian, many thanks for Your answer and your compliment. Your simplified demo https://jsfiddle.net/BlackLabel/s7gvyt14/ is not very helpfull for me, because of my datastructure. I don't know how to put my data in the structure: [url] series: [{ data: dataset.data, name: dataset.name, type: dat...
by reimen
Wed Sep 29, 2021 2:29 pm
Forum: Highcharts Usage
Topic: Synchronized charts: only show tooltip when X value is the same
Replies: 15
Views: 2493
 
Jump to post

Re: Synchronized charts: only show tooltip when X value is the same

Hi Sebastian, thanks, now I can load my data in the demo: https://jsfiddle.net/zpoq48f3/ . And now I can tell you the second issue: The synchronisation between the charts is not correct. When I move the cursor over the first chart, then the tooltip and the crosshair are correct, but only on the firs...
by reimen
Tue Sep 28, 2021 2:38 pm
Forum: Highcharts Usage
Topic: Synchronized charts: only show tooltip when X value is the same
Replies: 15
Views: 2493
 
Jump to post

Re: Synchronized charts

Hi Sebastian, many thanks for your answer, may be I didn't tell precisly enough what I ment. 1. On my PC I load the data with the line $.get('wd.csv', function(csv1) { .. And the data wd.csv are stored on a local server. But in order to demonstrate my second issue I put the code from my PC into the ...
by reimen
Sat Sep 25, 2021 3:27 pm
Forum: Highcharts Usage
Topic: Synchronized charts: only show tooltip when X value is the same
Replies: 15
Views: 2493
 
Jump to post

Re: Synchronized charts

Hello, changing the demo "synchronized charts" to my data i got two issues: 1. in my demo https://jsfiddle.net/5ukrn806/3/ I don't know how to get the data in jsfiddle called "wd.csv" into the demo. In my setting there is a local file wd.csv that is callede by $.get('wd.csv', fun...
by reimen
Mon May 17, 2021 2:57 pm
Forum: Highcharts Usage
Topic: xAsis datetime
Replies: 56
Views: 1918
 
Jump to post

Re: xAsis datetime

Hi Dominik, Thanks for your answer. I want the graph to be like https://jsfiddle.net/wLcf07uk/, where I set 'ordinal: false,' and not in the way of the first graph in https://jsfiddle.net/evincent/mjruabpq/35/ . If there are different distances between two xvalues, then there should be different dis...
by reimen
Fri May 14, 2021 2:39 pm
Forum: Highcharts Usage
Topic: xAsis datetime
Replies: 56
Views: 1918
 
Jump to post

Re: xAsis datetime

Hi Dominik, I need Your help again. Please have a look at the demo https://jsfiddle.net/4kagetuw/ , you've sent earlier. I deleted some lines in data.csv, so between line 5 and 6 there is an irregular jump in time. But in the charts there is this jump not to be seen. How to get the xAxis proportiona...
by reimen
Fri Apr 02, 2021 1:50 pm
Forum: Highcharts Usage
Topic: xAsis datetime
Replies: 56
Views: 1918
 
Jump to post

Re: xAsis datetime

Hi Domink!

That's it! Thank you very much for your help, it's great!

Best rgards!
Reiner
by reimen
Thu Apr 01, 2021 3:23 pm
Forum: Highcharts Usage
Topic: xAsis datetime
Replies: 56
Views: 1918
 
Jump to post

Re: xAsis datetime

Hi again!
In the new demo I can see the graph very well, thank you.
What would I like to do with it? Well, as I mentioned in mylast post I want to see three charts on one page like the demo: https://www.highcharts.com/demo/synchronized-charts .
There they work with ajax

Best regards!
by reimen
Wed Mar 31, 2021 3:10 pm
Forum: Highcharts Usage
Topic: xAsis datetime
Replies: 56
Views: 1918
 
Jump to post

Re: xAsis datetime

Hi gain! Many thanks for your answer. I don't know if I need to use AJAX. I just tried to adapt the demo: https://www.highcharts.com/demo/synchronized-charts to my data... I even don't know the difference between Highcharts.chart(.. and Highcharts.ajax; also I didn't find documentation an this diffe...
by reimen
Tue Mar 30, 2021 3:55 pm
Forum: Highcharts Usage
Topic: xAsis datetime
Replies: 56
Views: 1918
 
Jump to post

Re: xAsis datetime

Hi Dominik,
that's one of my problems: I don't know how to call the data in jsfiddle. Usually they are stored in on a server. When I am working with my data Iget them from a local server of my weather station. Can you telle me how to call the data in jsfiddle?

Best regards
Reiner
by reimen
Fri Mar 26, 2021 2:01 pm
Forum: Highcharts Usage
Topic: xAsis datetime
Replies: 56
Views: 1918
 
Jump to post

Re: xAsis datetime

Hi, Dominik,
I don't understand. Clicking the adress http://jsfiddle.net/fb5keLzx/1/ in my fierefox browser shows the issue perfectly. Do you have an ideaa how I can change it, so that you can see it too?

Best regards
Reiner
by reimen
Thu Mar 25, 2021 3:33 pm
Forum: Highcharts Usage
Topic: xAsis datetime
Replies: 56
Views: 1918
 
Jump to post

Re: xAsis datetime

Hi Dominik, i tried to do so, but i don't know how to bind my local data in jsfiddle. You can see my test in http://jsfiddle.net/fb5keLzx/1/ My questions: 1. Is the declaraton of my array in line 79 ok? 2. the order in line 102 is working well but 3. the order in line 105 is not working. Can you tel...
by reimen
Wed Mar 24, 2021 2:41 pm
Forum: Highcharts Usage
Topic: xAsis datetime
Replies: 56
Views: 1918
 
Jump to post

Two dimensional array

Hi Dominik, it's me again. In the meanntime I've found some solutions, but there are still new difficulties with my charts. here is a part of my code: Highcharts.ajax({ // url: 'http://www.jcsweb.biz/mef/csv_port/SynchChart_HC.CSV', url: 'data1.csv', dataType: 'csv', success: function(data) { var na...
by reimen
Mon Feb 22, 2021 4:48 pm
Forum: Highcharts Usage
Topic: Adapting Synchronised Chart demo to read from External .CSV data file
Replies: 5
Views: 529
 
Jump to post

Re: Adapting Synchronised Chart demo to read from External .CSV data file

Hi,
i tried to work with your file http://jsfiddle.net/BlackLabel/seLzx7yu . and changed the url to 'https://github.com/highcharts/highchart ... lytics.csv', but there is no chart at all. What's wrong?

Best regards
Reiner

Go to advanced search