mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-05 14:26:06 +02:00
improve mutual friends graph performance
This commit is contained in:
@@ -287,7 +287,7 @@
|
||||
if (!chartRef.value) {
|
||||
return;
|
||||
}
|
||||
chartInstance = echarts.init(chartRef.value, chartTheme.value, { useDirtyRect: totalFriends.value > 1000 });
|
||||
chartInstance = echarts.init(chartRef.value, chartTheme.value, { renderer: 'svg' });
|
||||
chartInstance.on('click', handleChartNodeClick);
|
||||
|
||||
if (graphReady.value) {
|
||||
|
||||
Reference in New Issue
Block a user