@oliasoft-open-source/charts-library 2.6.1 → 2.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oliasoft-open-source/charts-library",
3
- "version": "2.6.1",
3
+ "version": "2.6.2",
4
4
  "description": "React Chart Library (based on Chart.js and react-chart-js-2)",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/release-notes.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Charts Library Release Notes
2
2
 
3
+ ## 2.6.2
4
+
5
+ - Fix asis range update correctly ([OW-10534](https://oliasoft.atlassian.net/browse/OW-10534), and [OW-10457](https://oliasoft.atlassian.net/browse/OW-10457))
6
+
3
7
  ## 2.6.1
4
8
 
5
9
  - Added Box and Ellipse annotations ([OW-10519](https://oliasoft.atlassian.net/browse/OW-10519))
@@ -145,7 +145,7 @@ const LineChart = (props) => {
145
145
  payload: { axes },
146
146
  });
147
147
  }
148
- }, [props.chart.options.additionalAxesOptions.range]);
148
+ }, [props.chart.options]);
149
149
 
150
150
  useEffect(() => {
151
151
  if (chartOptions.enablePan !== true) {