Search found 847 matches

Go to advanced search

by dawid.d
Tue Apr 23, 2024 7:37 am
Forum: Highcharts Usage
Topic: Highcharts boxplot slow performance on large data set
Replies: 5
Views: 74
 
Jump to post

Re: Highcharts boxplot slow performance on large data set

Oh, ok, sorry for the misunderstanding. You just need to call everything on load as well.
See: https://jsfiddle.net/BlackLabel/rdkbg61q/
by dawid.d
Mon Apr 22, 2024 8:28 pm
Forum: Highcharts Usage
Topic: Highcharts boxplot slow performance on large data set
Replies: 5
Views: 74
 
Jump to post

Re: Highcharts boxplot slow performance on large data set

Is it possible to show only boxplot if we don't have many data points on the chart (for example less than 4000 points)? This is exactly what I did here :D Except that I don't base on the number of points, but on the visible range (max - min). You can change it however as only you want. This solutio...
by dawid.d
Mon Apr 22, 2024 12:35 pm
Forum: Highcharts Usage
Topic: Highcharts boxplot slow performance on large data set
Replies: 5
Views: 74
 
Jump to post

Re: Highcharts boxplot slow performance on large data set

Hello, Thanks for the question! The only solution I see for using such a large amounts of points is to use a boost series. Unfortunately, the boost module only works with series such as: area, areaspline, arearange, column, columnrange, bar, line, scatter, heatmap, bubble and treemap. Unfortunately,...
by dawid.d
Mon Apr 22, 2024 11:01 am
Forum: Highcharts Maps
Topic: map series with the parameter visible = false are not displayed properly when toggled
Replies: 2
Views: 56
 
Jump to post

Re: map series with the parameter visible = false are not displayed properly when toggled

Hello, Welcome to our forum and thanks for contacting us with your question! It seems to be a bug. Thanks for writing about it! I reported it here: https://github.com/highcharts/highcharts/issues/21044 As a workaround you can set the series invisible in the load event. See the demo below. Demo: http...
by dawid.d
Mon Apr 22, 2024 9:45 am
Forum: Highcharts Usage
Topic: Highcharts 11.4.0 API Download ZIP is missing
Replies: 4
Views: 247
 
Jump to post

Re: Highcharts 11.4.0 API Download ZIP is missing

Hi,

I reported it again and asked for it to be added/revised in the release procedures so that the problem does not recur in the future.

Best regards!
by dawid.d
Mon Apr 22, 2024 9:01 am
Forum: Highcharts Dashboards
Topic: Missing layout.js in Dashboards 2.0 and visibility of the datagrid
Replies: 5
Views: 247
 
Jump to post

Re: Missing layout.js in Dashboards 2.0 and visibility of the datagrid

Thanks for the specs!

We tried to reproduce it again on the same version of Ubuntu & Chrome, but to no avail, we still don't have this problem. Let me know if you have any other useful information or if you managed to solve it somehow.

Kind regards
by dawid.d
Mon Apr 22, 2024 8:57 am
Forum: Highcharts Gantt
Topic: How to make shadow by bar with specific color
Replies: 6
Views: 64
 
Jump to post

Re: How to make shadow by bar with specific color

Hi again,

You can set a specific class name for a given series and use css selectors.
Demo: https://jsfiddle.net/BlackLabel/78Lh259t/

Or just add a class to the point's graphics element in the load event.
Demo: https://jsfiddle.net/BlackLabel/t1yL93jh/

Best regards!
by dawid.d
Fri Apr 19, 2024 11:03 pm
Forum: Highcharts Gantt
Topic: How to make shadow by bar with specific color
Replies: 6
Views: 64
 
Jump to post

Re: How to make shadow by bar with specific color

Hi,

Thanks for the question!

Yes, it's possible. You can do it using the shadow option: https://jsfiddle.net/BlackLabel/xrqchzey/

Or just use the CSS: https://jsfiddle.net/BlackLabel/cpanxy7k/

I hope it was helpful for you!
Best regards
by dawid.d
Fri Apr 19, 2024 8:58 am
Forum: Highcharts Dashboards
Topic: Missing layout.js in Dashboards 2.0 and visibility of the datagrid
Replies: 5
Views: 247
 
Jump to post

Re: Missing layout.js in Dashboards 2.0 and visibility of the datagrid

Hi,

I've tested this on various browsers and systems and I am unable to reproduce this problem, everything seems to work for me. Are you using any specific browser environment/settings?
by dawid.d
Thu Apr 18, 2024 12:34 pm
Forum: Highcharts Dashboards
Topic: Highcharts Dashboard get chart sync information
Replies: 7
Views: 119
 
Jump to post

Re: Highcharts Dashboard get chart sync information

Hi again! I have prepared a demo for you on how to do this. Basically, board.getOptions() returns an object of all the things you manually set in the options. Therefore, whatever changes in the core will not be there automatically. If you want to change it, you have to overwrite something. First, I ...
by dawid.d
Tue Apr 16, 2024 4:38 pm
Forum: Highcharts Usage
Topic: I need help in creating the line chart using highchart
Replies: 3
Views: 86
 
Jump to post

Re: I need help in creating the line chart using highchart

Hello again,

You can use here the `tooltip.split` option: https://api.highcharts.com/highcharts/tooltip.split

Demo: https://jsfiddle.net/BlackLabel/kcupbjf7/

Is this what you've been looking for?
by dawid.d
Tue Apr 16, 2024 4:34 pm
Forum: Highcharts Usage
Topic: highcharts angular word cloud
Replies: 3
Views: 95
 
Jump to post

Re: highcharts angular word cloud

Hi again, To disable rotation, simply use the rotation option and set the range to 0. (see: https://api.highcharts.com/highcharts/xAxis.title.rotation) As for the appropriate algorithm, this is beyond the scope of Highcharts support, as we are getting into mathematics here. The spiral function is ex...
by dawid.d
Tue Apr 16, 2024 3:42 pm
Forum: Highcharts Usage
Topic: Query Regarding Highcharts Integration into Angular Library for NPM
Replies: 1
Views: 81
 
Jump to post

Re: Query Regarding Highcharts Integration into Angular Library for NPM

Hello, Welcome to our forum and thanks for contacting us with your question! What kind of tips do you need? Do you use our official Highcharts for Angular integration? (https://github.com/highcharts/highcharts-angular) and the appropriate license for NPM publication Unfortunately, I am not able to t...

Go to advanced search