Skip to content

Commit 0b39a41

Browse files
committed
Initial
0 parents  commit 0b39a41

File tree

7 files changed

+6636
-0
lines changed

7 files changed

+6636
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

README.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# LightningChart<sup>&#174;</sup> JS TypeScript usage example
2+
3+
This repository showcases how to use the LightningChart<sup>&#174;</sup> JS charting library with TypeScript and WebPack.
4+
5+
More information about LightningChart<sup>&#174;</sup> JS can be found from our website, https://www.arction.com/lightningchart-js/.
6+
7+
## Getting Started
8+
9+
To view the example:
10+
11+
1. Install Node.JS
12+
2. Run `npm install`
13+
3. Run `npm start`
14+
4. Open browser and navigate to http://localhost:8080
15+
16+
### Support
17+
18+
If you notice an error in the example code, please open an issue on [GitHub][0].
19+
20+
Official [API documentation][1] can be found on [Arction][2] website.
21+
22+
If the docs and other materials do not solve your problem as well as implementation help is needed, ask on [StackOverflow][3] (tagged lightningchart).
23+
24+
If you think you found a bug in the LightningChart JavaScript library, please contact support@arction.com.
25+
26+
Direct developer email support can be purchased through a [Support Plan][4] or by contacting sales@arction.com.
27+
28+
© Arction Ltd 2009-2019. All rights reserved.
29+
30+
[0]: https://github.com/Arction/lcjs-html-example/issues
31+
[1]: https://www.arction.com/lightningchart-js-api-documentation
32+
[2]: https://www.arction.com
33+
[3]: https://stackoverflow.com/questions/tagged/lightningchart
34+
[4]: https://www.arction.com/support-services/

0 commit comments

Comments
 (0)