@neo4j-ndl/react-charts 0.0.103 → 0.0.104

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.
@@ -82,7 +82,7 @@ const mergeSeries = (series, theme = 'light') => {
82
82
  },
83
83
  },
84
84
  }, barMaxWidth: 16, tooltip: {
85
- trigger: 'item',
85
+ trigger: 'axis',
86
86
  confine: true,
87
87
  // Reset the default tooltip css styling
88
88
  padding: 0,
@@ -79,7 +79,7 @@ export const mergeSeries = (series, theme = 'light') => {
79
79
  },
80
80
  },
81
81
  }, barMaxWidth: 16, tooltip: {
82
- trigger: 'item',
82
+ trigger: 'axis',
83
83
  confine: true,
84
84
  // Reset the default tooltip css styling
85
85
  padding: 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neo4j-ndl/react-charts",
3
- "version": "0.0.103",
3
+ "version": "0.0.104",
4
4
  "sideEffects": false,
5
5
  "description": "React implementation of charts from Neo4j Design System",
6
6
  "keywords": [
@@ -53,7 +53,7 @@
53
53
  "react": ">=16.8.0",
54
54
  "react-dom": ">=16.8.0",
55
55
  "@neo4j-ndl/base": "^3.6.1",
56
- "@neo4j-ndl/react": "^3.7.2"
56
+ "@neo4j-ndl/react": "^3.7.3"
57
57
  },
58
58
  "dependencies": {
59
59
  "classnames": "2.5.1",