Skip to content

Commit

Permalink
Wip
Browse files Browse the repository at this point in the history
  • Loading branch information
lebaudantoine committed Jul 20, 2023
1 parent 665b546 commit d75ac4d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/frontend/packages/ui/video/Views.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,8 @@ export const DailyViews = () => {
const formattedOption = useMemo(() => {

const newOption = cloneDeep(baseOption);

console.log(data)

newOption.xAxis.data = data[0].data.x;

// newOption.xAxis.data = data[0].data.x;
newOption.series = data.map((d) => (
{
id: d?.id,
Expand Down

0 comments on commit d75ac4d

Please sign in to comment.