我想知道如何将此点拖动到ChartJS(气泡图)中的其他点吗?

时间:2019-02-13 11:13:42

标签: angular6 chart.js

如何使角度为6的气泡图chart.js中的点从另一点拖动。 我已经尝试过

      onClick: function(e) {
          // The annotation is is bound to the `this` variable
          console.log("Annotation", e.type, this);
        },
        draggable: true,
        onDrag: function(event) {
            console.log(event.subject.config.value);
        }
      },

0 个答案:

没有答案