Skip to content

Commit

Permalink
remove unused props from MeasureChart to clear console warnings (#2014)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcolloran authored Mar 31, 2023
1 parent f26a93a commit 29c01ae
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,6 @@
yAccessor={measure.name}
xMin={startValue}
xMax={endValue}
start={startValue}
end={endValue}
mouseoverTimeFormat={(value) => {
/** format the date according to the time grain */
return new Date(value).toLocaleDateString(
Expand Down

0 comments on commit 29c01ae

Please sign in to comment.