@forter/chart
Advanced tools
Comparing version 5.28.1 to 5.28.2
@@ -6,2 +6,13 @@ # Change Log | ||
## [5.28.2](https://github.com/forter/web-components/compare/@forter/chart@5.28.1...@forter/chart@5.28.2) (2022-11-21) | ||
### Bug Fixes | ||
* **chart:** fix sankey colors ([#1135](https://github.com/forter/web-components/issues/1135)) ([6233fc2](https://github.com/forter/web-components/commit/6233fc2)) | ||
## [5.28.1](https://github.com/forter/web-components/compare/@forter/chart@5.28.0...@forter/chart@5.28.1) (2022-11-10) | ||
@@ -8,0 +19,0 @@ |
@@ -18,2 +18,4 @@ import { merge } from 'lodash-es'; | ||
'Approve': '#00BA1F', | ||
'Auto Approve': '#42c3ed', | ||
'Approve 3DS': '#5b59ea', | ||
'3DS': '#00D894', | ||
@@ -26,2 +28,5 @@ 'Transactions': '#00D894', | ||
'Decline': '#FF5959', | ||
'Risk': '#a61607', | ||
'Policy': '#f6ba28', | ||
'Hard Decline': '#f78a0e', | ||
'Authenticated': '#00A5FF', | ||
@@ -31,3 +36,4 @@ 'Failed': '#B5BECC', | ||
'No Data': '#FF8A0D', | ||
'default': '#F42BB0' | ||
'default': '#277f9a', | ||
'Not Reviewed': '#00a5ff' | ||
}; | ||
@@ -34,0 +40,0 @@ |
{ | ||
"name": "@forter/chart", | ||
"version": "5.28.1", | ||
"version": "5.28.2", | ||
"description": "chart from Forter Components", | ||
@@ -61,3 +61,3 @@ "author": "Forter Developers", | ||
}, | ||
"gitHead": "2dfc9610bb7f1ff65c5914b1affb1a041124daee" | ||
"gitHead": "d4f5224d1ce097d913e4a610b65e31d3f9612e0e" | ||
} |
@@ -14,2 +14,4 @@ import { merge } from 'lodash-es'; | ||
'Approve': '#00BA1F', | ||
'Auto Approve': '#42c3ed', | ||
'Approve 3DS': '#5b59ea', | ||
'3DS': '#00D894', | ||
@@ -22,2 +24,5 @@ 'Transactions': '#00D894', | ||
'Decline': '#FF5959', | ||
'Risk': '#a61607', | ||
'Policy': '#f6ba28', | ||
'Hard Decline': '#f78a0e', | ||
'Authenticated': '#00A5FF', | ||
@@ -27,3 +32,4 @@ 'Failed': '#B5BECC', | ||
'No Data': '#FF8A0D', | ||
'default': '#F42BB0', | ||
'default': '#277f9a', | ||
'Not Reviewed': '#00a5ff' | ||
}; | ||
@@ -30,0 +36,0 @@ |
@@ -25,3 +25,3 @@ import { html } from "lit-html"; | ||
const config = seriesConfig | ||
debugger | ||
return html` | ||
@@ -28,0 +28,0 @@ <fc-card> |
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
308198
5108