Skip to content

Commit

Permalink
fix: analyze-report.html doesn't work in safari
Browse files Browse the repository at this point in the history
  • Loading branch information
YufJi committed Jan 16, 2025
1 parent 6bb60db commit a685c87
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/dist/index.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function App() {

// ref 用于保存Treemap实例
const treeMapRef = useRef(null);
const [chartData, setChartData] = useState('');
const [chartData, setChartData] = useState(window?.chartData || '');

// toolTip展示使用
const [tooltipContent, setToolTipContent] = useState('');
Expand Down

0 comments on commit a685c87

Please sign in to comment.