Search found 44 matches

Go to advanced search

by pedrorod
Fri Dec 03, 2021 4:32 pm
Forum: Highcharts Usage
Topic: Create Chart scatter (polynomial) from table
Replies: 3
Views: 352
 
Jump to post

Re: Create Chart scatter (polynomial) from table

that is Ok !
Thanks
by pedrorod
Thu Dec 02, 2021 11:13 pm
Forum: Highcharts Usage
Topic: Create Chart scatter (polynomial) from table
Replies: 3
Views: 352
 
Jump to post

Create Chart scatter (polynomial) from table

Hi I have a table and I need to create a chart based on the table data. I saw this example :https://www.highcharts.com/demo/column-parsed but when I changed the : data: [ [925.5, 2], [912, 3.8], [889.5, 4.8], [876, 6.3], [725.25, 14.3], [583.5, 20.5], [447.75, 23.5], [391.5, 24.8], [230.25, 28], [14...
by pedrorod
Wed Dec 01, 2021 10:05 pm
Forum: Highcharts Usage
Topic: highcharts regression polynomial line equation decimals
Replies: 3
Views: 584
 
Jump to post

Re: highcharts regression polynomial line equation decimals

Hi

Many thanks for the answer.
I understand now and the solution is OK.


Thanks
by pedrorod
Wed Dec 01, 2021 10:43 am
Forum: Highcharts Usage
Topic: highcharts regression polynomial line equation decimals
Replies: 3
Views: 584
 
Jump to post

highcharts regression polynomial line equation decimals

Hi I have a chart that makes a highcharts regression polynomial line and I need the equation. The problem is that the equation shows : 0x2 + 0x + 29.93 The correct must be : −0.0000357x2+0.0048927x+28.9340796 when I change the : decimalPlaces: 4, it only change in R and R2. How can I change the deci...
by pedrorod
Wed Feb 18, 2015 2:28 pm
Forum: Highcharts Usage
Topic: Chart with different scale axe dimension and title
Replies: 23
Views: 6917
 
Jump to post

Re: Chart with different scale axe dimension and title

Hi Thanks for your reply. And about the tooltip. How can i change automatic when i select the different options ? tooltip: { formatter: function () { shared: true, ret = '<b>' + this.series.name + '<\/b>'; ret += '<b><\/b><br/>'; ret += '<b>H<\/b> = ' + number_format(this.y, 1, ',', '.') + ' mt ' + ...
by pedrorod
Tue Feb 17, 2015 8:25 am
Forum: Highcharts Usage
Topic: Chart with different scale axe dimension and title
Replies: 23
Views: 6917
 
Jump to post

Re: Chart with different scale axe dimension and title

Can you help me on my example ?
by pedrorod
Sat Feb 14, 2015 12:39 pm
Forum: Highcharts Usage
Topic: Chart with different scale axe dimension and title
Replies: 23
Views: 6917
 
Jump to post

Re: Chart with different scale axe dimension and title

Hi I need to change the scale of the x axis, but the problem is that a dynamic list of series . i have one example with one serie and works fine (http://jsfiddle.net/jtsXj/18/) but the problem is with multiple series (https://jsfiddle.net/pedrorod/p90xtf3d/) Can anyone help me change a x axis on a m...
by pedrorod
Tue Sep 11, 2012 4:32 pm
Forum: Highcharts Usage
Topic: Series - Array ?
Replies: 23
Views: 6911
 
Jump to post

Re: Series - Array ?

Can you make an example ?
by pedrorod
Tue Aug 28, 2012 10:47 pm
Forum: Highcharts Usage
Topic: Series - Array ?
Replies: 23
Views: 6911
 
Jump to post

Re: Series - Array ?

Hi Thanks for the reply, its exact want i want. Now to finilize my project i need a select option when i change it convert to another scale. My chart is in M3/h , if i select to L/m i need that the values * 0,6. (in the chart and in the table ) How can i do it ? http://jsfiddle.net/pedrorod/FtxvE/9/
by pedrorod
Mon Aug 27, 2012 5:20 pm
Forum: Highcharts Usage
Topic: Chart with different scale axe dimension and title
Replies: 23
Views: 6917
 
Jump to post

Re: Chart with different scale axe dimension and title

Anyone can help me ?
by pedrorod
Mon Aug 27, 2012 5:19 pm
Forum: Highcharts Usage
Topic: Series - Array ?
Replies: 23
Views: 6911
 
Jump to post

Re: Series - Array ?

The y row is ok but the x-axis row not.

i need that the table has the same scale of the x-axis.
X - 0 - 0.1 - 0.2 - 0.3 - 0.4 .....
by pedrorod
Mon Aug 27, 2012 11:02 am
Forum: Highcharts Usage
Topic: Chart with different scale axe dimension and title
Replies: 23
Views: 6917
 
Jump to post

Re: Chart with different scale axe dimension and title

Hi
Anyone can help me ?
by pedrorod
Fri Aug 24, 2012 5:01 pm
Forum: Highcharts Usage
Topic: Series - Array ?
Replies: 23
Views: 6911
 
Jump to post

Re: Series - Array ?

yes, but the first value is at x=0 and in the table is X =1.

the problem is in the table the x value is the number of point and not respect the scale.
X value :
first point = 0
second = 0.1
....
And in the table
X value :
first point = 1
second = 2
...
by pedrorod
Fri Aug 24, 2012 10:23 am
Forum: Highcharts Usage
Topic: Series - Array ?
Replies: 23
Views: 6911
 
Jump to post

Re: Series - Array ?

About the table there is a problem :
Example of series1 table
X=0
Y=46.4219

And the chart is :
X=0
Y=46.8746

In the table the X value is starting from 1 and not from 0.
by pedrorod
Fri Aug 24, 2012 10:19 am
Forum: Highcharts Usage
Topic: Series - Array ?
Replies: 23
Views: 6911
 
Jump to post

Re: Series - Array ?

Chart with different scale axe dimension and title I have a chart with a select option and I change the data type to : var series = []; var abc = [[-0.5770, -4.4693 , 36.8746,0, 6.0], [-0.6620, -4.4487, 59.3698,0 ,6.3], [-1.2754, -5.1135, 95.3328,0 ,6.3]]; for (var j = 0; j < abc.length; j++) { var ...

Go to advanced search