Our JavaScript charts support rendering thousands of data points in milliseconds. Run a speedtest or try real-time live data streaming.
There are two possible options of modifying demo source code, using Node.js and npm and with no additional requirements.
Please, ensure you have all requirements installed before running. Then, to run demo with Node.js and npm, use following commands:
git clone git@github.com:anychart-solutions/big-data-speed-test.git
cd big-data-speed-test
gulp
Now, when all environment is up and running, you may use following instructions to modify source code:
- To modify demo stylesheets, edit
src/sass/*.scss
files. - To modify demo JavaScript, edit
src/js/*.js
file. - To modify demo markup, edit
src/index.html
file.
This option doesn't require Node.js and npm installation. Also it imposes some limitations on demo source code modification process.
- To run the demo, please, open index.html page.
- To modify demo stylesheets, please add your own
<styles>
section tosrc/index.html
file. - Unfortunately, here is no way to modify demo JavaScript code except adding your own
<script>
section tosrc/index.html
file. - To modify demo markup, edit
src/index.html
file. - To make a production build you need to copy all required files to distribution folder by your own.
All production files are located in distribution folder. In case you did some modification of the source code, you need to rebuild production files as mentioned in Using Node.js and npm section or manually using following command.
gulp prod
To run demo development environment, please, ensure you have installed Git, Node.js, npm and gulp, overwise:
- To install Node.js and npm, visit installation instructions page.
- To install gulp globally using
npm install gulp -g
command. - To install git, visit installation instructions page.
AnyChart Big Data Speed Test solution includes two parts:
- Code of the solution that allows to use Javascript library (in this case, AnyChart) to create a demo. You can use, edit, modify it, use it with other Javascript libraries without any restrictions. It is released under Apache 2.0 License.
- AnyChart JavaScript library. It is released under Commercial license. You can test this plugin with the trial version of AnyChart. Our trial version is not limited by time and doesn't contain any feature limitations. Check details here.
If you have any questions regarding licensing - please contact us. sales@anychart.com