Tove
Posts: 1
Joined: Thu Oct 06, 2022 10:58 am

Highcharts view data table missing columns

Hi!

We have a bubble chart implementation, and we found something odd. When you go to View data table in the menu the table shown only have X and Y columns even though the chart also has Z, is this a bug or is there a way to also show the Z values in the table?

You can see an example on your own example page: https://jsfiddle.net/gh/get/library/pur ... emo/bubble

Best regards, Tove
michal.f
Posts: 1114
Joined: Thu Aug 12, 2021 12:04 pm

Re: Highcharts view data table missing columns

Hello!

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

A thread with such a problem appeared on GitHub some time ago: https://github.com/highcharts/highcharts/issues/13293.

You can find a workaround there (and in demo below), where you just need to set the series.keys property appropriately. By reading this thread you can see that a bugfix has been made but it seems that the problem has not been fully fixed. So it's best if you report it in this thread and write that there are still problems.

Demo: https://jsfiddle.net/BlackLabel/hsqo97rL/
API: https://api.highcharts.com/highcharts/s ... ubble.keys

Let me know if you have any further questions!
Best regards!
Michał Filipiec
Highcharts Developer
https://blacklabel.pl/highcharts/

Return to “Highcharts Usage”