Skip to content

Commit be920e3

Browse files
authored
TC-2247 Make the pie chart consistent with the bar chart (trustification#2167) (trustification#2168)
* Make the pie chart consistent with the bar chart * run build for pf charts (cherry picked from commit c24bb63)
1 parent 44147c6 commit be920e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spog/ui/crates/donut/js/main.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

spog/ui/crates/donut/patternfly-charts/src/SbomStackChart.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export const SbomStackChartRenderer = (htmlElement: HTMLElement, props: StackCha
5454
{ severity: 'high', name: 'High' },
5555
{ severity: 'medium', name: 'Medium' },
5656
{ severity: 'low', name: 'Low' },
57-
{ severity: 'none', name: 'Unknown' },
57+
{ severity: 'none', name: 'None' },
5858
];
5959

6060
const root = ReactDOM.createRoot(htmlElement);

0 commit comments

Comments
 (0)