Mwjames has uploaded a new change for review. 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, 208 insertions(+), 21 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/SemanticResultFormats refs/changes/81/21481/1 -- To view, visit https://gerrit.wikimedia.org/r/21481 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ice7ba7ea77e071c2a075c6701dc93246890b6687 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/SemanticResultFormats Gerrit-Branch: master Gerrit-Owner: Mwjames <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
