|
1 | 1 | # JavaScript Spectrogram XY-Projection Chart |
2 | 2 |
|
3 | | - |
| 3 | + |
4 | 4 |
|
5 | 5 | This demo application belongs to the set of examples for LightningChart JS, data visualization library for JavaScript. |
6 | 6 |
|
7 | 7 | LightningChart JS is entirely GPU accelerated and performance optimized charting library for presenting massive amounts of data. It offers an easy way of creating sophisticated and interactive charts and adding them to your website or web application. |
8 | 8 |
|
9 | 9 | The demo can be used as an example or a seed project. Local execution requires the following steps: |
10 | 10 |
|
11 | | -- Make sure that relevant version of [Node.js](https://nodejs.org/en/download/) is installed |
12 | | -- Open the project folder in a terminal: |
| 11 | +- Make sure that relevant version of [Node.js](https://nodejs.org/en/download/) is installed |
| 12 | +- Open the project folder in a terminal: |
13 | 13 |
|
14 | | - npm install # fetches dependencies |
15 | | - npm start # builds an application and starts the development server |
| 14 | + npm install # fetches dependencies |
| 15 | + npm start # builds an application and starts the development server |
16 | 16 |
|
17 | | -- The application is available at *http://localhost:8080* in your browser, webpack-dev-server provides hot reload functionality. |
| 17 | +- The application is available at _http://localhost:8080_ in your browser, webpack-dev-server provides hot reload functionality. |
18 | 18 |
|
19 | 19 |
|
20 | 20 | ## Description |
@@ -45,32 +45,32 @@ The spectrogram chart contains 1024 x 1024 = ~1 million data points. |
45 | 45 |
|
46 | 46 | If you notice an error in the example code, please open an issue on [GitHub][0] repository of the entire example. |
47 | 47 |
|
48 | | -Official [API documentation][1] can be found on [Arction][2] website. |
| 48 | +Official [API documentation][1] can be found on [LightningChart][2] website. |
49 | 49 |
|
50 | 50 | If the docs and other materials do not solve your problem as well as implementation help is needed, ask on [StackOverflow][3] (tagged lightningchart). |
51 | 51 |
|
52 | | -If you think you found a bug in the LightningChart JavaScript library, please contact support@arction.com. |
| 52 | +If you think you found a bug in the LightningChart JavaScript library, please contact support@lightningchart.com. |
53 | 53 |
|
54 | | -Direct developer email support can be purchased through a [Support Plan][4] or by contacting sales@arction.com. |
| 54 | +Direct developer email support can be purchased through a [Support Plan][4] or by contacting sales@lightningchart.com. |
55 | 55 |
|
56 | 56 | [0]: https://github.com/Arction/ |
57 | | -[1]: https://www.arction.com/lightningchart-js-api-documentation/ |
58 | | -[2]: https://www.arction.com |
| 57 | +[1]: https://lightningchart.com/lightningchart-js-api-documentation/ |
| 58 | +[2]: https://lightningchart.com |
59 | 59 | [3]: https://stackoverflow.com/questions/tagged/lightningchart |
60 | | -[4]: https://www.arction.com/support-services/ |
61 | | - |
62 | | -© Arction Ltd 2009-2020. All rights reserved. |
63 | | - |
64 | | - |
65 | | -[Dashboard]: https://www.arction.com/lightningchart-js-api-documentation/v3.4.0/classes/dashboard.html |
66 | | -[XY cartesian chart]: https://www.arction.com/lightningchart-js-api-documentation/v3.4.0/classes/chartxy.html |
67 | | -[Heatmap Grid Series Intensity]: https://www.arction.com/lightningchart-js-api-documentation/v3.4.0/classes/heatmapgridseriesintensityvalues.html |
68 | | -[Line Series]: https://www.arction.com/lightningchart-js-api-documentation/v3.4.0/classes/lineseries.html |
69 | | -[Axis scroll strategies]: https://www.arction.com/lightningchart-js-api-documentation/v3.4.0/globals.html#axisscrollstrategies |
70 | | -[Paletted Fill]: https://www.arction.com/lightningchart-js-api-documentation/v3.4.0/classes/palettedfill.html |
71 | | -[LUT]: https://www.arction.com/lightningchart-js-api-documentation/v3.4.0/classes/lut.html |
72 | | -[Empty line style]: https://www.arction.com/lightningchart-js-api-documentation/v3.4.0/globals.html#emptyline |
73 | | -[Legend Box]: https://www.arction.com/lightningchart-js-api-documentation/v3.4.0/classes/chartxy.html#addlegendbox |
74 | | -[Legend Box builders]: https://www.arction.com/lightningchart-js-api-documentation/v3.4.0/globals.html#legendboxbuilders |
75 | | -[Translate point]: https://www.arction.com/lightningchart-js-api-documentation/v3.4.0/globals.html#translatepoint |
| 60 | +[4]: https://lightningchart.com/support-services/ |
| 61 | + |
| 62 | +© LightningChart Ltd 2009-2022. All rights reserved. |
| 63 | + |
| 64 | + |
| 65 | +[Dashboard]: https://lightningchart.com/lightningchart-js-api-documentation/v4.0.0/classes/Dashboard.html |
| 66 | +[XY cartesian chart]: https://lightningchart.com/lightningchart-js-api-documentation/v4.0.0/classes/ChartXY.html |
| 67 | +[Heatmap Grid Series Intensity]: https://lightningchart.com/lightningchart-js-api-documentation/v4.0.0/classes/HeatmapGridSeriesIntensityValues.html |
| 68 | +[Line Series]: https://lightningchart.com/lightningchart-js-api-documentation/v4.0.0/classes/LineSeries.html |
| 69 | +[Axis scroll strategies]: https://lightningchart.com/lightningchart-js-api-documentation/v4.0.0/variables/AxisScrollStrategies.html |
| 70 | +[Paletted Fill]: https://lightningchart.com/lightningchart-js-api-documentation/v4.0.0/classes/PalettedFill.html |
| 71 | +[LUT]: https://lightningchart.com/lightningchart-js-api-documentation/v4.0.0/classes/LUT.html |
| 72 | +[Empty line style]: https://lightningchart.com/lightningchart-js-api-documentation/v4.0.0/variables/emptyLine.html |
| 73 | +[Legend Box]: https://lightningchart.com/lightningchart-js-api-documentation/v4.0.0/classes/Chart.html#addLegendBox |
| 74 | +[Legend Box builders]: https://lightningchart.com/lightningchart-js-api-documentation/v4.0.0/variables/LegendBoxBuilders.html |
| 75 | +[Translate point]: https://lightningchart.com/lightningchart-js-api-documentation/v4.0.0/functions/translatePoint.html |
76 | 76 |
|
0 commit comments