@arction/lcjs
Advanced tools
Comparing version 2.1.0 to 2.2.0
@@ -7,2 +7,3 @@ # Change Log | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
## [Unreleased] - yyyy-mm-dd | ||
@@ -20,2 +21,57 @@ | ||
## [2.2.0] - 2020-01-27 | ||
### Added | ||
- Chart3D series background | ||
- Chart3D.setSeriesBackgroundFillStyle | ||
- Chart3D.setSeriesBackgroundStrokeStyle | ||
- 3D BoundingBox style API | ||
- Chart3D.setBoundingBoxStrokeStyle | ||
- Chart3D.getBoundingBoxStrokeStyle | ||
- 3D camera behavior control | ||
- Chart3D.setCameraAutomaticFittingEnabled | ||
- Chart3D.getCameraAutomaticFittingEnabled | ||
- New color palettes for palettes that match with the themes added in 2.1.0 | ||
- auroraBorealis | ||
- blueSciFi | ||
- light | ||
- monochrome | ||
- night | ||
- sunset2 | ||
- Add get/setResultTableFormatter for IntensitySeries | ||
- Intensity series wireframe. This was included in 2.1.0 release but was missing from the changelog. Changelog for 2.1.0 has also been updated to include this change. | ||
### Changed | ||
- Major improvements to 3D Point Series and 3D Line Series performance | ||
- Improved 3D Box Series performance | ||
- Improved Axis3D tick and grid line rendering performance | ||
- General performance improvements | ||
- Tweaked Axis3D joint style with thick line style | ||
- Inconsistent RangeSeries max point count value to be consistent (0) with other series types. | ||
- Improved default Chart3D camera behavior to fit data into visible viewport better | ||
- Improved default themes paletted color behavior | ||
- Improved 3D Line Series visual style | ||
- Added 'shape' option to PointStyle3D.Triangulated for changing 3D points shape during runtime. | ||
- Tweaked themes | ||
### Removed | ||
### Fixed | ||
- 3D theme inconsistencies | ||
- `Axis.setScrollStrategy` TS type not accepting `undefined` | ||
- IntensitySeries zooming and panning did unnecessary calculation | ||
### Deprecated | ||
- Theme.numericTickStrategy3D use Theme.numericTickStrategy instead. | ||
- Theme.dateTimeTickStrategy3D use Theme.dateTimeTickStrategy instead. | ||
- ChartXY.setChartBackgroundFillStyle renamed to setSeriesBackgroundFillStyle | ||
- ChartXY.setChartBackgroundStrokeStyle renamed to setSeriesBackgroundStrokeStyle | ||
- PointSeries3D 'pointShape' initialization configuration. Use PointSeries3D.setPointStyle instead. | ||
- PointLineSeries3D 'pointShape' initialization configuration. Use PointLineSeries3D.setPointStyle instead. | ||
## [2.1.0] - 2020-11-30 | ||
@@ -49,2 +105,3 @@ | ||
- Added `vec3utils`. A collection of 3-dimensional vector math functions. | ||
- Intensity series wireframe | ||
@@ -51,0 +108,0 @@ ### Changed |
{ | ||
"name": "@arction/lcjs", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "A high-performance charting library.", | ||
@@ -68,3 +68,4 @@ "keywords": [ | ||
"surface", | ||
"box series" | ||
"box series", | ||
"EEG" | ||
], | ||
@@ -71,0 +72,0 @@ "homepage": "https://www.arction.com/lightningchart-js/", |
# LightningChart<sup>®</sup> JS | ||
LightningChart JS is a WebGL based, _lightning-fast_ real-time data visualization charting library with a focus on exceptional performance. Performance testing results prove it’s able to visualize streaming data rates no other library for JS can, both in 2D and 3D. _The fastest rendering chart library for JavaScript._ | ||
LightningChart JS is a WebGL based, _lightning-fast_ real-time data visualization charting library with a focus on exceptional performance. Performance testing results prove it’s able to visualize streaming data rates no other library for JS can, both in 2D and 3D. _The fastest rendering real JavaScript charting library._ | ||
<p align="center"> | ||
<a href="https://www.arction.com/lightningchart-js/"> | ||
<img src="https://www.arction.com/npm-material/LightningChart-JS-650px.png"/> | ||
<img src="https://www.arction.com/npm-material/LightningChart-JS-650px-2.png"/> | ||
</a> | ||
@@ -50,8 +50,8 @@ </p> | ||
<a href="https://www.arction.com/lightningchart-js-interactive-examples/examples/lcjs-example-0900-3dScatter.html"> | ||
<img src="https://www.arction.com/npm-material/lc-js-3DScatterChart.png" /> | ||
<img src="https://www.arction.com/npm-material/lc-js-3DScatterWaterdrop.png" /> | ||
</a> | ||
</td> | ||
<td> | ||
<a href="https://www.arction.com/lightningchart-js-interactive-examples/examples/lcjs-example-0901-3dLineSeries.html"> | ||
<img src="https://www.arction.com/npm-material/lc-js-3DLineSeries.png" /> | ||
<a href="https://www.arction.com/lightningchart-js-interactive-examples/examples/lcjs-example-0903-3dSpectrogramSurface.html"> | ||
<img src="https://www.arction.com/npm-material/lc-js-3DSpectrogram.png" /> | ||
</a> | ||
@@ -62,4 +62,4 @@ </td> | ||
<td> | ||
<a href="https://www.arction.com/lightningchart-js-interactive-examples/examples/lcjs-example-0902-3d50kPoints.html"> | ||
<img src="https://www.arction.com/npm-material/lc-js-chart3D.png" /> | ||
<a href="https://www.arction.com/lightningchart-js-interactive-examples/examples/lcjs-example-0907-3dBoxRounded.html"> | ||
<img src="https://www.arction.com/npm-material/lc-js-3DBoxSeries.png" /> | ||
</a> | ||
@@ -66,0 +66,0 @@ </td> |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2956957
31877