Heya,
We just pushed the fix for Limn so you can link to an individual chart like http://gp.wmflabs.org/#grants-graphs-tab This fix has not yet been deployed to reportcard.wmflabs.org because it's running an older version of Limn that we need to upgrade first.
This closes https://bugzilla.wikimedia.org/show_bug.cgi?id=51566 and https://mingle.corp.wikimedia.org/projects/analytics/cards/1067
Best, Diederik
On Fri, Sep 20, 2013 at 2:22 PM, Diederik van Liere <dvanliere@wikimedia.org
wrote:
Heya,
We just pushed the fix for Limn so you can link to an individual chart like http://gp.wmflabs.org/#grants-graphs-tab This fix has not yet been deployed to reportcard.wmflabs.org because it's running an older version of Limn that we need to upgrade first.
This closes https://bugzilla.wikimedia.org/show_bug.cgi?id=51566 and https://mingle.corp.wikimedia.org/projects/analytics/cards/1067
Best, Diederik
Thanks so much guys!
Muchas gracias!
This will be very helpful …
Does anyone know how to find the anchor names for each graph on a dashboard page such as this one:
http://ee-dashboard.wmflabs.org/dashboards/frwiki-features
I looked at the source code on that page, but couldn't find any anchor names.
Thanks again for taking care of this, you guys.
Much appreciated,
Fabrice
On Sep 20, 2013, at 2:23 PM, Steven Walling wrote:
On Fri, Sep 20, 2013 at 2:22 PM, Diederik van Liere dvanliere@wikimedia.org wrote: Heya,
We just pushed the fix for Limn so you can link to an individual chart like http://gp.wmflabs.org/#grants-graphs-tab This fix has not yet been deployed to reportcard.wmflabs.org because it's running an older version of Limn that we need to upgrade first.
This closes https://bugzilla.wikimedia.org/show_bug.cgi?id=51566 and https://mingle.corp.wikimedia.org/projects/analytics/cards/1067
Best, Diederik
Thanks so much guys!
-- Steven Walling, Product Manager https://wikimediafoundation.org/ _______________________________________________ Wmfproduct mailing list Wmfproduct@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wmfproduct
_______________________________
Fabrice Florin Product Manager Wikimedia Foundation
Does anyone know how to find the anchor names for each graph on a dashboard page such as this one:
http://ee-dashboard.wmflabs.org/dashboards/frwiki-features
I looked at the source code on that page, but couldn't find any anchor names.
Hi Fabrice,
So this feature doesn't let you link directly to graphs *within* dashboards. It only lets you link directly to *tabs* within dashboards. Like, if you wanted the second tab of that dashboard you linked above, you'd go here:
http://ee-dashboard.wmflabs.org/dashboards/frwiki-features#article_feedback-...
To link directly to a graph, you have to share just that graph's address, like this: http://ee-dashboard.wmflabs.org/graphs/frwiki_aft5_daily
Hi Dan,
Thanks for the clarification about the tabs, much appreciated.
We will continue to use the direct links for now, until anchors are possible.
Out of curiosity, how hard would it be for me to create a special page that shows the same daily notifications graph from the English, Dutch, French, Portuguese and Spanish Wikipedias, for comparison purposes?
For example:
http://ee-dashboard.wmflabs.org/graphs/frwiki_echo_category_perc
http://ee-dashboard.wmflabs.org/graphs/ptwiki_echo_category_perc
Is this something that could be done by embedding each of these graphs in a wiki or HTML page? Could I do this myself with just a few lines of code? or would this require someone with more technical expertise?
Thanks again for making these LIMN charts more accessible to the rest of us :)
Fabrice
On Sep 20, 2013, at 3:08 PM, Dan Andreescu wrote:
Does anyone know how to find the anchor names for each graph on a dashboard page such as this one:
http://ee-dashboard.wmflabs.org/dashboards/frwiki-features
I looked at the source code on that page, but couldn't find any anchor names.
Hi Fabrice,
So this feature doesn't let you link directly to graphs *within* dashboards. It only lets you link directly to *tabs* within dashboards. Like, if you wanted the second tab of that dashboard you linked above, you'd go here:
http://ee-dashboard.wmflabs.org/dashboards/frwiki-features#article_feedback-...
To link directly to a graph, you have to share just that graph's address, like this: http://ee-dashboard.wmflabs.org/graphs/frwiki_aft5_daily _______________________________________________ Wmfproduct mailing list Wmfproduct@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wmfproduct
_______________________________
Fabrice Florin Product Manager Wikimedia Foundation
We will continue to use the direct links for now, until anchors are possible.
Fabrice, I don't think direct anchors to graphs are a feature we've heard requested until now. You should talk to Diederik so we can find out how best to serve that. I would think a page that lists all the graphs for each tab would be a possible solution that *has* been requested and we are planning on doing.
Out of curiosity, how hard would it be for me to create a special page that shows the same daily notifications graph from the English, Dutch, French, Portuguese and Spanish Wikipedias, for comparison purposes?
For example:
http://ee-dashboard.wmflabs.org/graphs/frwiki_echo_category_perc
http://ee-dashboard.wmflabs.org/graphs/ptwiki_echo_category_perc
Is this something that could be done by embedding each of these graphs in a wiki or HTML page? Could I do this myself with just a few lines of code? or would this require someone with more technical expertise?
We are working on embedding graphs into MediaWiki, and it is possible to embed them into an HTML page. If you'd like to use the current limn servers, what you're asking is as simple as making a new dashboard. And that's pretty easy assuming you already have the graphs. A dashboard comparing the two graphs you listed above would look like this:
{
"id": "comparison", "headline": "Comparisons Across Projects", "subhead": "Wikimedia", "tabs": [ { "name": "Echo", "graph_ids": [ "frwiki_echo_category_perc", "ptwiki_echo_category_perc" ] } ] }
Save that json into a file called comparison.json and push it to the repository that serves your limn graphs. Then you have to pull from the server to get the updates. That definitely requires technical expertise, but maybe it'll start the conversation on building a UI around this. Actually, doing the above in a UI seems pretty easy :)
Fabrice,
Dan is right – there's no real use case for anchors right now and I want to push back on this request. Right now you can deeplink to a whole dashboard, a dashboard tab and an individual graph. That gives you all you need to make the data discoverable and citable from a wiki page. It's still doesn't allow you to discover all graphs available on a Limn instance or to generate a list of all available dashboards for each project, but this probably require a different approach (see the separate thread on EE/analytics on dashboard generation).
It does take 5 minutes to create a dashboard including the same graph across all projects, and I can show you how this is done.
Dario
On Sep 20, 2013, at 3:40 PM, Dan Andreescu dandreescu@wikimedia.org wrote:
We will continue to use the direct links for now, until anchors are possible.
Fabrice, I don't think direct anchors to graphs are a feature we've heard requested until now. You should talk to Diederik so we can find out how best to serve that. I would think a page that lists all the graphs for each tab would be a possible solution that *has* been requested and we are planning on doing.
Out of curiosity, how hard would it be for me to create a special page that shows the same daily notifications graph from the English, Dutch, French, Portuguese and Spanish Wikipedias, for comparison purposes?
For example:
http://ee-dashboard.wmflabs.org/graphs/frwiki_echo_category_perc
http://ee-dashboard.wmflabs.org/graphs/ptwiki_echo_category_perc
Is this something that could be done by embedding each of these graphs in a wiki or HTML page? Could I do this myself with just a few lines of code? or would this require someone with more technical expertise?
We are working on embedding graphs into MediaWiki, and it is possible to embed them into an HTML page. If you'd like to use the current limn servers, what you're asking is as simple as making a new dashboard. And that's pretty easy assuming you already have the graphs. A dashboard comparing the two graphs you listed above would look like this:
{ "id": "comparison", "headline": "Comparisons Across Projects", "subhead": "Wikimedia", "tabs": [ { "name": "Echo", "graph_ids": [ "frwiki_echo_category_perc", "ptwiki_echo_category_perc" ] } ] }
Save that json into a file called comparison.json and push it to the repository that serves your limn graphs. Then you have to pull from the server to get the updates. That definitely requires technical expertise, but maybe it'll start the conversation on building a UI around this. Actually, doing the above in a UI seems pretty easy :) _______________________________________________ Wmfproduct mailing list Wmfproduct@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wmfproduct
I updated the project matrix on Meta: https://meta.wikimedia.org/wiki/Research:Data/Dashboards
thanks a lot folks!
On Sep 20, 2013, at 2:22 PM, Diederik van Liere dvanliere@wikimedia.org wrote:
Heya,
We just pushed the fix for Limn so you can link to an individual chart like http://gp.wmflabs.org/#grants-graphs-tab This fix has not yet been deployed to reportcard.wmflabs.org because it's running an older version of Limn that we need to upgrade first.
This closes https://bugzilla.wikimedia.org/show_bug.cgi?id=51566 and https://mingle.corp.wikimedia.org/projects/analytics/cards/1067
Best, Diederik
This is awesome -- nice work folks!
-Toby
On Fri, Sep 20, 2013 at 2:22 PM, Diederik van Liere <dvanliere@wikimedia.org
wrote:
Heya,
We just pushed the fix for Limn so you can link to an individual chart like http://gp.wmflabs.org/#grants-graphs-tab This fix has not yet been deployed to reportcard.wmflabs.org because it's running an older version of Limn that we need to upgrade first.
This closes https://bugzilla.wikimedia.org/show_bug.cgi?id=51566 and https://mingle.corp.wikimedia.org/projects/analytics/cards/1067
Best, Diederik
Analytics mailing list Analytics@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/analytics