Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make sure innerRadius is not NaN value #2631

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Jun 13, 2019

  1. Make sure innerRadius is not NaN value

    Error: attribute dx: Expected length, "NaNpx".
    Replication:
    Happens every time lost focus from/to browser tab when gauge chart is dynamically generated.
    
    Investigation:
    w = config.gauge_width is has assigned value 10
    $$.innerRadiusRatio is -Infinity
    $$.innerRadius is NaN
    arnsvel committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    b65ad6d View commit details
    Browse the repository at this point in the history