Search found 4 matches

Go to advanced search

by radjiv
Thu Feb 21, 2019 10:29 am
Forum: Highcharts Usage
Topic: series by array
Replies: 1
Views: 317
 
Jump to post

series by array

hello, i try this but there are errors : var donnee=[[1,1],[1,2],[1, 4],[2, 1]];//[w;h] var myseries=[],sum=0; for(i=0;i<donnee.length;i++){ sum+=0.5*donnee[i][0]; myseries.push({linkedTo: ':previous',data: [sum, donnee[i][1]],pointRange:donnee[i][0]}); sum+=0.5*donnee[i][0];} var chart = Highcharts...
by radjiv
Wed Feb 06, 2019 9:21 am
Forum: Highcharts Usage
Topic: MULTIPLE SERIES
Replies: 1
Views: 400
 
Jump to post

MULTIPLE SERIES

hello, I can see a point (orange point) isolated in my graph. Is this normal? Thank you for your clarification. $(function(){ var yAxisLabels = [0,0.005,0.02,0.05,0.15]; var xCategories = [0,5,10,15,20,25,30,40,50,60,70,120]; var chart = $('#histoappli').highcharts({ chart: {type: 'area',backgroundC...
by radjiv
Wed Oct 31, 2018 4:20 pm
Forum: Highslide JS Usage
Topic: Add buttons for theme
Replies: 1
Views: 5960
 
Jump to post

Add buttons for theme

Hello, I project diagrams on a digital board, depending on the orientation of my classroom or brightness, sometimes I see nothing. Is it possible to change the theme by adding buttons on the graph? thank you
by radjiv
Mon Oct 22, 2018 4:46 pm
Forum: Highcharts Usage
Topic: Box annotation
Replies: 1
Views: 504
 
Jump to post

Box annotation

Hello, how do you get this type of annotation? https://www.highcharts.com/docs/chart-a ... lot-series (green box with an arrow)
Thank you.

Go to advanced search