Skip to content

Commit

Permalink
feat: drop timeseries chart required schema prop [MA-3442]
Browse files Browse the repository at this point in the history
  • Loading branch information
mihai-peteu committed Dec 4, 2024
1 parent e6ee577 commit 8861921
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ export const timeseriesChartSchema = {
properties: Object.fromEntries(
exploreAggregations.map((key) => [key, { type: 'number' }]),
),
required: exploreAggregations,
additionalProperties: false,
},
chartDatasetColors: chartDatasetColorsSchema,
Expand Down

0 comments on commit 8861921

Please sign in to comment.