Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
This image has been generated with PYTHON
Hi, for radar chart you need to have 2 dimensions and 1 measure. To have such view, you need to have data in this similar structure:
load * inline [
two_dimensions, values, points
skills, python,5
skills, sql,3
skills, qlik,3
skills, pipelines,5
skills, statistics,3
interests, python,2
interests, sql,2
interests, qlik,5
interests, pipelines,5
interests, statistics,5];
and from this just create a chart:
Hi, for radar chart you need to have 2 dimensions and 1 measure. To have such view, you need to have data in this similar structure:
load * inline [
two_dimensions, values, points
skills, python,5
skills, sql,3
skills, qlik,3
skills, pipelines,5
skills, statistics,3
interests, python,2
interests, sql,2
interests, qlik,5
interests, pipelines,5
interests, statistics,5];
and from this just create a chart: