Search found 6 matches

Go to advanced search

by Aectann
Thu Dec 06, 2018 11:26 am
Forum: Highcharts Usage
Topic: My data in series
Replies: 11
Views: 1054
 
Jump to post

Re: My data in series

okay, I've understood your advise.
Anyway, thank you, rafalS!
by Aectann
Wed Dec 05, 2018 2:17 pm
Forum: Highcharts Usage
Topic: My data in series
Replies: 11
Views: 1054
 
Jump to post

Re: My data in series

Those values were just an example values. Okay, here is the all table on this moment: № Grade t QPa С Type 1 X5CrNi18 0 55 0 Steel 2 X5CrNi18 100 55 0.5 Steel 3 X5CrNi18 200 55 0.68 Steel 4 X5CrNi18 300 55 0.85 Steel 5 S355J2Q +Z35 0 20 0 Steel 6 S355J2Q +Z35 100 20 0.5 Steel 7 S355J2Q +Z35 200 20 0...
by Aectann
Wed Dec 05, 2018 1:29 pm
Forum: Highcharts Usage
Topic: My data in series
Replies: 11
Views: 1054
 
Jump to post

Re: My data in series

No, If we will talk about logic of my work: logically this will be not right - to build series with data from only one row. Min two rows for all of n series. And one serie for one name. Example: https://jsfiddle.net/Le28pfhw/ For more clarity I've added one more element to the chart "42CrMo4&qu...
by Aectann
Wed Dec 05, 2018 10:51 am
Forum: Highcharts Usage
Topic: My data in series
Replies: 11
Views: 1054
 
Jump to post

Re: My data in series

rafalS, thank you, I've understood that I was needed to apply .map(Number) to my array. Now I will try to tell you my issue. I have HTML table with data from DB. When I am clicking on the rows, they are getting class "clicked", so I have <td class="clicked"> and this rows writes ...
by Aectann
Mon Dec 03, 2018 6:10 pm
Forum: Highcharts Usage
Topic: My data in series
Replies: 11
Views: 1054
 
Jump to post

Re: My data in series

Hi, rafalS! I want to change this: series: [{ name: 'Temperature', data: [[0, 15], [10, -50], [20, -56.5], [30, -46.5], [40, -22.1], [50, -2.5], [60, -27.7], [70, -55.7], [80, -76.5]] }, { name: 'Temperature2', data: [[2, 17], [20, -55], [30, -57.5], [35, -46.5], [41, -22.1], [50, -2.5], [60, -27.7]...
by Aectann
Sun Dec 02, 2018 12:51 pm
Forum: Highcharts Usage
Topic: My data in series
Replies: 11
Views: 1054
 
Jump to post

My data in series

Hi, I have two arrays like: rows_name: ["Graph 1" ] rows_nums: [[0, 0], [12.4, 15.6], [15.2, 28.3], ...] So how I can use this arrays for building charts with data from those arrays and build so many series as count of elements in my arrays? Highcharts.chart('container', { chart: { type: '...

Go to advanced search