benr
Posts: 2
Joined: Wed Sep 28, 2022 1:42 pm

item parliament chart tooltip label for each point

I would like to create a highchart item parliament chart in which users can hover over each point rather than the group of points and get point-specific information.

In this artificial example, for instance, hovering over a specific point would give you the name of the parliamentarian:
Image

Is that possible at all?

To achieve this, I think, the data input would need to be changed as all item chart examples provide aggregate data, such as:

Code: Select all

data: [
            ['The Left', 69, '#BE3075', 'DIE LINKE'],
            ['Social Democratic Party', 153, '#EB001F', 'SPD'],
            ['Alliance 90/The Greens', 67, '#64A12D', 'GRÜNE'],
            ['Free Democratic Party', 80, '#FFED00', 'FDP'],
            ['Christian Democratic Union', 200, '#000000', 'CDU'],
            ['Christian Social Union in Bavaria', 46, '#008AC5', 'CSU'],
            ['Alternative for Germany', 94, '#009EE0', 'AfD']
        ]
        
hubert.k
Posts: 1164
Joined: Mon Apr 11, 2022 11:48 am

Re: item parliament chart tooltip label for each point

Hi benr!
Welcome to our forum and thanks for contacting us with your question!

Sadly, there is no possibility of achieving something like you requested. If you would like to see a feature like that implemented, feel free to create a feature request here: https://github.com/highcharts/highchart ... new/choose
With enough users' votes, we will gladly implement something like this.

If you have any further questions please let me know.
Regards!
Hubert Kozik
Highcharts Developer

Return to “Highcharts Usage”