Skip to content

Commit

Permalink
fix: format options object so its unique within a TimeAxis instance (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
skrigs authored Oct 14, 2020
1 parent 570b709 commit 3a4b869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/timeline/component/TimeAxis.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class TimeAxis extends Component {
showMajorLabels: true,
showWeekScale: false,
maxMinorChars: 7,
format: TimeStep.FORMAT,
format: util.extend({}, TimeStep.FORMAT),
moment,
timeAxis: null
};
Expand Down

0 comments on commit 3a4b869

Please sign in to comment.