HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Question about graph on dashboard.

logging in with Admin status and viewing the dashboard. related to Vanilla 2.0.18.4

I was helping someone and the error that is presented in some browsers (e.g. firefox 14.0.1 on linux) and a few other browsers.

TypeError: rowStates is null

for (var i = 0; i < rowStates.length; i++) {

graph.js line 163

any ideas why rowStates is null

the outline of the graph appears - but the lines (datapoints) are not visible.

@Todd

I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

Comments

  • peregrineperegrine MVP
    edited August 2012

    here is an image without any lines data points.

    and the js

    TypeError: rowStates is null

    for (var i = 0; i < rowStates.length; i++) {

    graph.js line 163

    http://analytics.vanillaforums.com/applications/vanillastats/js/graph.js

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • ToddTodd Chief Product Officer Vanilla Staff

    I'll look into this. You know the browser details where this happened?

  • peregrineperegrine MVP
    edited August 2012

    thx Todd.

    for me - firefox 14.0.1 on linux at the very least

    and chromium 18.0.1025.151 linux.

    jquery 1.6.2 (I believe this is what is shipped with vanilla 2.0.18.4)

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • additionally - I got this report from another person able to view dashboard.

    don't know any more details other than

    "The graph tries to draw on my iPhone but keeps reloading before it's done"

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • LincLinc Detroit Admin

    @Todd Icrontic's dashboard stats haven't worked for me in Chrome for months and months.

Sign In or Register to comment.