Search found 2081 matches

Go to advanced search

by dominik.c
Fri Nov 05, 2021 7:11 am
Forum: Highcharts Stock
Topic: Highcharts annotations default styling, colors etc
Replies: 9
Views: 2358
 
Jump to post

Re: Highcharts annotations default styling, colors etc

Hello Gabe Alexander! Welcome to our forum and thanks for contacting us with your question! Do you wonder if it's possible to set the default color of the annotation label? If yes, unfortunately, it's not (at least using API and stockTools). But you can try to create your own button that'll be respo...
by dominik.c
Thu Sep 02, 2021 1:06 pm
Forum: Highcharts Usage
Topic: Accessibility Issues
Replies: 1
Views: 749
 
Jump to post

Re: Accessibility Issues

Hello claprince! We appreciate you reaching out to us! As far as I know, reading "highcharts.com" totally adjustable and you can get some information about it over here: https://www.highcharts.com/docs/accessibility/configure-the-accessibility-module Please check them and if it doesn't hel...
by dominik.c
Thu Sep 02, 2021 12:54 pm
Forum: Highcharts Usage
Topic: Centering and Zooming issue
Replies: 13
Views: 4519
 
Jump to post

Re: Centering and Zooming issue

Hi again!

If you want to zoom directly to China you can also use zoomTo method on the China point.

API references:
https://api.highcharts.com/class-refere ... int#zoomTo

Demo:
https://stackblitz.com/edit/highcharts- ... mponent.ts

Best regards!
by dominik.c
Tue Aug 31, 2021 2:57 pm
Forum: Highcharts Stock
Topic: Problem with dataMin, dataMax updating
Replies: 8
Views: 2764
 
Jump to post

Re: Problem with dataMin, dataMax updating

Hi again! Thanks for explaining your issue so precisely! SetExtremes method fires just after render time and as opposed to this event we've got afterSetExtremes event which fires after the final min and max values are computed and corrected for minRange. And which is very important - the new user se...
by dominik.c
Tue Aug 31, 2021 2:28 pm
Forum: Highcharts Usage
Topic: Highcharts custom legend multiple lines
Replies: 5
Views: 2609
 
Jump to post

Re: Highcharts custom legend multiple lines

You're welcome!

In case of any further questions, feel free to contact us again.
by dominik.c
Tue Aug 31, 2021 9:41 am
Forum: Highcharts Usage
Topic: Highcharts custom legend multiple lines
Replies: 5
Views: 2609
 
Jump to post

Re: Highcharts custom legend multiple lines

Hi again! There are two ways of how we can handle this problem. Firstly we can just use labelFormatter and create something like that: https://jsfiddle.net/BlackLabel/huj8Lr1q/ But this solution is not so good because the text "Device 2 legend:" belongs to the first item of the legend. Sec...
by dominik.c
Tue Aug 31, 2021 9:20 am
Forum: Highcharts Usage
Topic: Export value from external highcharts website
Replies: 5
Views: 1191
 
Jump to post

Re: Export value from external highcharts website

Hi again! I guess that you can export this data to CSV file and then load the data to the chart using data module like that: https://jsfiddle.net/gh/get/library/pure/highcharts/highcharts/tree/master/samples/highcharts/data/csv/ API references: https://api.highcharts.com/highcharts/data Regarding wr...
by dominik.c
Tue Aug 31, 2021 5:44 am
Forum: Highcharts Usage
Topic: ColumnRange Tooltip PointFormatter in Typescript
Replies: 3
Views: 1591
 
Jump to post

Re: ColumnRange Tooltip PointFormatter in Typescript

That's great to hear!

In case of any further questions, feel free to contact us again.
by dominik.c
Tue Aug 31, 2021 5:42 am
Forum: Highcharts Usage
Topic: Deselecting a pie slice on select?
Replies: 7
Views: 3114
 
Jump to post

Re: Deselecting a pie slice on select?

You're welcome!

In case of any further questions, feel free to contact us again.
by dominik.c
Tue Aug 31, 2021 5:42 am
Forum: Highcharts Usage
Topic: Pie Chart -Legend Reducing Chart Size Because of Item Length
Replies: 11
Views: 5341
 
Jump to post

Re: Pie Chart -Legend Reducing Chart Size Because of Item Length

You're welcome!

In case of any further questions, feel free to contact us again.
by dominik.c
Tue Aug 31, 2021 5:41 am
Forum: Highcharts Usage
Topic: CloudFlare Captcha - Status Code 403 When Requesting to https://export.highcharts.com
Replies: 7
Views: 1602
 
Jump to post

Re: CloudFlare Captcha - Status Code 403 When Requesting to https://export.highcharts.com

That's great to hear!

In case of any further questions, feel free to contact us again.
by dominik.c
Mon Aug 30, 2021 11:49 am
Forum: Highcharts Usage
Topic: Export value from external highcharts website
Replies: 5
Views: 1191
 
Jump to post

Re: Export value from external highcharts website

Hello Duffy6!

Yes, it should be possible. But I'm not sure how I could help you. Do you have any specific questions about writing this kind of script? My colleague has already mentioned some useful links and information that might be helpful for you.

Best regards!
by dominik.c
Mon Aug 30, 2021 11:17 am
Forum: Highcharts Usage
Topic: Export Data from Highchart Chart
Replies: 5
Views: 2556
 
Jump to post

Re: Export Data from Highchart Chart

Hello Sreejith G A!

I've added a custom button (which my colleague presented before) to the demo of the Gantt chart and it seems to work fine. Could you point out what is wrong here? Demo: https://jsfiddle.net/BlackLabel/cm5fvw6n/

Best regards!
by dominik.c
Mon Aug 30, 2021 10:42 am
Forum: Highcharts Usage
Topic: Centering and Zooming issue
Replies: 13
Views: 4519
 
Jump to post

Re: Centering and Zooming issue

Hello srbhpande! The problem here is that you're using world map to do that and then on click, you only change the data that should be displayed (basically you're hiding every country besides the one from dataUpdate array). So the center of the map is still Europe, not China or Asia. Two options cam...
by dominik.c
Mon Aug 30, 2021 10:31 am
Forum: Highcharts Usage
Topic: Highcharts custom legend multiple lines
Replies: 5
Views: 2609
 
Jump to post

Re: Highcharts custom legend multiple lines

Hello arch! Welcome to our forum and thanks for contacting us with your question! Unfortunately, it is hard to tell you what could be done without taking look at your demo. Could you reproduce the issue in an online editor that I could work on? You can use our official demo of donut chart as a basic...

Go to advanced search