Search found 17 matches

Go to advanced search

by ZottoSL
Tue Nov 27, 2018 11:59 am
Forum: Highcharts Usage
Topic: Two questions.
Replies: 8
Views: 630
 
Jump to post

Re: Two questions.

Instead of using it in formatter(), use it in pointFormatter(), but the result was the same!

Thank you very much for all the help!
by ZottoSL
Thu Nov 22, 2018 12:16 pm
Forum: Highcharts Usage
Topic: Two questions.
Replies: 8
Views: 630
 
Jump to post

Re: Two questions.

When the number of points in the graph are too many, the "MouseOver" event does not fire. This is normal? Could you set an online demo to check it? Best regards! Look at this: http://jsfiddle.net/ZottoSL/mypcrtox/19/ I create 2 variables: "dataShort" and "dataLarge". W...
by ZottoSL
Wed Nov 21, 2018 5:55 pm
Forum: Highcharts Usage
Topic: Two questions.
Replies: 8
Views: 630
 
Jump to post

Re: Two questions.

What I needed was not exactly that, but I used your example as a reference and I was able to build my graphics! The problem is solved and I thank you for that! But I had a doubt. Is the sentence $("# ...").Highcharts() correct or not? Can we get the instance of a chart with this? Thanks ag...
by ZottoSL
Wed Nov 21, 2018 4:08 pm
Forum: Highcharts Usage
Topic: Two questions.
Replies: 8
Views: 630
 
Jump to post

Re: Two questions.

Friend, first of all thank you! It works perfectly. Now, what I want to do is show those 3 values ​​in 3 different "gauge" graphs (a graph for each value). I have already drawn the graphics, as I showed in this script: https://jsfiddle.net/ZottoSL/tLz53q7j/2/ I also have a function called ...
by ZottoSL
Wed Nov 21, 2018 12:27 pm
Forum: Highcharts Usage
Topic: Two questions.
Replies: 8
Views: 630
 
Jump to post

Two questions.

Hi! I have 3 series of spline type. When doing mouse over at some point, I need to get the 3 "Y" values ​​corresponding to that "X", and then send them. Currently I'm only getting 1 of these 3 values ​​(the one closest to the mouse pointer). This is what I tried: https://jsfiddle...
by ZottoSL
Fri Nov 16, 2018 1:00 pm
Forum: Highcharts Usage
Topic: Combine gauge chart with line chart
Replies: 3
Views: 1431
 
Jump to post

Re: Combine gauge chart with line chart

Ok, I get it. I tell you what I need to know if it is possible.
I need that when I do mouseover on a point in the line graph, the gauge graph shows that point. If I move to another point, again the gauge graph moves your needle to the new point. Is it possible?

Thank you!
by ZottoSL
Thu Nov 15, 2018 5:41 pm
Forum: Highcharts Usage
Topic: Combine gauge chart with line chart
Replies: 3
Views: 1431
 
Jump to post

Combine gauge chart with line chart

Hi!

Is it possible to combine a line chart with a gauge in the same chart (div)?

I'm looking for something like that, but replacing the pie chart with a gauge chart:
https://jsfiddle.net/gh/get/library/pur ... emo/combo/

Thanks!
by ZottoSL
Thu Nov 08, 2018 8:21 pm
Forum: Highcharts Stock
Topic: The opposite X aXis series is not showed in the navigator
Replies: 11
Views: 1411
 
Jump to post

Re: The opposite X aXis series is not showed in the navigato

Friend.
Finally, for a better visualization, I decided to use all line type series. In these cases, the axes are automatically aligned.

Thanks for your help!
by ZottoSL
Wed Nov 07, 2018 5:41 pm
Forum: Highcharts Stock
Topic: The opposite X aXis series is not showed in the navigator
Replies: 11
Views: 1411
 
Jump to post

Re: The opposite X aXis series is not showed in the navigato

I can not completely understand the message, because my English is not very good. I have tried the modification of X axis that I made and it works correctly in all cases. My only remaining query, is how to align each point of the 2 X axis, so that all the points of the series are aligned. For exampl...
by ZottoSL
Wed Nov 07, 2018 2:52 pm
Forum: Highcharts Stock
Topic: The opposite X aXis series is not showed in the navigator
Replies: 11
Views: 1411
 
Jump to post

Re: The opposite X aXis series is not showed in the navigato

Friend! I think you have read my message before it is edited. I could already solve the issue of dynamic values, as explained in my previous message. The only thing left to solve is to be able to align the values ​​of the 2 X axis: But I have another problem. The lower and upper axes are somewhat ou...
by ZottoSL
Wed Nov 07, 2018 11:42 am
Forum: Highcharts Stock
Topic: The opposite X aXis series is not showed in the navigator
Replies: 11
Views: 1411
 
Jump to post

Re: The opposite X aXis series is not showed in the navigato

Oh men, you are the best!!! The only problem is that the time ranges will be selected by the user, that is, it will not always be fixed for one day. Is there a way to take this value dynamically? Thanks again! EDIT: Using your logic, I was able to solve the problem by setting the values ​​in a varia...
by ZottoSL
Tue Nov 06, 2018 1:32 pm
Forum: Highcharts Stock
Topic: The opposite X aXis series is not showed in the navigator
Replies: 11
Views: 1411
 
Jump to post

Re: The opposite X aXis series is not showed in the navigato

rafalS, thanks for the reply. I am developing a graph in which the user can select a range of dates (1 or more days) and the data corresponding to this date will be compared with other data of different date but equal range. Example: The user selects from November 4 to November 6, and data from this...
by ZottoSL
Tue Nov 06, 2018 11:42 am
Forum: Highcharts Stock
Topic: Error updating
Replies: 1
Views: 287
 
Jump to post

Error updating

Hi! I have version 5.0.0 of Highstock. When I updated the libraries to version 6.2.0, my graphics are no longer displayed and the Chrome console shows an error in the "prototype.js" file with the description: "this.each is not a function". I know it's not a strict Highstock error...
by ZottoSL
Mon Nov 05, 2018 3:45 pm
Forum: Highcharts Stock
Topic: The opposite X aXis series is not showed in the navigator
Replies: 11
Views: 1411
 
Jump to post

The opposite X aXis series is not showed in the navigator

Hi! I have a problem. My graphic has 6 series, of which 3 belong to the lower X axis and the other 3 to the upper one. The problem is that the series belonging to the upper X axis are not displayed in the navigator. This causes that when modifying the range these series "break". Here the e...
by ZottoSL
Thu Nov 01, 2018 2:41 pm
Forum: Highcharts Stock
Topic: The graph does not show some points
Replies: 5
Views: 627
 
Jump to post

Re: The graph does not show some points

Sorry, I'm a beginner in this.

I found the problem In the options the gapSize parameter was set to 1. I overwrote it in 0 and it worked.

Thanks!

Go to advanced search