Project

General

Profile

Dataset Explorer Ochart extjs4 » History » Version 9

Version 8 (Anonymous, 15/09/2015 14:45) → Version 9/11 (Anonymous, 17/09/2015 10:18)

h1. Dataset Explorer Ochart extjs4

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

!https://idoc-projets.ias.u-psud.fr/redmine/attachments/download/120/ochart_extjs4.gif! !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|solar/project_modules_sitools2v3/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
* Create a new project module with xtype "sitools.user.modules.DatasetExplorerOchart"
* 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|solar/project_modules_sitools2v3/Module_DatasetExplorerOchart_sitools2v3@master