You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kylin.apache.org by "wu.kehua (Jira)" <ji...@apache.org> on 2019/11/13 09:50:00 UTC

[jira] [Created] (KYLIN-4252) Fix the error "Cannot read property 'index' of null" in visualization page

wu.kehua created KYLIN-4252:
-------------------------------

             Summary: Fix the error "Cannot read property 'index' of null" in visualization page
                 Key: KYLIN-4252
                 URL: https://issues.apache.org/jira/browse/KYLIN-4252
             Project: Kylin
          Issue Type: Bug
          Components: Web 
    Affects Versions: v3.0.0
            Reporter: wu.kehua
            Assignee: wu.kehua


If we choose the "-- choose metrics --" firstly, then we can't choose any other metric options.

I analyse this operation will cause the errorĀ "Cannot read property 'index' of null" in visualization page, as follows:
{code:java}
message: "Cannot read property 'index' of null"
stack: "TypeError: Cannot read property 'index' of null?    at http://kylin_server:7070/kylin/js/scripts.min.20191108164741.js:55197:69?    at Object.forEach 
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)