This is an automated email from the ASF dual-hosted git repository.

emotionbug pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-age-viewer.git

commit 5258066c7effcf34f78cba57970ade346a2ff04c
Author: shinhanbyeol <[email protected]>
AuthorDate: Mon Oct 4 21:20:55 2021 +0900

    Update wheel sensitivity adjustment in meta chart
    
    1.  Wheel sensitivity adjustment.
---
 frontend/src/components/cytoscape/MetadataCytoscapeChart.jsx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/frontend/src/components/cytoscape/MetadataCytoscapeChart.jsx 
b/frontend/src/components/cytoscape/MetadataCytoscapeChart.jsx
index d525e39..447b7c5 100644
--- a/frontend/src/components/cytoscape/MetadataCytoscapeChart.jsx
+++ b/frontend/src/components/cytoscape/MetadataCytoscapeChart.jsx
@@ -62,6 +62,7 @@ const MetadataCytoscapeChart = ({ elements }) => {
       stylesheet={stylesheet}
       cy={cyCallback}
       className={styles.MetaChart}
+      wheelSensitivity={0.3}
     />
   );
 };

Reply via email to