Search found 9092 matches

Go to advanced search

by torstein.honsi
Tue Nov 29, 2022 12:25 pm
Forum: Highcharts Usage
Topic: Bubble size based on plot area
Replies: 5
Views: 1713
 
Jump to post

Re: Bubble size based on plot area

Note that percentages can be used for the bubble min and max sizes, in which they will be based on the size of the available plot area. I don't think the chart.update workaround above is needed, as this functionality is built in already:

https://jsfiddle.net/highcharts/8ecxp92q/
by torstein.honsi
Tue Jun 21, 2022 9:06 am
Forum: Highcharts Usage
Topic: Set constant gap between title and subtitle
Replies: 2
Views: 1546
 
Jump to post

Re: Set constant gap between title and subtitle

Another idea - since we already have the title.margin option that sets the margin between the subtitle and the plotarea, we can simply adjust the vertical position of the subtitle by CSS: https://jsfiddle.net/highcharts/tv6dnbej/
by torstein.honsi
Tue Jun 21, 2022 8:53 am
Forum: Highcharts Usage
Topic: Support for axis sharing among charts
Replies: 5
Views: 1724
 
Jump to post

Re: Support for axis sharing among charts

Although creating different panes within the same chart is simpler, you can also synchronize the axes of multiple charts. Take a look at our synchronized charts demo: https://www.highcharts.com/demo/synchronized-charts
by torstein.honsi
Fri Feb 12, 2021 11:44 am
Forum: Highcharts Usage
Topic: HTML Configuration strings allow additional attributes (tooltips)
Replies: 3
Views: 1691
 
Jump to post

Re: HTML Configuration strings allow additional attributes (tooltips)

As of next release, href="3... will be allowed.

The data-* and onclick attributes however will not be allowed out of the box, but we will expose the allow lists so they can be modified like so:

Code: Select all

Highcharts.AST.allowedAttributes.push('data-value', 'onclick');
by torstein.honsi
Fri Feb 12, 2021 11:41 am
Forum: Highcharts Usage
Topic: target blank dont work href
Replies: 2
Views: 1780
 
Jump to post

Re: target blank dont work href

As of next release, the target attribute is allow-listed.

https://github.com/highcharts/highchart ... 02a0f0ee7e
by torstein.honsi
Wed Mar 07, 2018 11:17 am
Forum: Highcharts Usage
Topic: Individual column colors based on data value in styled mode
Replies: 4
Views: 5657
 
Jump to post

Re: Individual column colors based on data value in styled m

I agree with you that keeping the events out of the chart configuration would be preferable. Here's a plugin-style solution: http://jsfiddle.net/highcharts/3gL5r99y/
by torstein.honsi
Mon Feb 08, 2016 10:32 am
Forum: Highcharts Usage
Topic: Spline problems with new Update
Replies: 6
Views: 3252
 
Jump to post

Re: Spline problems with new Update

@Lionengine: Your issue is reported at https://github.com/highcharts/highcharts/issues/5016. It will be fixed ASAP, an be part of the maintenance release coming out within a few days.

@Camden.Bassett: Your issue is reported at https://github.com/highcharts/highcharts/issues/5015
by torstein.honsi
Fri Jan 29, 2016 2:34 pm
Forum: Highcharts Cloud
Topic: Using a custom webfont
Replies: 2
Views: 4097
 
Jump to post

Re: Using a custom webfont

If you're embedding the Highcharts Cloud chart through script injection, you can apply your own page's styling directly, including font styles and custom webfonts.

See http://jsfiddle.net/highcharts/pk4rfud2/1/ for a demo.
by torstein.honsi
Fri Mar 20, 2015 11:04 am
Forum: Highcharts Usage
Topic: [BUG] Issue with Highcharts, IE and Surface
Replies: 5
Views: 3099
 
Jump to post

Re: [BUG] Issue with Highcharts, IE and Surface

I tested this on my Surface but it works as intended. Running IE10. What version are you running.
by torstein.honsi
Mon Feb 02, 2015 2:02 pm
Forum: Highcharts Usage
Topic: Area selection slow
Replies: 6
Views: 3497
 
Jump to post

Re: Area selection slow

I can't see this problem myself on my system, but here's a general answer: This probably comes from the complexity of the SVG path itself. When the browser's graphics engine draws the rectangle used for zoom selection, it also has to redraw the SVG, and the more complex it is, the more resources it ...
by torstein.honsi
Mon Feb 02, 2015 10:50 am
Forum: Highcharts Usage
Topic: highcharts error on area / area-range with null points
Replies: 5
Views: 2924
 
Jump to post

Re: highcharts error on area / area-range with null points

You're right, stacking doesn't work for area range. We have removed it from the API now, and also fixed it so that it doesn't throw an error if the developer accidentally leaves the option there. See https://github.com/highslide-software/h ... 85ad69a0be
by torstein.honsi
Tue Dec 16, 2014 10:34 am
Forum: Highcharts Maps
Topic: Map from SVG has misaligned shapes.
Replies: 5
Views: 3806
 
Jump to post

Re: Map from SVG has misaligned shapes.

Sorry again for the delay... This bug has been fixed now, please verify with your US map.
by torstein.honsi
Mon Dec 01, 2014 9:09 am
Forum: Highcharts Maps
Topic: Map from SVG has misaligned shapes.
Replies: 5
Views: 3806
 
Jump to post

Re: Map from SVG has misaligned shapes.

Sorry for the delay, we will test this.
by torstein.honsi
Wed Nov 19, 2014 10:40 am
Forum: Highcharts Usage
Topic: series.data array sometimes contains null entries
Replies: 18
Views: 9968
 
Jump to post

Re: series.data array sometimes contains null entries

Sorry for the delay! We've seen this problem coming for a while, so I finally refactored the code so that non-instanciated points can also be removed. I added a new method, Series.removePoint, that takes the point index as an argument. See http://jsfiddle.net/highcharts/yozwauke/ for demo. The commi...

Go to advanced search