question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Radar with Log Axis throws error

See original GitHub issue

Version

4.3.0

Steps to reproduce

  1. Set up a radar chart
  2. Add to options:
    radiusAxis: {
       type: 'log'
     }
    

What is expected?

The same chart to render with log10-axis

What is actually happening?

Got an exception:

ERROR TypeError: "radiusAxis is null"
    render RadiusAxisView.js:61
    renderComponents echarts.js:1369
    each util.js:298
    renderComponents echarts.js:1367
    render echarts.js:1353
    update echarts.js:805
    setOption echarts.js:398

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
zifixcommented, Sep 25, 2019

@pissang Not sure if it was as easy as I think it was, but you are surely going to tell me 😛

1reaction
echarts-bot[bot]commented, Sep 22, 2019

Hi! We’ve received your issue and please be patient to get responded. 🎉 The average response time is expected to be within one day for weekdays.

In the meanwhile, please make sure that you have posted enough image to demo your request. You may also check out the API and chart option to get the answer.

If you don’t get helped for a long time (over a week) or have an urgent question to ask, you may also send an email to dev@echarts.apache.org .

If you are interested in the project, you may also subscribe our mail list.

Have a nice day! 🍵

Read more comments on GitHub >

github_iconTop Results From Across the Web

Radar with Log Axis throws error · Issue #11298
radiusAxis is for bar/line charts in polar system, which is not for radar charts. We do not support log axis for radar axis...
Read more >
Having Runtime Error while making a Radar Chart with ...
The chart was plotting, but when I changed the variables I want to plot, it throws a run time error with incomplete radarchart....
Read more >
logarithmic scale radar chart - Microsoft Power BI Community
Hi there, I was just wondering if it's possible to do a logarithmic scale in a radar chart visualisation in PowerBI? I am...
Read more >
LabWindows/CVI - Log axis - NI Community
Solved: Hello, I am a bit puzzled by the scaling of my log scale... Say the range is -.2 (or zero) to 17788....
Read more >
Radar Chart
Each variable in a Radar Chart is represented by an axis radiating from the center of the two-dimensional chart, with each axis equidistant ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found