Coder Social home page Coder Social logo

weaveteam / weavejs Goto Github PK

View Code? Open in Web Editor NEW
13.0 12.0 10.0 176.18 MB

Web-based Analysis and Visualization Environment for HTML5

License: Mozilla Public License 2.0

JavaScript 0.40% HTML 0.21% CSS 3.42% TypeScript 65.69% Shell 0.03% ActionScript 30.26%

weavejs's Introduction

Weave 2 Build Status

Web-based Analysis and Visualization Environment for HTML5

Visit us at our site

To View a running version of Weave click here

#License Weave 2 is distributed under the MPL-2.0 license.

#Downloads Windows Download
Mac / Linux Download

#Contributing If you would like to contribute to Weave, you will first need to contact us at [email protected] and sign a Contributor License Agreement.

#Developer notes To debug Open Layers, use the following in node_modules/openlayers/package.json: "browser": "dist/ol-debug.js",

weavejs's People

Contributors

adufilie avatar andrewwilkinson88 avatar baochens avatar btcombo avatar cspanring avatar curran avatar ekovac avatar franckamayou avatar jdvalent avatar jtfallon avatar kfogel avatar kmanohar avatar lysis32 avatar mbsmrtic avatar patchcr avatar pstickney avatar sanjay1909 avatar shwetapurushe avatar stubblefield avatar yenfu avatar zhuangziqing avatar zmaybury avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

weavejs's Issues

Webpack3 build and local dev server

Upgrade WeaveApp to use Webpack3 for transforming, bundling, and packaging WeaveApp and required dependencies.

Webpack3 will do everything the current build process does, but will also allow for more flexibility in the code. For example, css, images, and other files can now be imported using ES6, and will be bundled directly with the code. Additionally, production plugins can be included to drastically reduce asset size, automatically uglify and minify the JS while maintaining source maps, and can provide visualizations about the structure of the application.

Additionally, Webpack3 enables the use of a local development server, which can build the application and serve it on your local machine, as well as incrementally build and hot reload the application when changes are made. This should greatly ease/speed local development, as no tomcat server will be required for local dev, and hot reloading will not require a full rebuild of the application to see changes.

The build is broken

Environment

On Mac OS X using the develop branch of WeaveJS (last commit is b0bafc9903bba94f9627c4f36ab9722b5fe9355f).

Steps to Reproduce

Run 'npm install'

Expected Results

A successful build

Actual Results

$ npm install
npm WARN deprecated [email protected]: wrench.js is deprecated! You should check out fs-extra 
(https://github.com/jprichardson/node-fs-extra) for any operations you were using wrench for. Thanks for all the usage over the years.
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue

> [email protected] postinstall /Users/wwalker/work/WeaveTeam/WeaveJS/node_modules/flexjs
> node dependencies/download_dependencies.js

prompt: Apache FlexJS includes an optional component set
that uses fonts from designmodo.com.  The font
files are subject to and governed by the
Creative Commons Attribution-NonCommercial-NoDerivs 3.0
Unported license: http://creativecommons.org/licenses/by-nc-nd/3.0/
This license is not compatible with the Apache v2 license.
Do you want to install the designmodo fonts?
This is an optional component (y/n):  y
Downloading FlatUI
FlatUI download complete
Extracting FlatUI
FlatUI extraction complete
prompt: Apache FlexJS SDK uses the Adobe Flash Player's playerglobal.swc to build Adobe Flash applications.
The playerglobal.swc file is subject to and governed by the
Adobe Flex SDK License Agreement specified here:
http://www.adobe.com/products/eulas/pdfs/adobe_flex_software_development_kit-combined-20110916_0930.pdf,
By downloading, modifying, distributing, using and/or accessing the playerglobal.swc file
you agree to the terms and conditions of the applicable end user license agreement.

In addition to the Adobe license terms, you also agree to be bound by the third-party terms specified here:
http://www.adobe.com/products/eula/third_party/.
Adobe recommends that you review these third-party terms.

This license is not compatible with the Apache v2 license.
Do you want to download and install the playerglobal.swc?
This is a required component (y/n):  y
Downloading Adobe FlashPlayerGlobal.swc 
Downloading: http://download.macromedia.com/get/flashplayer/updaters/21/playerglobal21_0.swc
Finished downloading: http://download.macromedia.com/get/flashplayer/updaters/21/playerglobal21_0.swc
prompt: Apache FlexJS SDK uses the Adobe AIR SDK to build Adobe AIR applications.
The Adobe AIR SDK is subject to and governed by the
Adobe AIR SDK License Agreement specified here:
http://www.adobe.com/products/air/sdk-eula.html.
This license is not compatible with the Apache v2 license.
Do you want to download and install the Adobe AIR SDK?This is a required component (y/n):  y
Downloading Adobe AIR from http://airdownload.adobe.com/air/win/download/21.0/AdobeAIRSDK.zip
Adobe AIR download complete
Extracting Adobe AIR
Adobe AIR extraction complete
Downloading SWFObject
SWFObject download complete
Extracting SWFObject
SWFObject extraction complete
Downloading Apache FlexJS
Apache FlexJS download complete
Extracting Apache FlexJS
events.js:160
      throw er; // Unhandled 'error' event
      ^

Error: invalid signature: 0x4f44213c
    at /Users/wwalker/work/WeaveTeam/WeaveJS/node_modules/unzip/lib/parse.js:59:13
    at runCallback (timers.js:672:20)
    at tryOnImmediate (timers.js:645:5)
    at processImmediate [as _immediateCallback] (timers.js:617:5)
npm ERR! Darwin 16.7.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install"
npm ERR! node v6.11.2
npm ERR! npm  v3.10.10
npm ERR! code ELIFECYCLE

npm ERR! [email protected] postinstall: `node dependencies/download_dependencies.js`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the [email protected] postinstall script 'node dependencies/download_dependencies.js'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the flexjs package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node dependencies/download_dependencies.js
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs flexjs
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls flexjs
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /Users/wwalker/work/WeaveTeam/WeaveJS/npm-debug.log

Can't remove items from the Height categories

Hi, I'm not even sure if this project is still live but I've been having a look at weavejs 2. It seems quite good although I assume it was not fully completed given that the original application appears to be flash based and the walkthrough option never appears to work.

If this project is still live then I may have found a bug in that I can't seem to remove entries from the Height option on bar charts.

You can click the 'x' and the option will be removed but as soon as you move to another option it will come back. This is fustrating given that it always populates this field as default effectively making it impossible to create a bar chart if the default guess is wrong.

Anyway, it would be good to know if this project is still active in any case?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.