Skip to content

Commit c24bb63

Browse files
authored
TC-2247 Make the pie chart consistent with the bar chart (trustification#2167)
* Make the pie chart consistent with the bar chart * run build for pf charts
1 parent 94d242c commit c24bb63

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
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

+1-1
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)