Search found 1164 matches

Go to advanced search

by hubert.k
Fri May 19, 2023 1:30 pm
Forum: Highcharts Usage
Topic: PROJECTION EXPLORER-Animation Possibilities
Replies: 1
Views: 273
 
Jump to post

Re: PROJECTION EXPLORER-Animation Possibilities

Hi MT_MANC! Thanks for contacting us with your questions! Answering your inquiries: 1) Sure, you can create a custom button, or even use a natively supported Legend to show/hide MapLine series. If you want to change the visibility of the series you can use setVisible method on the series. Live demo:...
by hubert.k
Wed May 03, 2023 6:46 pm
Forum: Highcharts Usage
Topic: Treemap - HTML data labels disappear
Replies: 3
Views: 396
 
Jump to post

Re: Treemap - HTML data labels disappear

You're welcome! In case of any other questions related to Highcharts functionality feel free to contact us anytime.
by hubert.k
Mon May 01, 2023 7:50 am
Forum: Highcharts Stock
Topic: Customer DateRangePIcker for rangeSelector
Replies: 1
Views: 423
 
Jump to post

Re: Customer DateRangePIcker for rangeSelector

Hi maddmike1959! Thanks for contacting us with your question! In theory yes, you can capture all events responsible for setting proper extremes after using some external buttons. You can see one of our official demos here: https://jsfiddle.net/gh/get/library/pure/highcharts/highcharts/tree/master/sa...
by hubert.k
Mon May 01, 2023 7:38 am
Forum: Highcharts Usage
Topic: Treemap - HTML data labels disappear
Replies: 3
Views: 396
 
Jump to post

Re: Treemap - HTML data labels disappear

Hi eyalel! We appreciate you reaching out to us with your inquiry. Some of the data labels are hidden due to their position. Highcharts Logic wants to provide the best user experience and as a result of this some of the data labels are hidden, because they can overlap each other. If you want to show...
by hubert.k
Thu Dec 29, 2022 8:06 am
Forum: Highcharts Usage
Topic: Bar charts with overlapping Data
Replies: 5
Views: 834
 
Jump to post

Re: Bar charts with overlapping Data

You're welcome! In case of any further questions, feel free to contact us again.
by hubert.k
Tue Dec 27, 2022 7:07 am
Forum: Highcharts Usage
Topic: Highcharts drilldown with setExtreme not working
Replies: 3
Views: 473
 
Jump to post

Re: Highcharts drilldown with setExtreme not working

That's great to hear! In case of any further questions, feel free to contact us again.
by hubert.k
Tue Dec 20, 2022 7:31 am
Forum: Highcharts Usage
Topic: Pie chart hover questions
Replies: 3
Views: 516
 
Jump to post

Re: Pie chart hover questions

You're welcome! In case of any further questions, feel free to contact us again.
by hubert.k
Mon Dec 19, 2022 9:14 am
Forum: Highcharts Usage
Topic: Pie chart hover questions
Replies: 3
Views: 516
 
Jump to post

Re: Pie chart hover questions

Hi BillSaysThis! We appreciate you reaching out to us! Your requests need a bit of custom JavaScript code due to the level of complexity. There are no built-in events for hovering legend items or properties for adding a background to SVG elements. Take a look at the custom implementation below to se...
by hubert.k
Mon Dec 19, 2022 8:06 am
Forum: Highcharts Usage
Topic: Drilldown pie series to bar series ends to column series instead
Replies: 1
Views: 318
 
Jump to post

Re: Drilldown pie series to bar series ends to column series instead

Hi Charalambos! Welcome to our forum and thanks for contacting us with your question! Bar series is a little bit different in Highcharts because it is implemented as a column chart with setting chart.inverted to true . To make it work as you would like to you can use drilldown and drillup events and...
by hubert.k
Fri Dec 16, 2022 8:16 am
Forum: Highcharts Usage
Topic: PlotBackgroundImage not show when export
Replies: 5
Views: 868
 
Jump to post

Re: PlotBackgroundImage not show when export

chafau, I have investigated your issue once more and I was a little wrong. In your, you were trying to export the image, which was locally saved in your project. To export local files you should also use offline-exporting module. In the demo below, after importing it everything is working correctly....
by hubert.k
Fri Dec 16, 2022 8:05 am
Forum: Highcharts Usage
Topic: Highcharts Grouped Categories - Always hard coded?
Replies: 1
Views: 292
 
Jump to post

Re: Highcharts Grouped Categories - Always hard coded?

Hi sdebroy! Welcome to our forum and thanks for contacting us with your question! Of course, it is possible. All you need to add to your chart configuration is some more JavaScript code, responsible for taking user choice from the dropdown and then by using xAxis.update method you can pass new categ...
by hubert.k
Thu Dec 15, 2022 11:12 am
Forum: Highcharts Usage
Topic: PlotBackgroundImage not show when export
Replies: 5
Views: 868
 
Jump to post

Re: PlotBackgroundImage not show when export

Hi chafau! Thanks for contacting us with your question! Exporting module will ignore additional HTML elements because it exports only SVG. I cannot give you any support for html2canvas, because I don't know this library. The solution for you would be to generate the background by Highcharts SVG Rend...
by hubert.k
Thu Dec 15, 2022 8:20 am
Forum: Highcharts Usage
Topic: Highcharts drilldown with setExtreme not working
Replies: 3
Views: 473
 
Jump to post

Re: Highcharts drilldown with setExtreme not working

Hi Vageshwar! Welcome to our forum and thanks for contacting us with your question! Instead of using setExtremes method, you can also use axis.update method and pass them desired min and max values. Sometimes (like in your case, after drilldown event) there are some more additional chart redraws, wh...
by hubert.k
Sat Dec 10, 2022 10:45 pm
Forum: Highcharts Usage
Topic: Drill down on a temporal line chart
Replies: 3
Views: 530
 
Jump to post

Re: Drill down on a temporal line chart

You're welcome! In case of any further questions, feel free to contact us again.
by hubert.k
Fri Dec 09, 2022 2:30 pm
Forum: Highcharts Usage
Topic: Drill down on a temporal line chart
Replies: 3
Views: 530
 
Jump to post

Re: Drill down on a temporal line chart

Hi Alitza! Welcome to our forum and thanks for contacting us with your question! I think, that the behaviour you are trying to achieve is not fully supported directly from API, but you can add some more logic to your click event and use addSeriesAsDrilldown method. You can check it in the demo below...

Go to advanced search