Skip to content

Commit bfbff0b

Browse files
author
Niilo Keinänen
committed
LCJS v7.0.1
1 parent 177a823 commit bfbff0b

8 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ Direct developer email support can be purchased through a [Support Plan][4] or b
6262
© LightningChart Ltd 2009-2022. All rights reserved.
6363

6464

65-
[Polar chart]: https://lightningchart.com/js-charts/api-documentation/v6.1.0/classes/PolarChart.html
66-
[Polar heatmap series]: https://lightningchart.com/js-charts/api-documentation/v6.1.0//classes/PolarHeatmapSeries.html
67-
[Polar radial axis]: https://lightningchart.com/js-charts/api-documentation/v6.1.0/interfaces/PolarAxisRadial.html
68-
[Polar amplitude axis]: https://lightningchart.com/js-charts/api-documentation/v6.1.0/classes/PolarAxisAmplitude.html
65+
[Polar chart]: https://lightningchart.com/js-charts/api-documentation/v7.0.1/classes/PolarChart.html
66+
[Polar heatmap series]: https://lightningchart.com/js-charts/api-documentation/v7.0.1//classes/PolarHeatmapSeries.html
67+
[Polar radial axis]: https://lightningchart.com/js-charts/api-documentation/v7.0.1/interfaces/PolarAxisRadial.html
68+
[Polar amplitude axis]: https://lightningchart.com/js-charts/api-documentation/v7.0.1/classes/PolarAxisAmplitude.html
6969

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"webpack-stream": "^7.0.0"
1818
},
1919
"dependencies": {
20-
"@lightningchart/lcjs": "^6.1.1",
20+
"@lightningchart/lcjs": "^6.1.2",
2121
"@lightningchart/xydata": "^1.4.0"
2222
},
2323
"lightningChart": {

polarHeatmapSensors-cyberSpace.png

26.4 KB
Loading

polarHeatmapSensors-darkGold.png

33.1 KB
Loading

polarHeatmapSensors-light.png

64.2 KB
Loading

polarHeatmapSensors-lightNature.png

19 KB
Loading
9.7 KB
Loading

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ const cellLocationsSeries = polarChart
9191
.setPointShape(PointShape.Square)
9292
.setPointFillStyle(new SolidFill({ color: ColorRGBA(0, 0, 0, 100) }))
9393
.setCursorEnabled(false)
94-
.setMouseInteractions(false)
94+
.setPointerEvents(false)
9595

9696
const palette = new PalettedFill({
9797
lut: new LUT({

0 commit comments

Comments
 (0)