Highcharts spider chart failing to render properly

Hi everyone,

I’ve tried to implement the Highcharts spiderweb found here.

However, instead of looking like this:

14

It’s rendering like this:

34

Does anybody have any idea why? Is this a known Highcharts-Meteor bug? It’s not throwing any console errors either.

My code looks like this (For the record it’s set out ready to receive my own data from Mongo hence the subscription).

Also, within my node-modules I have highcharts and highcharts-more incase this information is needed.

Any advice would be appreciated :slight_smile:

Many thanks,
George

Hello George! Looks like you does not import properly “highcharts-more” into your code. Try to import “highcharts-more” into your code.