Search found 1208 matches

Go to advanced search

by bastss
Fri Apr 19, 2024 1:47 pm
Forum: Highcharts Usage
Topic: Highcharts - Cached point click event?
Replies: 1
Views: 20
 
Jump to post

Re: Highcharts - Cached point click event?

Hello! Welcome to our forum and thank you for contacting us! Have you already taken a look at the official Highcharts React documentation? Here you can find an approach how to update the chart in the most optimal way: https://github.com/highcharts/highcharts-react?tab=readme-ov-file#optimal-way-to-u...
by bastss
Fri Apr 19, 2024 1:37 pm
Forum: Highcharts Usage
Topic: Want to plot negative values in Treemap
Replies: 1
Views: 22
 
Jump to post

Re: Want to plot negative values in Treemap

Hello, Welcome to our forum and thank you for contacting us. I am not sure how the negative values should be displayed on the treemap. Why don't you parse them to the positive values and assign them as the negatives in the data set? For example: https://jsfiddle.net/BlackLabel/mfk4pawe/ kind regards!
by bastss
Thu Apr 18, 2024 1:29 pm
Forum: Highcharts Usage
Topic: colorCount is not working, even tho the `styledMode: true`
Replies: 3
Views: 105
 
Jump to post

Re: colorCount is not working, even tho the `styledMode: true`

Maybe you can try to replicate it in React environment, here is a basic setup that you can use to do that: https://stackblitz.com/edit/react-start ... le=App.tsx

Without reproducing the issue, it's hard to detect where the problem could be.
by bastss
Thu Apr 18, 2024 1:25 pm
Forum: Highcharts Usage
Topic: Onclick of X-range opens a treegraph
Replies: 3
Views: 63
 
Jump to post

Re: Onclick of X-range opens a treegraph

I think that there are a few options for how you can achieve it: - you can create a new chart in the new <div> container and hide/show it by updating his height, for example: https://jsfiddle.net/BlackLabel/vx2do9hr/ - you can create and destroy a new chart dynamically - there are plenty of examples...
by bastss
Wed Apr 17, 2024 1:59 pm
Forum: Highcharts Usage
Topic: colorCount is not working, even tho the `styledMode: true`
Replies: 3
Views: 105
 
Jump to post

Re: colorCount is not working, even tho the `styledMode: true`

Hello!

Thank you for contacting us!

Could you reproduce your issue on some online editor with the dummy data which I could work on?
by bastss
Wed Apr 17, 2024 1:57 pm
Forum: Highcharts Usage
Topic: Legend for bar chart
Replies: 1
Views: 39
 
Jump to post

Re: Legend for bar chart

Hello,

Thank you for contacting us!

I am not able to reproduce your issue, here is my attempt: https://jsfiddle.net/BlackLabel/enokm1xg/ Could you add missing variables?
by bastss
Wed Apr 17, 2024 9:48 am
Forum: Highcharts Usage
Topic: pointFormat custom data with dollar sign issue
Replies: 1
Views: 56
 
Jump to post

Re: pointFormat custom data with dollar sign issue

Hello, thank you for contacting us! Yes, you are right, seems that this kind of format is no longer supported - due to some future plans and common conventions with other languages the string format in some cases was unified. As a workaround, you can use the pointFormatter callback to keep the data ...
by bastss
Wed Apr 17, 2024 9:25 am
Forum: Highcharts Usage
Topic: Onclick of X-range opens a treegraph
Replies: 3
Views: 63
 
Jump to post

Re: Onclick of X-range opens a treegraph

Hello, thank you for contacting us. Your requirement doesn't contain so many details, but I prepared a basic demo where you can start work on your implementation of this requirement. In the demo below I've added a click event which triggers the chart update and sets up a new chart options: https://j...
by bastss
Mon Apr 15, 2024 9:01 am
Forum: Highcharts Usage
Topic: Getting error in waterfall highcharts when series contain multiple data of same name
Replies: 1
Views: 77
 
Jump to post

Re: Getting error in waterfall highcharts when series contain multiple data of same name

Hello,

It doesn't look like a Highcharts error. Could you reproduce this issue on some online editor that I could work on?
by bastss
Mon Apr 15, 2024 8:41 am
Forum: Highcharts Stock
Topic: Toggle candlestick grouping from normal js button on psge
Replies: 1
Views: 64
 
Jump to post

Re: Toggle candlestick grouping from normal js button on psge

Hello, we appreciate you reaching out to us!

You can update all of your charts and change their dataGrouping.enabled option. Here is a basic demo how to achieve it for a single chart: https://jsfiddle.net/BlackLabel/xdfy53b6/

API: https://api.highcharts.com/class-refere ... art#update
by bastss
Fri Apr 12, 2024 5:52 pm
Forum: Highcharts Usage
Topic: Pattern fills for lines, solid color for markers (line chart)
Replies: 3
Views: 83
 
Jump to post

Re: Pattern fills for lines, solid color for markers (line chart)

Hi,

I don't know where the problem is, it is possible to define each marker color in the data object setup: https://jsfiddle.net/BlackLabel/6vagum5s/
by bastss
Fri Apr 12, 2024 5:49 pm
Forum: Highcharts Stock
Topic: Navigator below the label
Replies: 1
Views: 59
 
Jump to post

Re: Navigator below the label

Hello! Welcome to our forum and thanks for contacting us with your question! The Navigator feature is available only for the Stock: https://www.highcharts.com/docs/stock/navigator, however, the stock core code supports chart (basic Highcharts) constructor, demo: https://jsfiddle.net/BlackLabel/texgf...
by bastss
Fri Apr 12, 2024 8:29 am
Forum: Highcharts Usage
Topic: Pattern fills for lines, solid color for markers (line chart)
Replies: 3
Views: 83
 
Jump to post

Re: Pattern fills for lines, solid color for markers (line chart)

Hello, thank you for contacting us! You can define each point color in the data object set: https://api.highcharts.com/highcharts/series.line.data.marker.fillColor Or globally for each point through the plotOptions : https://api.highcharts.com/highcharts/plotOptions.line.marker.fillColor Demo: https...
by bastss
Thu Apr 11, 2024 1:54 pm
Forum: Highcharts Usage
Topic: Show data labels inside/outside accordingly
Replies: 2
Views: 80
 
Jump to post

Re: Show data labels inside/outside accordingly

Hello!

Thanks for contacting us with your question!

Please analyze this similar topic and answer suggested by the Highcharts Developer: https://stackoverflow.com/questions/349 ... highcharts

Let me know if this pattern helped you.

Greetings!
by bastss
Fri Apr 05, 2024 1:49 pm
Forum: Highcharts Stock
Topic: Candlestick chart bounces while updating
Replies: 1
Views: 65
 
Jump to post

Re: Candlestick chart bounces while updating

Hello, Welcome to our forum and thanks for contacting us with your question! Well, it's a strange case, seems that it occurs only in this particular setting: - the dataGrouping is on, so after changing the last point values, the dataGrouping calculates a new points array, and their positions, width,...

Go to advanced search