Skip to content

Commit

Permalink
remove id, no need for it
Browse files Browse the repository at this point in the history
  • Loading branch information
billyvg committed Feb 27, 2025
1 parent 007be29 commit 45793f5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export class Bars extends Plottable<BarsOptions> {

return [
BarSeries({
id: markedSeries.field,
name: markedSeries.field,
color: markedSeries.color,
stack: options.stack ?? GLOBAL_STACK_NAME,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export class Line extends Plottable<LineOptions> {
const plottableSeries: LineSeriesOption[] = [];

const commonOptions = {
id: timeSeries.field,
name: timeSeries.field,
color: options.color,
animation: false,
Expand Down

0 comments on commit 45793f5

Please sign in to comment.