Page MenuHomePhabricator

Stats graphs are not appearing
Closed, ResolvedPublic

Description

Currently WikiApiary pages are not displaying the page/user/etc graphs and instead have white space there. Going to the graphs directly yields a blank box.

Event Timeline

Seems that the error is originating from articles.php or dygraph-combined.js but I am having trouble locating those files. Unsure if they exist somewhere in an extension or just in a place I am not considering

The graphs are now working on their separate pages but not on the main article page. The previous problem was caused by the original code relying on two identical directories. This issue was resolved using a symlink pointing from where the second directory should be to where the first one is. The problem now might be with CSS but I am unsure

Vvjjkkii renamed this task from Stats graphs are not appearing to cgbaaaaaaa.Jul 1 2018, 1:05 AM
Vvjjkkii removed DeepBlue as the assignee of this task.
Vvjjkkii triaged this task as High priority.
Vvjjkkii updated the task description. (Show Details)
Vvjjkkii removed a subscriber: Aklapper.
CommunityTechBot renamed this task from cgbaaaaaaa to Stats graphs are not appearing.Jul 2 2018, 3:09 PM
CommunityTechBot assigned this task to DeepBlue.
CommunityTechBot raised the priority of this task from High to Needs Triage.
CommunityTechBot updated the task description. (Show Details)
CommunityTechBot added a subscriber: Aklapper.

Graphs are now running again, they were broken after the update to 1.29 due to some changed with the Widgets extension we were unaware of. The solution was simply to replace

$(document).ready(function () {

with

RLQ.push(function () {