Stock Charts package based on Sencha Ext JS & Touch
- Clone the repository by running the followig command:
git clone https://github.com/walkingtree/chartsly.git
- Go inside the working folder where you have cloned the repo, say,
chartsly
- Change directory to
extjs-kitchensink
directroy in chartsly using Terminal or Command. This folder contains the Ext JS version of Chartsly Kitchen Sink application - Build the Kitchen Sink application by running the following command
sencha app build
The deployable artefacts are located under ext-kitchensink/build/production/KS
folder.
5. Copy extjs-kitchensink/build/production/KS
folder and its content to your Web Server's document root folder (e.g. htdocs/www/..)
6. Access http://localhost[:port]/KS/
in your browser and you shall see the Kitchen Sink application showing Indicators, Overlays, Interactions, and Events, as shown below:
Fork the repository and submit pull requests.