⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tooltip-clash-scatter-hover.txt

📁 js下调用open_flash_chart文档
💻 TXT
字号:
/*

many points from a single set in the same location
many points from different sets in the same location

tooltip is set to hover -- is this a bug??

*/

{
  "title":{
    "text":"Calculate Range",
    "style":"{color: #736AFF; font-size: 25;}"
  },

  "elements":[
    {
      "type":      "scatter_line",
      "dot-size":  10,
      "tip":       "Scatter 1<br>#x#, #y#",
      "colour":    "#000000",
      "values" :   [
                     {"x":0,  "y":0,  "tip":"HELLO 1" },
                     {"x":1,  "y":0 }
                   ]
    },
    {
      "type":      "scatter",
      "dot-size":  7,
      "tip":       "Scatter 2<br>#x#, #y#",
      "colour":    "#600060",
      "values" :   [
                     {"x":0,  "y":0,  "tip":"HELLO 2" },
                     {"x":2,  "y":0  }
                   ]
    }

  ],

  "x_axis":{
    "offset":  false,
    "min":     -5,
    "max":    5
  },

  "y_axis":{
    "min": -5,
    "max": 5
  },

  "y_legend":{
    "text":   "Time of day",
    "style": "{font-size: 20px; color: #736AFF;}"
  },

  "tooltip":{
    "mouse": 2,
    "stroke":1
  }
}



⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -