diff --git a/packages/@coorpacademy-components/src/molecule/learning-profile-radar-chart/index.js b/packages/@coorpacademy-components/src/molecule/learning-profile-radar-chart/index.js index 3b2c5395ac..c2b2697525 100644 --- a/packages/@coorpacademy-components/src/molecule/learning-profile-radar-chart/index.js +++ b/packages/@coorpacademy-components/src/molecule/learning-profile-radar-chart/index.js @@ -1,6 +1,14 @@ import React, {useCallback, useEffect, useState} from 'react'; import PropTypes from 'prop-types'; -import {Radar, RadarChart, PolarGrid, PolarAngleAxis, ResponsiveContainer, Tooltip} from 'recharts'; +import { + Radar, + RadarChart, + PolarGrid, + PolarAngleAxis, + ResponsiveContainer, + Tooltip, + PolarRadiusAxis +} from 'recharts'; import {find, findIndex, get} from 'lodash/fp'; import classnames from 'classnames'; import style from './style.css'; @@ -195,6 +203,7 @@ const LearningProfileRadarChart = ({data, onClick}, context) => { {/* possible to pass gridType="circle" */} +