Skip to content

Commit

Permalink
remove unnecessary change
Browse files Browse the repository at this point in the history
  • Loading branch information
villebro committed Nov 1, 2024
1 parent 3ef11c8 commit 9d4c52c
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -267,11 +267,7 @@ export function extractSeries(
xAxisSortSeries?: SortSeriesType;
xAxisSortSeriesAscending?: boolean;
} = {},
): [
{ id: string; name: string; data: DataRecordValue[][] }[],
number[],
number | undefined,
] {
): [SeriesOption[], number[], number | undefined] {
const {
fillNeighborValue,
xAxis = DTTM_ALIAS,
Expand Down

0 comments on commit 9d4c52c

Please sign in to comment.