Search found 1068 matches

Go to advanced search

by michal.f
Thu Sep 14, 2023 4:18 pm
Forum: Highcharts Usage
Topic: Gauge chart - dial - baseWidth in % ?
Replies: 1
Views: 62

Re: Gauge chart - dial - baseWidth in % ?

Hi and welcome to the forum! As the API says: baseWidth: number The pixel width of the base of the gauge dial. the property only accepts number as a value, so it is not possible to specify the width in percent. The simplest and fastest way is to use responsive rules, with which you can set a differe...
by michal.f
Thu Sep 14, 2023 3:58 pm
Forum: Highcharts Usage
Topic: MSFT AIP/Purview Support?
Replies: 1
Views: 55

Re: MSFT AIP/Purview Support?

Hi,

I have forwarded this question to people who will be able to tell more about it, as soon as I get an answer I will let you know.

Regards!
by michal.f
Thu Sep 14, 2023 3:48 pm
Forum: Highcharts Usage
Topic: Error navigating to null datapoints with chart.redraw
Replies: 15
Views: 291

Re: Error navigating to null datapoints with chart.redraw

Hi,

Wouldn't it be better to add a linked scatter series with null points for all series that have 'null' points: https://jsfiddle.net/BlackLabel/4d8tboze/?

Let me know if this solution suits your case ;)
by michal.f
Fri Jun 30, 2023 10:38 am
Forum: Highcharts Usage
Topic: Setting plotLines defaults in a Theme
Replies: 4
Views: 819

Re: Setting plotLines defaults in a Theme

Another way is to add a function that will be called after the chart is loaded and will add default settings to plotLines and plotBands based on custom properties set in Highcharts.setOptions() ;.

Demo: https://jsfiddle.net/BlackLabel/sjd048b9/
by michal.f
Fri Mar 03, 2023 9:43 am
Forum: Highcharts Usage
Topic: Multiple snap points for org chart node?
Replies: 7
Views: 548

Re: Multiple snap points for org chart node?

Hi,

Nice solution and thanks for sharing this on the forum.

In case of any further questions, feel free to contact us again.
Best regards!
by michal.f
Fri Mar 03, 2023 9:22 am
Forum: Highcharts Usage
Topic: Highcharts tooltip unit testing
Replies: 7
Views: 502

Re: Highcharts tooltip unit testing

Hello and welcome to our forum! In the Highcharts repository files on GitHub you can see the unit tests for the tooltip, there are quite a lot of them so you should find one that suits you best. Unit Test folder : https://github.com/highcharts/highcharts/tree/master/samples/unit-tests/tooltip Let me...
by michal.f
Wed Mar 01, 2023 11:21 am
Forum: Highcharts Usage
Topic: How to create a multi-series funnel (or any other type of chart)
Replies: 3
Views: 301

Re: How to create a multi-series funnel (or any other type of chart)

Hi,

Sorry, I copied the link to the wrong topic, I've corrected it, but just to be sure, I'm posting the link here as well:
viewtopic.php?t=47692

Regards!
by michal.f
Wed Mar 01, 2023 11:18 am
Forum: Highcharts Stock
Topic: Export to xls Data Colum format issue
Replies: 3
Views: 377

Re: Export to xls Data Colum format issue

Hi, The x-axis type (xAxis.type) is set to 'category' by default. For the chart to handle dates correctly, you should change this property to 'datetime'. xAxis: { type: 'datetime' }, Demo : https://jsfiddle.net/BlackLabel/nuv0wf9L/ API : https://api.highcharts.com/highcharts/xAxis.type Let me know i...
by michal.f
Tue Feb 28, 2023 10:35 am
Forum: Highcharts Usage
Topic: Multiple snap points for org chart node?
Replies: 7
Views: 548

Re: Multiple snap points for org chart node?

Hello,

The link in an organization chart is different than the path in a line, spline, or other charts for which you can set series.dashStyle using the API, unfortunately for organization charts it is only possible using CSS.

Regards!
by michal.f
Mon Feb 27, 2023 1:32 pm
Forum: Highcharts Stock
Topic: Export to xls Data Colum format issue
Replies: 3
Views: 377

Re: Export to xls Data Colum format issue

Hello and welcome to our forum!

Could you reproduce the issue in an online editor that I could work on? Because now it is hard to tell you what the problem is without taking a look at your code.

You can base on this demo: https://jsfiddle.net/BlackLabel/8ma5hsob/

Best regards!
by michal.f
Mon Feb 27, 2023 10:14 am
Forum: Highcharts Usage
Topic: Multiple snap points for org chart node?
Replies: 7
Views: 548

Re: Multiple snap points for org chart node?

Hi, I'm not sure if that's supported. Unfortunately, this is not supported. Looks like something very custom. each relationship type could be represented with a different dashStyle, though I'm not sure how to go about that It is possible and seems like a nice solution if you want to distinguish cert...
by michal.f
Mon Feb 27, 2023 9:29 am
Forum: Highcharts Usage
Topic: How to create a multi-series funnel (or any other type of chart)
Replies: 3
Views: 301

Re: How to create a multi-series funnel (or any other type of chart)

Hello and welcome to our forum!

There is already a similar topic on the forum that may help you: viewtopic.php?t=47692

Let me know if that was what you were looking for!
Best regards!
by michal.f
Fri Feb 24, 2023 3:13 pm
Forum: Highcharts Usage
Topic: Multiple snap points for org chart node?
Replies: 7
Views: 548

Re: Multiple snap points for org chart node?

Hello and welcome to our forum!

Could you send a picture of what it would look like or some graphic concept?
Because I'm not quite sure what you mean.

Best regards!
by michal.f
Fri Feb 24, 2023 2:13 pm
Forum: Highcharts Usage
Topic: Charts Issue with Theme?
Replies: 3
Views: 271

Re: Charts Issue with Theme?

I use WordPress and I happened to use Highcharts in WordPress-based projects but I just didn't use this plugin for implementing charts. But it's not that important. Unfortunately, the screenshot itself doesn't say much, I only noticed that it uses versions 4.x/5.x which are already quite old. In add...
by michal.f
Wed Feb 22, 2023 11:59 am
Forum: Highcharts Stock
Topic: How to scale Y Axis for only one Series?
Replies: 8
Views: 746

Re: How to scale Y Axis for only one Series?

Hi

Because the setExtremes() method calls the afterSetExtremes() callback function, and without such a way, the first time this function is called, it would create an infinite loop.

Best regards!

Go to advanced search