Search found 40 matches

Go to advanced search

by Jaquelline
Mon Jun 29, 2020 1:31 pm
Forum: Highcharts Usage
Topic: plotLines hide and show partially
Replies: 1
Views: 939
 
Jump to post

plotLines hide and show partially

Hi, I am trying to find a solution to a tangled problem I have... I am building a line graphic, like in the picture . But what I found most difficult is that every series has its own vertical lines that needs to be shown... For example the first series "Kurve1" is representing my raw data....
by Jaquelline
Fri Nov 22, 2019 8:43 am
Forum: Highcharts Usage
Topic: Tooltip automatic disappear touchscreen
Replies: 1
Views: 313
 
Jump to post

Tooltip automatic disappear touchscreen

Hi,
I use highcharts to display data for a touchscreen device. My question concerns the behavior of the tooltip box, which remains there after touching the graphic once. And I want it to disappear after about 5 seconds. How can I achieve this?

Thank you!
Jaquelline
by Jaquelline
Thu Sep 05, 2019 9:00 am
Forum: Highcharts Usage
Topic: chart.yAxis.setMin()
Replies: 1
Views: 345
 
Jump to post

chart.yAxis.setMin()

Hello, Do I have a function to change the value of the min on the yAxies with a function ....like .... yAxis[0].setMin(30); For this case : https://codepen.io/Jaquelline/pen/BaBWPJo I set it up-front static, just for the example but later I will update the values from my chart every 2 seconds.... so...
by Jaquelline
Tue Aug 27, 2019 1:15 pm
Forum: Highcharts Usage
Topic: Axis more categories then Items
Replies: 3
Views: 457
 
Jump to post

Re: Axis more categories then Items

1. I want xAxies text to have nothing to do with my data or how many points on the graphic are. ......

Thank you!
by Jaquelline
Tue Aug 27, 2019 6:54 am
Forum: Highcharts Usage
Topic: Axis more categories then Items
Replies: 3
Views: 457
 
Jump to post

Axis more categories then Items

Hello, I have this graph: https://codepen.io/Jaquelline/pen/BaBWPJo 1. I am looking to find a way in witch I can show one xAxis what I have in my : categories: ['0°', '30°', '60°', '90°', '120°', '150°', '180°', '210°', '240°', '270°', '300°', '330°', '360°'], Even when I don´t have 360 Items. 2. Ho...
by Jaquelline
Thu Aug 22, 2019 2:50 pm
Forum: Highcharts Usage
Topic: Multiple Axis keeping the zoom
Replies: 1
Views: 349
 
Jump to post

Multiple Axis keeping the zoom

Hello, I am trying to build a graphic that basically should display 3 data series: one line and two areas. Like this: https://jsfiddle.net/pzoncduf/ The 'SET POINT' line is representing a target value for all my values. For the first area 'DATA MEASURED' I need a threshold at my MEAN value. And then...
by Jaquelline
Wed Aug 21, 2019 1:18 pm
Forum: Highcharts Usage
Topic: Columns without space between
Replies: 3
Views: 466
 
Jump to post

Re: Columns without space between

Hello,
From what I can see in the code it´s fitting perfect my needs.
Thank you!

Kind regards,
Jaquelline
by Jaquelline
Wed Aug 21, 2019 8:57 am
Forum: Highcharts Usage
Topic: Columns without space between
Replies: 3
Views: 466
 
Jump to post

Columns without space between

Hello,
I am trying to reproduce the flowing graph in Highcharts
11.png
11.png (19.57 KiB) Viewed 466 times
But I am not sure how can I make the difference between the bars 0 and change the color of the bar according to the value.
Can I add 120 bars?
https://codepen.io/Jaquelline/pen/GRKNWZO?editors=1010

Many thanks,
by Jaquelline
Tue Mar 05, 2019 3:51 pm
Forum: Highcharts Usage
Topic: Polar formatter function and toString() conflict
Replies: 4
Views: 587
 
Jump to post

Re: Polar formatter function and toString() conflict

Thanks for the advice :)
I will take it in to consideration

Kind regards,
J
by Jaquelline
Mon Mar 04, 2019 4:06 pm
Forum: Highcharts Usage
Topic: Polar formatter function and toString() conflict
Replies: 4
Views: 587
 
Jump to post

Re: Polar formatter function and toString() conflict

YES!
Could you please explain me what I have done wrong?

Thanks,
J
by Jaquelline
Mon Mar 04, 2019 11:38 am
Forum: Highcharts Usage
Topic: Polar formatter function and toString() conflict
Replies: 4
Views: 587
 
Jump to post

Polar formatter function and toString() conflict

Hello, I am trying to display in a polar type of chart some values from my series data, in my xAxies Labels making use of the formatter function : xAxis: [{ max: 360, tickInterval: 45, gridLineColor: 'white', gridZIndex: 5, offset: 5, visible: true, labels: { useHTML: true, distance: 25, style: { //...
by Jaquelline
Mon Mar 04, 2019 7:53 am
Forum: Highcharts Usage
Topic: Editable Data Labels Polar
Replies: 3
Views: 701
 
Jump to post

Re: Editable Data Labels Polar

Hi,
The values from my Labels are the values on the graph. That's why I would like to be able to pass values through Labels to my series.

Kind regards,
Jaquelline
by Jaquelline
Fri Mar 01, 2019 8:46 am
Forum: Highcharts Usage
Topic: Editable Data Labels Polar
Replies: 3
Views: 701
 
Jump to post

Editable Data Labels Polar

Hi, In the case I would like to let the user edit the values on the graph (Labels values). Do I have some options available ... or any idea for how should I link my click event to the specific element and change his state to contentEditable="true" or something else ? https://codepen.io/Jaq...
by Jaquelline
Thu Feb 28, 2019 1:23 pm
Forum: Highcharts Usage
Topic: Variable Pie Labels not starting from point 0
Replies: 3
Views: 518
 
Jump to post

Re: Variable Pie Labels not starting from point 0

In case I would choose to use the xAxis.labels option. How can I make use of '{value}' in generating content for the 'labels'. I have tried something with the lEl()function : function lEl (){ var angle = "{value}"; var newVal = Number(angle,10); // Note: If the first character cannot be co...
by Jaquelline
Thu Feb 21, 2019 12:27 pm
Forum: Highcharts Usage
Topic: See my data array in the browser console
Replies: 5
Views: 4334
 
Jump to post

Re: See my data array in the browser console

Many thanks for your response ...
Sometimes we get so deep in the code that we can manage to see simple things anymore ...

Once again Thank you!
Jaquelline

Go to advanced search