Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/NEUROFUSIONInc/fusion int…
Browse files Browse the repository at this point in the history
…o feat/may-14-release
  • Loading branch information
oreHGA committed Jun 3, 2024
2 parents 87d8230 + 8e27f6b commit 47b8e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/charts/line-chart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const FusionLineChart: FC<LineChartProps> = ({ seriesData, startDate, tim
}, [seriesData]);

return (
<div>
<div className="p-5">
<ReactEcharts option={chartOptions} style={{ height: "500px", width: "100%" }} opts={{ renderer: "canvas" }} />
</div>
);
Expand Down

0 comments on commit 47b8e42

Please sign in to comment.