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

Fixes: Cannot read properties of undefined (reading '_custom') by checking 'parsed' before using it #11581

Closed
wants to merge 3 commits into from

Commits on Nov 13, 2023

  1. Update controller.bar.js getLabelAndValue: Verify parsed was set befo…

    …re using it
    
    Fixes: Cannot read properties of undefined (reading '_custom') in Bar chart
    mbonaci committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    8e4f30f View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2023

  1. Update controller.bar.js: getLabelAndValue: Make value a string when …

    …'parsed' in not set
    
    Because a test was failing: 
    Types of property 'value' are incompatible.
    Type 'number' is not assignable to type 'string'.
    mbonaci committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    9a3809c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a14ba44 View commit details
    Browse the repository at this point in the history