@forter/chart
Advanced tools
Comparing version 5.37.1 to 5.37.2
@@ -6,2 +6,10 @@ # Change Log | ||
## [5.37.2](https://github.com/forter/web-components/compare/@forter/chart@5.37.1...@forter/chart@5.37.2) (2023-07-23) | ||
**Note:** Version bump only for package @forter/chart | ||
## [5.37.1](https://github.com/forter/web-components/compare/@forter/chart@5.37.0...@forter/chart@5.37.1) (2023-07-23) | ||
@@ -8,0 +16,0 @@ |
@@ -50,3 +50,3 @@ import { merge } from 'lodash-es'; | ||
if (diff < hour || diff === day) { | ||
if (diff < hour) { | ||
return 'minute'; | ||
@@ -53,0 +53,0 @@ } |
{ | ||
"name": "@forter/chart", | ||
"version": "5.37.1", | ||
"version": "5.37.2", | ||
"description": "chart from Forter Components", | ||
@@ -61,3 +61,3 @@ "author": "Forter Developers", | ||
}, | ||
"gitHead": "3f34ffb5f048aac501cc08fea8f8bfe7d997b7b4" | ||
"gitHead": "692c227e021c9ebed3aa3550f493cf4f0f5e5e70" | ||
} |
@@ -36,3 +36,3 @@ import { merge } from 'lodash-es'; | ||
const diff = max - min; | ||
if (diff < hour || diff === day) { | ||
if (diff < hour) { | ||
return 'minute'; | ||
@@ -39,0 +39,0 @@ } |
Sorry, the diff of this file is not supported yet
375808