List of steps to reproduce (step by step, including full links if applicable):
- Insert a Graph made by Graph Extension in Visual Editor or Structured Discussion, such as
{{Graph:Chart|width=600|height=100|xAxisTitle=X|yAxisTitle=Y |type=rect|x=1,2,3,4,5,6,7,8|y=10,12,6,14,2,10,7,9}}
What happens?:
- Structured Discussion: The graph will display spinner indefinitely both in editing and viewing
- Visual Editor: The graph will display error message and will not render the graph when in visual editing mode, but will render correctly after saving the edits (Since we still use PHP parser, instead of Parsoid, when viewing pages after saving the edits)
What should have happened instead?:
The graph should rendered in all cases.