The tutorial looks nice! I will take a look when I am less distracted by
finance reports. Thank you for working on this.
Pine
On Dec 30, 2015 22:37, "Yuri Astrakhan" wrote:
> I just finished writing a tutorial on how to build interactive Vega graphs
> for Wikipedia. And yes, we could build video
Well, it already supports geo projections, with mouse-draggable map
spinning [1]... We could implement some 3d models if we can hide the
out-of-sight polygons :)
http://vega.github.io/vega-editor/?mode=vega&spec=map-params
___
Wikitech-l mailing list
Wik
Excellent. Can I create a full-detail 3D model of the Millennium Falcon? (:
Pine
On Dec 30, 2015 22:37, "Yuri Astrakhan" wrote:
> I just finished writing a tutorial on how to build interactive Vega graphs
> for Wikipedia. And yes, we could build video games this way too :)
>
> https://www.mediaw
I just finished writing a tutorial on how to build interactive Vega graphs
for Wikipedia. And yes, we could build video games this way too :)
https://www.mediawiki.org/wiki/Extension:Graph/Interactive_Graph_Tutorial
___
Wikitech-l mailing list
Wikitech-l
Hmm… actually, looking at the ResourceLoader code, the makeInlineScript()
function does not actually queue the script to execute. It only returns a
properly wrapped, anonymized function as a string. I still needed to call
OutputPage->addScript() to make it execute.
DanB
From: Wikitech-l [mail
Kevin Israel writes:
>Since MediaWiki 1.26, all ResourceLoader modules are loaded
>asynchronously, so inline scripts now need to account for the
>possibility they may be executed before the jquery and mediawiki modules
>have loaded.
>
>If you use ResourceLoader::makeInlineScript() to build the HTML