Skip to content
This repository was archived by the owner on Feb 18, 2023. It is now read-only.

Commit 449c780

Browse files
committed
Release 0.6.3
1 parent 6c6f9d9 commit 449c780

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

web/pf4/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kiali/k-charted-pf4",
3-
"version": "0.6.2",
3+
"version": "0.6.3",
44
"description": "Dashboards and Charts library for Kubernetes, with React / PatternFly 4",
55
"repository": "https://github.com/kiali/k-charted",
66
"author": "Red Hat",

web/pf4/src/components/ChartWithLegend.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ class ChartWithLegend<T extends RichDataPoint, O extends LineInfo> extends React
240240
});
241241
}
242242

243+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
243244
private withStyle = (props: any, color?: string) => {
244245
return this.props.overrideSeriesComponentStyle === false ? props : {
245246
...props,

0 commit comments

Comments
 (0)