Search found 892 matches

Go to advanced search

by kamil.m
Fri Dec 30, 2022 12:42 pm
Forum: Highcharts Stock
Topic: Export server not configured error
Replies: 14
Views: 3220
 
Jump to post

Re: Export server not configured error

Hi there, Welcome to our forum and thank you for contacting us with your question. I'd like to ask you to do the following things first, then we will see if that gave us any positive results. Firstly, I don't see the export server version that you are using, but I'm assuming that it's not the latest...
by kamil.m
Mon Dec 26, 2022 11:09 am
Forum: Highcharts Usage
Topic: Exporting with set Extremes for specific image type
Replies: 1
Views: 268
 
Jump to post

Re: Exporting with set Extremes for specific image type

Hello Vageshwar, You have already asked this question on StackOverflow, forum and contacted us through e-mail. I have replied you to the message you've sent to us, but please do not duplicate posts across our support channels. We work as a single team of developer, so duplicating questions doubles o...
by kamil.m
Tue Dec 20, 2022 9:24 am
Forum: Highcharts Stock
Topic: zooming using mouse scroll
Replies: 5
Views: 3069
 
Jump to post

Re: zooming using mouse scroll

Hi there,

We are currently discussing the implementation of it so please watch the GitHub Feature Request linked below for any updates!

https://github.com/highcharts/highcharts/issues/16658
by kamil.m
Tue Dec 20, 2022 8:34 am
Forum: Highcharts Usage
Topic: Help with packed bubbles (data labels, bubble size)
Replies: 5
Views: 678
 
Jump to post

Re: Help with packed bubbles (data labels, bubble size)

Hi there, good to hear that it's working! To get a better difference between the bubbles with your values, I'd suggest adjusting the minSize/maxSize and also the zMin/zMax parameter. (Or remove both and let Highcharts do the job :) ). Demo: https://codesandbox.io/s/highcharts-react-forked-7qmxzu
by kamil.m
Mon Dec 19, 2022 6:37 pm
Forum: Highcharts Usage
Topic: Help with packed bubbles (data labels, bubble size)
Replies: 5
Views: 678
 
Jump to post

Re: Help with packed bubbles (data labels, bubble size)

You're welcome!

In case of any other questions, please do not hesitate to contact us again.

Regards!
by kamil.m
Mon Dec 19, 2022 8:41 am
Forum: Highcharts Usage
Topic: Help with packed bubbles (data labels, bubble size)
Replies: 5
Views: 678
 
Jump to post

Re: Help with packed bubbles (data labels, bubble size)

Hello! Your issue is super simple. Just a tiny typo in your code. It's packedbubble , not packedBubble , so there was a wrong reference in the plotOptions :) Here is the corrected version: https://codesandbox.io/s/highcharts-react-forked-l5r25q?file=/index.js If you would like to dynamically pull th...
by kamil.m
Mon Dec 19, 2022 8:11 am
Forum: Highcharts Stock
Topic: highstock tooltip with y values null
Replies: 1
Views: 344
 
Jump to post

Re: highstock tooltip with y values null

Hi there, Unfortunately, it is not possible to show a tooltip for null points in line series, since these points simply do not exist on the chart. This functionality only works for charts like heatmap, which displays empty tiles for null value points. In that case, if you would like to display the t...
by kamil.m
Thu Dec 08, 2022 2:43 pm
Forum: Highcharts Usage
Topic: Y-Axis Labels
Replies: 12
Views: 2763
 
Jump to post

Re: Y-Axis Labels

Hi there,

Like I said in the previous post, we are not familiar with wpDatatables (as we don't have an official Highcharts Wordpress wrapper) so I'd suggest asking at a WordPress forum related to the wpDatatables.

Regards!
by kamil.m
Thu Dec 08, 2022 11:13 am
Forum: Highcharts Stock
Topic: Mobile view of Date Picker bugged
Replies: 5
Views: 672
 
Jump to post

Re: Mobile view of Date Picker bugged

No worries! I was not able to reproduce the same issue in the JSFiddle that you've sent me. But I have noticed that you have a 'min-width: 50%' style on the blue dropdown select button next to the date picker. Please check if that's something that you set somewhere in the code, because that is causi...
by kamil.m
Thu Dec 08, 2022 9:56 am
Forum: Highcharts Usage
Topic: Reducing the highcharts and highcharts-more bundle
Replies: 5
Views: 642
 
Jump to post

Re: Reducing the highcharts and highcharts-more bundle

That's great to hear that! In case of any other questions, feel free to contact us anytime.
by kamil.m
Thu Dec 08, 2022 9:01 am
Forum: Highcharts Usage
Topic: Highcharts Tooltip closes when hovering on it
Replies: 1
Views: 286
 
Jump to post

Re: Highcharts Tooltip closes when hovering on it

Hi there!

I think that you are looking for the tooltip.stickOnContact property. Please test it and let me know if that worked. If not, please share a demo with us where the issue is reproduced.

https://api.highcharts.com/highcharts/t ... kOnContact

Best regards!
by kamil.m
Wed Dec 07, 2022 9:02 am
Forum: Highcharts Usage
Topic: Reducing the highcharts and highcharts-more bundle
Replies: 5
Views: 642
 
Jump to post

Re: Reducing the highcharts and highcharts-more bundle

Hello there, I'm really sorry for the lack of response from my side. In general, reducing the bundle size for Angular wrapper (and other ones) is completely fine. Since it looks like it is a TypeScript only error, I would recommend the following: - always use the latest HC update, to have all of the...
by kamil.m
Wed Dec 07, 2022 8:08 am
Forum: Highcharts Usage
Topic: highcharts.css removes all the gradient applied to the column
Replies: 3
Views: 576
 
Jump to post

Re: highcharts.css removes all the gradient applied to the column

Hello there Wolfram, Thank you for your inside on this one - your solution is really good! If you would like to create an official feature request, please do not hesitate to create a new GitHub thread here https://github.com/highcharts/highcharts/issues/new/choose and mark it as a feature request. W...
by kamil.m
Tue Dec 06, 2022 8:49 am
Forum: Highcharts Stock
Topic: issue in heikinashi color
Replies: 3
Views: 476
 
Jump to post

Re: issue in heikinashi color

Thank you, you are absolutely right about this one. The candle that you are pointing should be black. The same can be compered with tradingview, where indeed it is a red Heikin-Ashi candle. Since it is a bug, I'll report it on our GitHub Issues page, so feel free to watch the GH thread for any updat...
by kamil.m
Mon Dec 05, 2022 9:08 am
Forum: Highcharts Usage
Topic: Dual Axis Line and Column Chart with Dropdown
Replies: 6
Views: 1353
 
Jump to post

Re: Dual Axis Line and Column Chart with Dropdown

I'm sorry but I don't understand. Your demo does not work, so I'd suggest recreating it in JSFiddle and making sure that it is working if you want to show us some issues/functionalities.

Is there anything more I can help you with?

Go to advanced search