react-vertical-bar-chart
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -397,3 +397,4 @@ function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; } | ||
highlightedElm.scrollIntoView({ | ||
behavior: "smooth" | ||
behavior: "smooth", | ||
block: "center" | ||
}); | ||
@@ -400,0 +401,0 @@ } else if (onHighlightError) { |
@@ -395,3 +395,4 @@ import React, { useState, useRef, useEffect } from 'react'; | ||
highlightedElm.scrollIntoView({ | ||
behavior: "smooth" | ||
behavior: "smooth", | ||
block: "center" | ||
}); | ||
@@ -398,0 +399,0 @@ } else if (onHighlightError) { |
{ | ||
"name": "react-vertical-bar-chart", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Vertical scrolling bar chart for React", | ||
@@ -5,0 +5,0 @@ "author": "wsoeltz", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
127870
1216