Search found 1200 matches

Go to advanced search

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: 69
 
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: 51
 
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: 75
 
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: 52
 
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: 75
 
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: 69
 
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: 58
 
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,...
by bastss
Fri Apr 05, 2024 12:13 pm
Forum: Highcharts Usage
Topic: Cannot add a gauge series to a chart without setting chart's type to gauge
Replies: 1
Views: 51
 
Jump to post

Re: Cannot add a gauge series to a chart without setting chart's type to gauge

Hello, Thanks for contacting us! Description of the problem: If the chart type is not defined on the initial rendering the chart renders as a line chart by default, so after that triggering the addSeries method doesn't work because the code wants to add a gauge series to the line chart - their confi...
by bastss
Mon Nov 25, 2019 3:20 pm
Forum: Highcharts Usage
Topic: Network Graph: Drill down network graph
Replies: 19
Views: 5910
 
Jump to post

Re: Network Graph: Drill down network graph

Hello indratech,

Actually - why are you using a scatter chart type? If you use the line, this functionality will be added by default and visual output will be the same.

Demo: https://jsfiddle.net/BlackLabel/p1c32r9v/

Kind regards!
by bastss
Thu Nov 21, 2019 11:53 am
Forum: Highcharts Usage
Topic: create links between series
Replies: 12
Views: 2995
 
Jump to post

Re: create links between series

Hello manishg22,

This demo doesn't work in the IE browser, because of using the ES6 features like arrow function. Reproduce it to ES5 and everything will work fine.

Kind regards!
by bastss
Wed Nov 20, 2019 3:29 pm
Forum: Highcharts Usage
Topic: create links between series
Replies: 12
Views: 2995
 
Jump to post

Re: create links between series

Hello manishg22,
Try hiding both the centroids in previous demo of yours , the first series lines re-appear.
I haven't tested it in this way. Thanks. One conditional 'if' fixed the case.

Demo: https://jsfiddle.net/BlackLabel/6gs4aeqh/

Kind regards!
by bastss
Wed Nov 20, 2019 1:06 pm
Forum: Highcharts Usage
Topic: Multi series chart with overlapping categories
Replies: 5
Views: 1975
 
Jump to post

Re: Multi series chart with overlapping categories

Hey again Andy,

How your situation with this issue looks like? Did you make some progress by yourself?

Kind regards!
by bastss
Tue Nov 19, 2019 10:05 am
Forum: Highcharts Usage
Topic: create links between series
Replies: 12
Views: 2995
 
Jump to post

Re: create links between series

Hello manishg22, It is working fine for one set of clusters, but fail for multiple clusters. My requirement can go up to 5 clusters. Please help ! I found a better way to achieve it for multiple clusters - attach those custom lines to the series object. Demo: https://jsfiddle.net/BlackLabel/thxrzc7u...
by bastss
Mon Nov 18, 2019 1:16 pm
Forum: Highcharts Usage
Topic: create links between series
Replies: 12
Views: 2995
 
Jump to post

Re: create links between series

Hello manishg22, One more clarification, when i click the particular legend the path is not getting disappeared. To hide this line also we need to customize legend event. Like here: events: { legendItemClick(e) { let chart = this.chart; e.preventDefault(); if (this.visible) { this.hide() } else { th...
by bastss
Fri Nov 15, 2019 11:37 am
Forum: Highcharts Stock
Topic: Refering highstock.js in requirejs throws error: Cannot read property 'stockChart' of undefined
Replies: 4
Views: 1858
 
Jump to post

Re: Refering highstock.js in requirejs throws error: Cannot read property 'stockChart' of undefined

Hello sina123,

Yeah, you are right, it should work as you expected. Could you join this conversation? Core developers should help you to find a solution to this case.

https://github.com/highcharts/highcharts/issues/8890

Kind regards!

Go to advanced search