Project

General

Profile

Dataset Explorer Ochart extjs4 » History » Version 5

« Previous - Version 5/11 (diff) - Next » - Current version
Anonymous, 14/09/2015 17:16


Dataset Explorer Ochart extjs4

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

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