Skip to content

Commit

Permalink
Allows Dynamic Series for Null Values (#1547)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpallansch authored Sep 26, 2024
1 parent ae943db commit eefe951
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/chart/src/CdcChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,6 @@ export default function CdcChart({
Object.keys(finalData[0]).forEach(seriesKey => {
if (
seriesKey !== newConfig.xAxis.dataKey &&
finalData[0][seriesKey] &&
(!newConfig.filters || newConfig.filters.filter(filter => filter.columnName === seriesKey).length === 0) &&
(!newConfig.columns || Object.keys(newConfig.columns).indexOf(seriesKey) === -1)
) {
Expand Down

0 comments on commit eefe951

Please sign in to comment.