Project

General

Profile

Dataset Explorer Ochart extjs4 » History » Version 5

Version 4 (Anonymous, 14/09/2015 16:45) → Version 5/11 (Anonymous, 14/09/2015 17:16)

h1. Dataset Explorer Ochart extjs4

This is a project module developped in extjs4 for showing the dataset hierarchically in a tree mode.

!https://idoc-projets.ias.u-psud.fr/redmine/attachments/download/115/Screenshot%20from%202015-09-14%2015_11_32.png!

How to:
* Get the code from here: source:git_sitools_idoc|Module_DatasetExplorerOchart_sitools2v3@master
* Put *DatasetExplorerOchart.js* in _yourPathTo/workspace/client-user-3.0/app/modules/_
* Put *DatasetExplorerOchartView.js DatasetExplorerOchartViewSimple.js OChart.js OChartModel.js* in _yourPathTo/workspace/client-user-3.0/app/view/modules/datasetExplorerOchart_
* Put *DatasetExplorerOchartController.js* in _yourPathTo/workspace/client-user-3.0/app/controller/modules/datasetExplorerOchart_
* Put *DatasetExplorerOchartTreeModel.js* in _yourPathTo/workspace/client-user-3.0/app/model_
* Put *DatasetExplorerOchartTreeStore.js* in _yourPathTo/workspace/client-user-3.0/app/store_
* Add the css style defined in *Ochart.css* to your project interface
* This module *share* the data source with "Project graph" module, so to generate the source data, configure the "project graph" in administrator interface.

Here is the link to the code repository:

source:git_sitools_idoc|Module_DatasetExplorerOchart_sitools2v3@master