麟の随笔

  • 游戏
  • 影视
  • Tech
  1. 首页
  2. 科技
  3. 前端
  4. 正文

highcharts 可拖拽动态表格示例(区间、步长、显示精度)

2024年2月28日 1749点热度 0人点赞 0条评论
plotOptions: {
    series: {
      cursor: 'ns-resize',
      redraw: false,
      dragDrop: {
        draggableY: true,
        dragPrecisionY:0.1,
        dragMinY: DataParams.minValue,
        dragMaxY: DataParams.maxValue
      },
      point: {
        events: {
          //拖动事件
          drag: function (e) {

          },
          //拽(停止拖动)事件
          drop: function (e) {
            console.log('index',this.index);
            console.log('series',this.series);
            console.log('y',this.y);
          },
          //点击事件
          click: function (e) {

          }
        }
      }
    }
  },
标签: 暂无
最后更新:2024年2月28日

晓虎

必须有人浴血奋战,世上才有自由可言!

点赞
< 上一篇

文章评论

razz evil exclaim smile redface biggrin eek confused idea lol mad twisted rolleyes wink cool arrow neutral cry mrgreen drooling persevering
取消回复

COPYRIGHT © 2024 kirinz.com. ALL RIGHTS RESERVED.

Theme Kratos Made By Seaton Jiang

闽ICP备19013981号