Dataset Explorer Sunburst D3+extjs4 » History » Version 6
Anonymous, 15/09/2015 14:26
| 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 | 1 | Anonymous | !https://idoc-projets.ias.u-psud.fr/redmine/attachments/download/116/Screenshot%20from%202015-09-14%2015_40_55.png! |
| 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 | 4 | 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 |