Skip to content

Commit

Permalink
Include built code in the github project.
Browse files Browse the repository at this point in the history
nclude the folder containing build code ( /build/dev ) to allow the code
downloaded by clicking "Clone or download" button to work. Close #7
  • Loading branch information
hamano-talend committed Aug 10, 2017
1 parent 8ff9dee commit c372c64
Show file tree
Hide file tree
Showing 119 changed files with 1,205 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -21,7 +21,7 @@ coverage
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
build
# build
build/Release

# Dependency directories
Expand Down
2 changes: 0 additions & 2 deletions README.md
Expand Up @@ -3,8 +3,6 @@ Qlik Sense extension which allows you to create charts to perform advanced analy

The analysis types provides in this extension covers linear regression analysis, statistical hypothesis testing, variance analysis, principal component analysis (PCA), time series analysis, clustering, text mining, etc. The full list of the analysis types is available on the [Analysis Types](./docs/analysis/analysis.md) page.

> :warning: Download the zipped extension file from [releases](https://github.com/mhamano/advanced-analytics-toolbox/releases) page. The zipped file downloaded by clicking "Clone or download" button on this page does not work without being transcompiled with Gulp. Also, read [Prerequisites](#prerequisites) and [Installation](#installation) carefully to make the extension work properly.
## Screenshots
![sample screenshot](./docs/analysis/images/sample1.png)
![sample screenshot](./docs/analysis/images/sample2.png)
Expand Down
2 changes: 2 additions & 0 deletions build/dev/advanced-analytics-toolbox.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions build/dev/advanced-analytics-toolbox.ng.html
@@ -0,0 +1 @@
<div qv-extension class="advanced-analytics-toolsets-{{extId}}" style="width:100%; height:100%; overflow:auto"></div>
16 changes: 16 additions & 0 deletions build/dev/advanced-analytics-toolbox.qext
@@ -0,0 +1,16 @@
{
"name": "Advanced Analytics Toolbox",
"description": "Chart visualization template",
"icon": "bar-chart-horizontal",
"type": "visualization",
"preview" : "./lib/images/icon.png",
"version": "1.1.0",
"author": "",
"homepage": "",
"keywords": "qlik-sense, visualization, advanced analytics, statistics",
"license": "MIT",
"repository": "https://github.com/mhamano/advanced-analytics-toolbox",
"dependencies": {
"qlik-sense": ">=3.2.x"
}
}
2 changes: 2 additions & 0 deletions build/dev/initialProperties.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions build/dev/lib/css/styles.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added build/dev/lib/images/icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions build/dev/lib/js/analysis/analysis.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions build/dev/lib/js/analysis/anova.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions build/dev/lib/js/analysis/augmented_dickey_fuller_test.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c372c64

Please sign in to comment.