Search found 16 matches

Go to advanced search

by idscene
Mon Feb 06, 2023 10:10 am
Forum: Highcharts Usage
Topic: Bar chart, It can not zoom in some case ?
Replies: 1
Views: 211
 
Jump to post

Bar chart, It can not zoom in some case ?

Hello, I have some question about the bar chart after I tested and I found some case that I can not zoom it. First, I created some example bar chart in horizontal with some data and long name `categories` (for example: https://jsfiddle.net/hLt7vykq/), as I tested the zoom function will not working a...
by idscene
Wed Jul 31, 2019 2:23 pm
Forum: Highcharts Usage
Topic: Option to disable movement of Split Packed bubble chart
Replies: 3
Views: 2622
 
Jump to post

Re: Option to disable movement of Split Packed bubble chart

@rafalS Thank you for your explanation and example. :) Hi, Set plotOptions.puckedBubble.layoutAlgorithm.enableSimulation to false: https://api.highcharts.com/highcharts/plotOptions.packedbubble.layoutAlgorithm.enableSimulation jsFiddle: https://jsfiddle.net/BlackLabel/1arsbyvh Let me know if you hav...
by idscene
Tue Jul 30, 2019 1:00 pm
Forum: Highcharts Usage
Topic: Option to disable movement of Split Packed bubble chart
Replies: 3
Views: 2622
 
Jump to post

Option to disable movement of Split Packed bubble chart

Hello, I have some question about the Split Packed bubble chart, I'm wondering Is it has any options or way to disable animation or movement of it ? (but I still want to separate group of it) example: At the begin, you will see it has an action of bubble when it start render. https://jsfiddle.net/zc...
by idscene
Mon Nov 26, 2018 2:43 am
Forum: Highcharts Usage
Topic: Bar chart, Can we set minPointLength of each bar ?
Replies: 3
Views: 649
 
Jump to post

Re: Bar chart, Can we set minPointLength of each bar ?

Hello bastss, It's the way that I'm looking for. Thank you for your advice, explanation and your example. :) Hello idscene, The way to achieve this length is by creating 'fake' y value and set it to required distance, but it will change displayed value in a tooltip. To fix it we also need to edit di...
by idscene
Fri Nov 23, 2018 9:49 am
Forum: Highcharts Usage
Topic: Bar chart, Can we set minPointLength of each bar ?
Replies: 3
Views: 649
 
Jump to post

Bar chart, Can we set minPointLength of each bar ?

Hello sir, I have a question about some function of the bar chart, after I plot the chart I found some value disappear affected by a big different value, and I know the highcharts give me the "minPointLength" for set minimum length for the bar. but I wondering, Is it possible or the way to...
by idscene
Fri Oct 20, 2017 2:30 am
Forum: Highcharts Usage
Topic: Solidgauge chart, Can we show the edge of chart ?
Replies: 3
Views: 1117
 
Jump to post

Re: Solidgauge chart, Can we show the edge of chart ?

@daniel_s That's interesting ! Thank you. :D
by idscene
Thu Oct 19, 2017 9:08 am
Forum: Highcharts Usage
Topic: Solidgauge chart, Can we show the edge of chart ?
Replies: 3
Views: 1117
 
Jump to post

Solidgauge chart, Can we show the edge of chart ?

Hello, I have some question about the solid gauge chart of highchart that I try to modify it. Is it possible or that have any option of highchart to plot or show edge of data ? I found some problem when I plot 2 data with same chart(overlapping) if they have same color we can not separate them. exam...
by idscene
Mon May 16, 2016 8:59 am
Forum: Highcharts Usage
Topic: Can I change some position of datalabel ?
Replies: 1
Views: 586
 
Jump to post

Can I change some position of datalabel ?

Hello, I have two question about datalabel on bubble chart. First, Is impossible to really change some position of datalabel ? because I want to draw some datalabel on another position, when it is overlapping with a circle on bubble chart. (Like in image) http://i.imgur.com/b6n1uu6.png (Actually, No...
by idscene
Wed May 11, 2016 10:01 am
Forum: Highcharts Usage
Topic: Renderer function on bubble chart
Replies: 3
Views: 692
 
Jump to post

Re: Renderer function on bubble chart

Nice! you save me again, Thank you for your help. :)
by idscene
Tue May 10, 2016 3:18 pm
Forum: Highcharts Usage
Topic: Renderer function on bubble chart
Replies: 3
Views: 692
 
Jump to post

Renderer function on bubble chart

Hello, This time I can plot the pointer following the circle on bubble chart, but I have some question about edge of bubble chart. because when I render pointer following centre of a circle on bubble chart that is work and look like good, but I found some defect when I zoom in bubble chart. (some th...
by idscene
Tue May 10, 2016 2:23 am
Forum: Highcharts Usage
Topic: How to I know datalabels of bubble chart are hiding or not ?
Replies: 3
Views: 750
 
Jump to post

Re: How to I know datalabels of bubble chart are hiding or n

Nice!, and thank you for helping me :) Hi, You can extend Highcharts with this functionallity. Here you can read about custom Highcharts wrappers: http://www.highcharts.com/docs/extending-highcharts/extending-highcharts For example you can change hideOverlappingLabels() method of your Chart.prototyp...
by idscene
Mon May 09, 2016 7:29 am
Forum: Highcharts Usage
Topic: How to I know datalabels of bubble chart are hiding or not ?
Replies: 3
Views: 750
 
Jump to post

How to I know datalabels of bubble chart are hiding or not ?

Hello, I try to customize bubble chart again, and this time I want to know about my any circle on bubble chart that hiding datalabel or not by automatic. Because I set 'allowOverlap' is false of data label, so when any circle overlap some circle that have hiding datalabel and I want to know what dat...
by idscene
Thu Apr 21, 2016 5:13 am
Forum: Highcharts Usage
Topic: Hiding a line in bubble chart
Replies: 2
Views: 749
 
Jump to post

Re: Hiding a line in bubble chart

Thank you for your advise sir.
by idscene
Wed Apr 20, 2016 9:08 am
Forum: Highcharts Usage
Topic: Hiding a line in bubble chart
Replies: 2
Views: 749
 
Jump to post

Hiding a line in bubble chart

Hello, In bubble chart, see the picture http://i.imgur.com/KZ4jR9t.png example: http://jsfiddle.net/ZLmU8/39/ I want know it's possible to automatically hide the red line, that is over box (I means outside the vector grey line in the picture). My point is when I render bubble chart with my data by a...
by idscene
Thu Apr 07, 2016 11:14 am
Forum: Highcharts Usage
Topic: How to draw a line between label and bubble chart ?
Replies: 2
Views: 753
 
Jump to post

Re: How to draw a line between label and bubble chart ?

Thank you for your help. :o Hi, If you think it is good idea to have this function in Highcharts, you can ask for it on our userVoice: https://highcharts.uservoice.com/ The most popular ideas gets to be implemented. As a workaround you can use dataLabels formatter and manually add line: http://api.h...

Go to advanced search