Search found 53 matches

Go to advanced search

by jane
Fri Nov 15, 2019 10:57 am
Forum: Highcharts Usage
Topic: Highcharts Typings - accessing graphic elements
Replies: 1
Views: 270
 
Jump to post

Highcharts Typings - accessing graphic elements

Hi, I am working with a treemap using highcharts installed via npm and written in TypeScript using highcharts typings. After the chart renders I want to be able to iterate around each of the sections of the treemap and add some attributes to the rect elements, however I am struggling to find a way t...
by jane
Thu Sep 05, 2019 9:58 am
Forum: Highcharts Usage
Topic: Treemap: data label wrapping
Replies: 10
Views: 2103
 
Jump to post

Re: Treemap: data label wrapping

Hi, I am intermittently getting an issue where the data label goes off the bottom of the treemap section. The data labels are aligned to the bottom. It has been really difficult to reproduce in a jsfiddle but I think I have it here: https://jsfiddle.net/jharri/vgdtra7b/21/ please note the "othe...
by jane
Wed Sep 04, 2019 11:36 am
Forum: Highcharts Usage
Topic: Treemap: data label wrapping
Replies: 10
Views: 2103
 
Jump to post

Re: Treemap: data label wrapping

Hi,

Yes that's great thank you.

I also want it to crop and show ellipsis when it runs out of vertical or horizontal space but I will see if I can implement that and get back to if I have problems

thanks
Jane
by jane
Tue Sep 03, 2019 3:18 pm
Forum: Highcharts Usage
Topic: Treemap: data label wrapping
Replies: 10
Views: 2103
 
Jump to post

Re: Treemap: data label wrapping

Hi, I just want to come back to the original issue I had here with data labels wrapping. If I implement the suggested workaround every single word wraps, regardless of whether there is horizontal space... note section C: https://jsfiddle.net/jharri/xkmfLjbh/4/ I believe this maybe due to the span no...
by jane
Thu Aug 22, 2019 1:00 pm
Forum: Highcharts Usage
Topic: Treemap: data label wrapping
Replies: 10
Views: 2103
 
Jump to post

Re: Treemap: data label wrapping

On a slightly related note.... I'm also want the text to crop when it eventually runs out of space... as it does in your workaround https://jsfiddle.net/BlackLabel/aqyjh7zu/ I have assumed the cropping behaviour kick in because useHTML = true in this case? Just thought I'd double check with you :) I...
by jane
Thu Aug 22, 2019 12:57 pm
Forum: Highcharts Usage
Topic: Treemap: data label wrapping
Replies: 10
Views: 2103
 
Jump to post

Re: Treemap: data label wrapping

fantastic, thank you! :)
by jane
Wed Aug 21, 2019 1:18 pm
Forum: Highcharts Usage
Topic: Treemap: data label wrapping
Replies: 10
Views: 2103
 
Jump to post

Treemap: data label wrapping

Hi I a highcharts treemap I am using html data labels. In V6.2.0, which I was previously using, the label wraps however in the latest version - V7.1.3 - the label no longer wraps by default due to the css styling on the span that highcharts places around the customised data label html. is there a co...
by jane
Tue Aug 13, 2019 11:14 am
Forum: Highcharts Usage
Topic: Organization Chart: rendering label outside of initial chart area
Replies: 5
Views: 1013
 
Jump to post

Re: Organization Chart: rendering label outside of initial chart area

Hi In the following example I have added a long label to one of the nodes. As you can see the label begins to get cut off: https://codepen.io/jharri/pen/JjPGEgp Also in this codepen, if you uncomment the node data that is currently commented out, the chrat doesn't exapnd to fit the data provided aut...
by jane
Mon Aug 12, 2019 1:57 pm
Forum: Highcharts Usage
Topic: Organization Chart: rendering label outside of initial chart area
Replies: 5
Views: 1013
 
Jump to post

Re: Organization Chart: rendering label outside of initial chart area

Hi Thanks for the information on the level description labels, that helps a lot. WRT the height... for our requirements we may have long labels for some nodes. In which case we would want the nodes to automatically adjust height to cater for the label, perhaps up to a certain limit and then it would...
by jane
Mon Aug 12, 2019 10:59 am
Forum: Highcharts Usage
Topic: Scroll an Organization Chart
Replies: 7
Views: 2224
 
Jump to post

Re: Scroll an Organization Chart

Sorry to jump in on your thread but this is interesting. I am also wanting to do something similar but I had found a post from earlier this year: https://stackoverflow.com/questions/56323433/highcharts-orgcharts-make-scroll-able-container Presumably since this is a feature of Highstock, there must b...
by jane
Mon Aug 12, 2019 9:53 am
Forum: Highcharts Usage
Topic: Organization Chart: rendering label outside of initial chart area
Replies: 5
Views: 1013
 
Jump to post

Organization Chart: rendering label outside of initial chart area

Hi, I am working on a POC with your Organization Chart and I want to be able to have labels to the right of the chart, each label will be a level description. I have got this far with the POC: https://codepen.io/jharri/pen/JgpeOp however in the above example the x position of my level description la...
by jane
Wed Aug 07, 2019 12:50 pm
Forum: Highcharts Usage
Topic: Organization Chart - afterDrawDataLabels
Replies: 1
Views: 280
 
Jump to post

Organization Chart - afterDrawDataLabels

Hi Is it possible to hook into the afterDrawDataLabels event for the Organization chart? I need to be able to get the y position of the labels at each level in inverted mode, and the x position of the labels at each level when not in inverted mode. My plan had been to use afterDrawDataLabels but it ...
by jane
Wed Aug 07, 2019 9:25 am
Forum: Highcharts Usage
Topic: Organization Chart - sort order
Replies: 2
Views: 1057
 
Jump to post

Re: Organization Chart - sort order

To clarify, In the example I give above, I might want to order the CEO nodes whilst keeping them in the same position in the heirarchy

I have foudn the "column" property in the api however this changes the position in the heirarchy, which isn't what I meant :)
by jane
Wed Aug 07, 2019 9:07 am
Forum: Highcharts Usage
Topic: Organization Chart - sort order
Replies: 2
Views: 1057
 
Jump to post

Organization Chart - sort order

Hi,

In the organization chart https://jsfiddle.net/BlackLabel/5hpk3e9d/

is it possible to provide a sort order for the nodes? Or do you have to order the data according to how you want it displayed?

thanks
Jane
by jane
Wed Aug 07, 2019 9:00 am
Forum: Highcharts Usage
Topic: Organization Chart
Replies: 1
Views: 149
 
Jump to post

Organization Chart

Hi, I am looking to use the Organization Chart in a similar way as shown here: https://jsfiddle.net/BlackLabel/5hpk3e9d/ We need the scrollbar however one of the requirements is that the top most node, so in this example "Highsoft Shareholders", should always be visible i.e. it shouldn't m...

Go to advanced search