Jeroen De Dauw has submitted this change and it was merged. Change subject: SRF jqplotseries, add tableview parameter ......................................................................
SRF jqplotseries, add tableview parameter Ability to display a chart and its corresponding datatable simultaneously using the jquery tabs widget ## Description This commit will introduce a parameter called 'tableview' (none, tabs) which when used will generate two tabs[1] (using jqgrid plugin), the chart (first tab) and a datatable (second tab) which will display all data items/values used within the chart. ## Features - The datatable will come with an enabled column search - Items are grouped according to there chart/graph series ## Dependencies 'jquery.ui.core', 'jquery.ui.tabs', 'ext.jquery.jqgrid' ## Note This change is not related to the headertabs extension even though it uses jquery.ui.tabs. This commit is not designed to show more than two tabs. The chart as second tab is also not supported and there is no interaction between the chart and the datatable. [1] http://www.semantic-mediawiki.org/wiki/File:Srf-format-jqplotseries-tableview.png Change-Id: Ice7ba7ea77e071c2a075c6701dc93246890b6687 --- M SRF_Resources.php M formats/jqplot/SRF_jqPlotSeries.php M formats/jqplot/resources/ext.srf.jqlpot.general.css M formats/jqplot/resources/ext.srf.jqplot.chart.js A formats/jqplot/resources/ext.srf.jqplot.chart.tableview.js 5 files changed, 209 insertions(+), 21 deletions(-) Approvals: Mwjames: Verified; Looks good to me, but someone else must approve Jeroen De Dauw: Verified; Looks good to me, approved -- To view, visit https://gerrit.wikimedia.org/r/21481 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ice7ba7ea77e071c2a075c6701dc93246890b6687 Gerrit-PatchSet: 2 Gerrit-Project: mediawiki/extensions/SemanticResultFormats Gerrit-Branch: master Gerrit-Owner: Mwjames <[email protected]> Gerrit-Reviewer: Jeroen De Dauw <[email protected]> Gerrit-Reviewer: Mwjames <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
