Project

General

Profile

Dataset Explorer Ochart extjs3 » History » Version 2

Version 1 (Anonymous, 15/09/2015 14:06) → Version 2/6 (Anonymous, 15/09/2015 14:12)

h1. Dataset Explorer Ochart extjs3

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

!https://idoc-projets.ias.u-psud.fr/redmine/attachments/download/118/Screenshot%20from%202015-09-15%2014_06_47.png! !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_moduls_sitools2/Module_DatasetExplorerOchart_sitools2@master 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 *all files* *DatasetExplorerOchartView.js DatasetExplorerOchartViewSimple.js OChart.js OChartModel.js* in _yourPathTo/workspace/client-user/js/modules/datasetExplorerOchart_ _yourPathTo/workspace/client-user-3.0/app/view/modules/datasetExplorerOchart_
* Create a new 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 module with xtype "sitools.user.modules.dataSetExplorerDataviewOchart" and set Dependencies with all the *.js and *.css files downloaded 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|solar/project_moduls_sitools2/Module_DatasetExplorerOchart_sitools2@master source:git_sitools_idoc|solar/project_modules_sitools2v3/Module_DatasetExplorerOchart_sitools2v3@master