Uploaded image for project: 'Keikai'
  1. Keikai
  2. KEIKAI-434

cannot render a line chart

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 5.6.1
    • 5.6.0
    • None
    • Security Level: Jimmy
    • None

      Steps to Reproduce

      1. load the attached file

      Current Result

      no chart rendered and the processing message keeps showing

      the server can't respond,  need to reload the page

      Expected Result

      render a line chart like

      Debug Information

      • HighchartsAxisHelper.setupAxis()
                        do {
                            tick -= size;
                        } while (low < (tick + size));
        

        size is -1 which produces an infinite loop.

      • Excel treats NA as 0

      Workaround

      replace NA with 0 in G80:I82

            jumperchen jumperchen
            hawk hawk
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: