Search found 895 matches

Go to advanced search

by karolkolodziej
Thu Mar 28, 2024 9:45 am
Forum: Highcharts Dashboards
Topic: Missing layout.js in Dashboards 2.0 and visibility of the datagrid
Replies: 4
Views: 214
 
Jump to post

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

Hi! Thank you for contacting us! 1. I was able to recreate it on my own. I've reported the issue here: https://github.com/highcharts/highcharts/issues/20929 For now, you can use the workaround and we will investigate the issue further. 2. I don't see any screenshots and if I try the demo you've shar...
by karolkolodziej
Thu Sep 01, 2022 8:13 am
Forum: Highcharts Usage
Topic: highcharts 10, highcharts-angular 3.0.0, and Angular 11.2.14 version issues
Replies: 1
Views: 1093
 
Jump to post

Re: highcharts 10, highcharts-angular 3.0.0, and Angular 11.2.14 version issues

Thanks for contacting us! 1. You can upgrade the Highcharts at any given point to any version you like as long as your license allows it. 2. When it comes to the highcharst-angular wrapper I would suggest updating it to version 2.10.0. The latest version was tested with newer Angular versions and wi...
by karolkolodziej
Mon Aug 22, 2022 9:54 am
Forum: Highcharts Usage
Topic: HighchartsReact pieChart legendItemClick is not updated
Replies: 6
Views: 954
 
Jump to post

Re: HighchartsReact pieChart legendItemClick is not updated

Please use the function update in the useState function as shown in the code snipped and demo below: const legendItemClick = () => { console.log("before state", isPointVisible); //why "test" here is not the same as the "test" in outer scope? setPointVisibilit(isPointVis...
by karolkolodziej
Mon Aug 22, 2022 8:57 am
Forum: Highcharts Usage
Topic: Not showing all pie chart labels
Replies: 1
Views: 1035
 
Jump to post

Re: Not showing all pie chart labels

Thanks for contacting us! This is a default behavior that helps to increase the chart readability by hiding some of the overlapping labels. You can workaround this by manipulating the label styling. For example by setting the padding and fontSize in the style object as shown in the demo below. Demo:...
by karolkolodziej
Thu Apr 28, 2022 1:54 pm
Forum: Highcharts Usage
Topic: How to trigger tooltips programatically for line and spline series points in Cypress
Replies: 3
Views: 2153
 
Jump to post

Re: How to trigger tooltips programatically for line and spline series points in Cypress

I'm not fully sure where you are having an issue with this so let me give you two comments on how you can solve this. I tested the solution from Rafał and in JS it works perfectly so the only issue to resolve here should be getting the chart reference. And here are the things that might be missing: ...
by karolkolodziej
Tue Jun 15, 2021 1:50 pm
Forum: Highcharts Usage
Topic: Piechart conditionally displaying the Pie
Replies: 5
Views: 1310
 
Jump to post

Re: Piechart conditionally displaying the Pie

Hi! Thanks for contacting us! On the load event, you might check some conditions regarding data and filter the points. Then you might use the update method to change point/series etc. Demo: https://jsfiddle.net/BlackLabel/gzxLae63/ Docs: https://www.highcharts.com/blog/tutorials/introduction-to-high...
by karolkolodziej
Mon Mar 22, 2021 2:22 pm
Forum: Highcharts Usage
Topic: StockChart problem in Angular?
Replies: 1
Views: 971
 
Jump to post

Re: StockChart problem in Angular?

Thanks for contacting us! You might find the solution and some example here: https://stackoverflow.com/questions/66724371/how-can-i-do-dynamically-updated-highcharts-with-stockcharts For the future - please don't duplicate the same questions on different support channels. If you have any questions p...
by karolkolodziej
Tue Mar 16, 2021 8:40 am
Forum: Highcharts Gantt
Topic: Gantt chart randomly losing day of the date in the tooltip
Replies: 3
Views: 2441
 
Jump to post

Re: Gantt chart randomly losing day of the date in the tooltip

Hi! Thanks for contacting us with your question! In order to resolve that issue, I suggest adding the 'xDateFormat' property to the tooltip options. With that, you can be sure that all points in the tooltip will be shown in the same format. You might check the available date formats in the second AP...
by karolkolodziej
Mon Sep 28, 2020 9:29 am
Forum: Highcharts Usage
Topic: Cannot read property 'forExport' of undefined
Replies: 6
Views: 5440
 
Jump to post

Re: Cannot read property 'forExport' of undefined

Hi! Welcome to our forum and thanks for contacting us with your question! I saw that you raised a similar issue on our GH. For the future reference, please don't duplicate the topics because it might cause that two of our developers, would work the same issue. Generally, if your question is more gen...
by karolkolodziej
Thu Sep 24, 2020 1:06 pm
Forum: Highcharts Gantt
Topic: Gnaat chart - Is it possible to skip week while zoom
Replies: 26
Views: 5335
 
Jump to post

Re: Gnaat chart - Is it possible to skip week while zoom

Yes, no problem.
I deleted all my fiddles.
Hava a nice day ;)
by karolkolodziej
Thu Sep 24, 2020 1:01 pm
Forum: Highcharts Usage
Topic: Angular Sunburst Charts sync and drillup help needed
Replies: 2
Views: 940
 
Jump to post

Re: Angular Sunburst Charts sync and drillup help needed

Ad. 1 The drill down in the sunburst series is not exactly a classic drill down, that is why all available methods won't work. There is no API method which might allow you this. However, you might try to begin with the solution I have provided in the demo below using the `setRootNode` method. It's n...
by karolkolodziej
Thu Sep 24, 2020 7:59 am
Forum: Highcharts Usage
Topic: Highchart word cloud series name clickable / hover state
Replies: 7
Views: 1914
 
Jump to post

Re: Highchart word cloud series name clickable / hover state

You might use for that purpose the workaround from one of the GH issues. You only have to specify the 'wordSpaces' property in series. GH issue: https://github.com/highcharts/highcharts/issues/8264 Live demo: https://jsfiddle.net/BlackLabel/bsk4rpgw/ Let me know if that was what you were looking for...
by karolkolodziej
Mon Sep 21, 2020 12:18 pm
Forum: Highcharts Gantt
Topic: Combine gantt chart with area chart
Replies: 1
Views: 775
 
Jump to post

Re: Combine gantt chart with area chart

Hi Roman! Welcome to our forum and thanks for contacting us with your question! Unfortunately, it's not possible to create the area series inside the ganttChart type this type doesn't exist there. However, you might create a separate chart and then using some CSS properties place it in the right pla...
by karolkolodziej
Mon Sep 21, 2020 10:20 am
Forum: Highcharts Usage
Topic: Updating multiple series in Drilldown
Replies: 17
Views: 3866
 
Jump to post

Re: Updating multiple series in Drilldown

I went once again through that example and I'm not sure if understood correctly. I think that your code shouldn't allow users to infinitely drill the series- I'm referring to the drill-down event now. Maybe because of that code you get the feeling that you might see the previous one. But when you ch...
by karolkolodziej
Mon Sep 21, 2020 8:27 am
Forum: Highcharts Gantt
Topic: Show Gantt chart horizontal axis at bottom
Replies: 23
Views: 5303
 
Jump to post

Re: Show Gantt chart horizontal axis at bottom

1. Before, you won't have this information, however, on the render event you have access to almost all and you might influence the final result. In the demo below I prepared a simple check, however, because we are translating the calculation is a bit more complex. To see how it works, change the in ...

Go to advanced search