I am taking a simple graph from the Vega editor and enter it to the visual editor of my MediaWiki and get an error "Vega has encountered an error rendering this graph".
what I am trying to create is a simple graph with 2 lines.
Thanks, Florian,
1. Can I upgrade it to Vega 2?
2. Do you know on another extension that supports vega2?
3. my main problem is that I cannot reach the data file using the "url", do I need other extensions in order to support this call?
– shalomApr 16 '20 at 07:37
I checked and the extension seems to support Vega 2 so it must be something else. Hard to tell without more debug information.
– TgrApr 16 '20 at 08:33
The code that I am using:
- "data": [ { "name": "table", "url": "wiki.......com/mw/docs/ReleaseManagement/GraphTest.json" } ],
- I am working from Vega editor,
- and the file is reachable (when I am doing "Follow Link" the file is open)
– shalomApr 16 '20 at 17:45