微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

我想通过在React JS中拖动鼠标来拖动点Google散点图

如何解决我想通过在React JS中拖动鼠标来拖动点Google散点图

我正在使用ScatterChart的react-google-chart。但是我想拖动点并得到它。我找不到拖动功能,也不知道如何拖动... 你能帮我吗?

这是我的代码。 我真的要拖动此T_T

<Chart
  width={"800px"}
  height={"600px"}
  chartType="ScatterChart"
  loader={<div>Loading Chart</div>}
  data={[
    ["",""],[2,5],[3,10],[4,1],]}
  options={{
    titleTextStyle: {
      color: "black",},title: "",// backgroundColor: '#26272d',hAxis: { minValue: 0,maxValue: 15,textStyle: { color: "black" } },vAxis: { minValue: 0,legend: { position: "bottom" },explorer: {
      // actions: ['dragToZoom','rightClickToReset'],axis: "vertical",keepInBounds: true,maxZoomIn: 4.0,animation: {
        duration: 1000,easing: "out",theme: "material",}}
  legendToggle={true}
  rootProps={{ "data-testid": "1" }}
/>;

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。