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

📄 radar-line-loop.txt

📁 js下调用open_flash_chart文档
💻 TXT
字号:
{
  "title":{
    "text":"Pie for you sir?",
    "style":"{font-size: 30px;}"
  },

  "elements":[
    {
      "type":      "line",
      "colour":    "#736AFF",
      "text":      "Avg. wave height (cm)",
      "font-size": 10,
      "width":     2,
      "dot-size":  4,
      "halo-size": 0,
      "loop":      true,
      "values" :   [
 
        5, 10, {"value":10,"colour":"#FF0000","tip":"monkies"}, 20, 18
      ]
    },
    {
      "type":      "line",
      "colour":    "#73FF6A",
      "width":     1,
      "dot-size":  3,
      "halo-size": 2,
      "loop":      false,
      "values" :   [20,20,20,20,20]
    }
  ],

  "radar_axis": {
    "max": 20
  }
}

⌨️ 快捷键说明

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