Page 1 of 1

Map with overlaid pie charts example with Highcharts React

Posted: Tue Nov 23, 2021 4:45 pm
by jolvera
Following the official example "Map with overlaid pie charts" I tried to reproduce it using Highcharts React, but the pie charts don't show at all.

I googled for an example of that demo using react and found https://codesandbox.io/s/highcharts-react-demo-qd13s, which is a recommendation from this thread viewtopic.php?t=43108.

However, if you see that Codesandbox example, the pie charts aren't showing either.

Is this a bug, or do we need to do something extra when using React to make the pie charts show?

Re: Map with overlaid pie charts example with Highcharts React

Posted: Thu Nov 25, 2021 12:34 pm
by magdalena
Hi,

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

The above examples work correctly until the 9.2.2 version.

Demo 9.2.2 version:
https://codesandbox.io/s/highcharts-rea ... rked-28e0d

In Highcharts Maps v9.3.0 map geometry has improved by removing axes and implementing a MapView class.

Changelog:
https://www.highcharts.com/blog/changel ... aps-v9.3.0

Demo 9.3 version:
https://codesandbox.io/s/highcharts-rea ... rked-6ubvv

Let me know if you have any further questions,
Regards!