You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-22Lines changed: 22 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,27 +1,27 @@
1
1
# JavaScript Point Clusters 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
21
21
22
22
This example shows how to create clusters of differently colored points, how to get the boundaries of a series and use them to draw frames around each cluster.
23
23
24
-
The most efficient way to draw point cloud clusters is utilizing ***PointSeries***. The description of how to configure the visual appearance of points can be found in previous tutorials and more information can be found in API documentation.
24
+
The most efficient way to draw point cloud clusters is utilizing **_PointSeries_**. The description of how to configure the visual appearance of points can be found in previous tutorials and more information can be found in API documentation.
25
25
26
26
```javascript
27
27
// Create point series which represents a single cluster.
@@ -46,7 +46,7 @@ const maxCorner = {
46
46
}
47
47
```
48
48
49
-
The boundary rectangle is defined by two points in 2D space. The same methods are applicable to all the series as well as ***progressive series*** in any directions.
49
+
The boundary rectangle is defined by two points in 2D space. The same methods are applicable to all the series as well as **_progressive series_** in any directions.
50
50
51
51
52
52
## API Links
@@ -64,28 +64,28 @@ The boundary rectangle is defined by two points in 2D space. The same methods ar
64
64
65
65
If you notice an error in the example code, please open an issue on [GitHub][0] repository of the entire example.
66
66
67
-
Official [API documentation][1] can be found on [Arction][2] website.
67
+
Official [API documentation][1] can be found on [LightningChart][2] website.
68
68
69
69
If the docs and other materials do not solve your problem as well as implementation help is needed, ask on [StackOverflow][3] (tagged lightningchart).
70
70
71
-
If you think you found a bug in the LightningChart JavaScript library, please contact support@arction.com.
71
+
If you think you found a bug in the LightningChart JavaScript library, please contact support@lightningchart.com.
72
72
73
-
Direct developer email support can be purchased through a [Support Plan][4] or by contacting sales@arction.com.
73
+
Direct developer email support can be purchased through a [Support Plan][4] or by contacting sales@lightningchart.com.
0 commit comments