Dataset Explorer Sunburst D3+extjs4 » History » Version 8
Anonymous, 17/09/2015 10:55
1 | 1 | Anonymous | h1. Dataset Explorer Sunburst D3+extjs4 |
---|---|---|---|
2 | 1 | Anonymous | |
3 | 4 | Anonymous | This is another project module to show datasets in a Sunburst chart developped in Extjs and D3js. |
4 | 2 | Anonymous | |
5 | 7 | Anonymous | !https://idoc-projets.ias.u-psud.fr/redmine/attachments/download/121/sunburst.gif! |
6 | 4 | Anonymous | |
7 | 4 | Anonymous | How to: |
8 | 5 | Anonymous | * Get the code from here: source:git_sitools_idoc|solar/project_modules_sitools2v3/Module_DatasetExplorerD3_sitools2v3@master |
9 | 4 | Anonymous | * Put *DatasetExplorerD3.js* in _yourPathTo/workspace/client-user-3.0/app/modules/_ |
10 | 8 | Anonymous | * Put *DatasetExplorerD3View.js* in _yourPathTo/workspace/client-user-3.0/app/view/modules/datasetExplorerD3/_ |
11 | 6 | Anonymous | * Create a new project module with xtype "sitools.user.modules.DatasetExplorerD3" |
12 | 4 | Anonymous | * Add the css style defined in *style.css* to your project interface |
13 | 4 | Anonymous | * This module *share* the data source with "Project graph" module, so to generate the source data, configure the "project graph" in administrator interface. |
14 | 1 | Anonymous | |
15 | 4 | Anonymous | Here is the link to the code repository: |
16 | 4 | Anonymous | |
17 | 5 | Anonymous | source:git_sitools_idoc|solar/project_modules_sitools2v3/Module_DatasetExplorerD3_sitools2v3@master |