zoukankan      html  css  js  c++  java
  • Highcharts 整理的图例

    https://jshare.com.cn/demos/hhhhDQ/15  图例
    
    https://jshare.com.cn/github/highcharts/highcharts/tree/master/samples/highcharts/series-label/line-chart   数据格式
    
    https://jshare.com.cn/github/highcharts/highcharts/tree/master/samples/highcharts/plotoptions/series-relativexvalue/  x轴时间间隔
    
    https://jshare.com.cn/github/highcharts/highcharts/tree/master/samples/highcharts/plotoptions/series-datalabels-box/  给某个值加框
    https://jshare.com.cn/hcharts.cn/hhhhov  折线最大最小值
    
    https://jshare.com.cn/github/highcharts/highcharts/tree/master/samples/highcharts/css/series-datalabels // 绑定框值
    
    
    https://jshare.com.cn/hcharts.cn/hhhhco  分段线
    
    https://jshare.com.cn/github/highcharts/highcharts/tree/master/samples/highcharts/xaxis/plotbands-color/  // 分段显示区域颜色
    
    
    甘特图
    https://www.highcharts.com.cn/demo/highcharts/x-range  
    https://jshare.com.cn/github/highcharts/highcharts/tree/master/samples/highcharts/dragdrop/drag-xrange
    // 箱型图  https://api.highcharts.com.cn/highcharts/series.boxplot.html
    https://jshare.com.cn/github/highcharts/highcharts/tree/master/samples/highcharts/plotoptions/box-plot-styling/
    
    https://jshare.com.cn/temp/YOp6D7  // 图表联动
    
    https://jshare.com.cn/github/highcharts/highcharts/tree/master/samples/highcharts/demo/synchronized-charts  关联图例
    
    https://jshare.com.cn/github/highcharts/highcharts/tree/master/samples/highcharts/members/series-setdata/  设置新数据
    
    https://jshare.com.cn/github/highcharts/highcharts/tree/master/samples/highcharts/sonification/earcon-on-point/ 点变颜色
    
    https://jshare.com.cn/github/highcharts/highcharts/tree/master/samples/highcharts/members/series-update/  改变数据和类型
    
    https://jshare.com.cn/github/highcharts/highcharts/tree/master/samples/highcharts/annotations/add-annotation/  绑定值
    
    https://jshare.com.cn/github/highcharts/highcharts/tree/master/samples/highcharts/annotations/add-annotation/  点击绑定某个值提示框
    https://jshare.com.cn/github/highcharts/highcharts/tree/master/samples/highcharts/members/chart-addseries/  添加一条数据
    
    https://jshare.com.cn/github/highcharts/highcharts/tree/master/samples/highcharts/plotoptions/series-allowpointselect-line/  // 点击选中当前点
    
    https://jshare.com.cn/temp/YFRkw7 // 不同线
    
    https://jshare.com.cn/github/highcharts/highcharts/tree/master/samples/highcharts/members/chart-addaxis/   // 删除y轴数据和添加y轴和数据
    
    https://jshare.com.cn/github/highcharts/highcharts/tree/master/samples/highcharts/plotoptions/series-allowpointselect-line/  // 获取选中的点
    

      

  • 相关阅读:
    HTML直接引用vue.min.js,bootstrap-vue.min.js,axios.min.js等开发一个页面(2)
    HTML直接引用vue.min.js,bootstrap-vue.min.js,axios.min.js等开发一个页面
    [Vue+Element UI]不知道总页码数时如何实现翻页
    [Vue] 报错: Uncaught (in promise)
    [Vue + Element UI] 单选框
    [Lombok] Lombok的使用和常用注解使用示例
    Eclipse的Web项目开发:Maven插件jetty服务器的关闭
    [Python] 电脑同时安装python2和python3, 如何实现切换使用
    [Yaml] YAML 入门教程
    k8s ha的安装
  • 原文地址:https://www.cnblogs.com/whlBooK/p/15619661.html
Copyright © 2011-2022 走看看