书栈网 · BookStack 本次搜索耗时 0.010 秒,为您找到 27 个相关结果.
  • 启用X轴滚动条及拖拽

    坐标轴配置 canvas组件配置 完整示例 坐标轴配置 enableScroll : true , //开启图表拖拽功能 xAxis : { type : 'grid' , gridType : 'dash' , itemCount : 4 , //x轴单屏显示数据的数量,默认为5个 ...
  • 隐藏X轴下方图例

    基本配置 完整配置 基本配置 legend : false 完整配置 new uCharts ({ $this : _self , canvasId : canvasId , type : 'line' , fontSize : 11 , legend : f...
  • 绘制X坐标轴网格

    坐标轴配置 完整配置 坐标轴配置 xAxis : { disableGrid : false , type : 'grid' , gridColor : '#CCCCCC' , gridType : 'dash' , dashLength : 8 }, yAxis : ...
  • 绘制Y坐标轴网格

    坐标轴配置 完整配置 坐标轴配置 xAxis : { disabled : true , disableGrid : true , }, yAxis : { gridType : 'dash' , dashLength : 8 , gridColor : '#CCCCC...
  • ToolTip方法

    showToolTip(e, options?) 图表中展示数据详细内容(目前仅支持line和area图表类型),e: Object微信小程序标准事件,options: Object可选,tooltip的自定义配置,支持option.background,默认为#000000; option.format, function类型,接受两个传入的参数,se...
  • 绘制Y轴标题

    坐标轴配置 完整配置 坐标轴配置 yAxis : { title : '某公司销售业绩' } 完整配置 new uCharts ({ $this : _self , canvasId : canvasId , type : 'line' , fontS...
  • 更新记录

    2019.06.28 新增component.vue 组件,并提供组件下使用uCharts 应用示例。 2019.06.26 新增各小程序端原生调用js文件支持(非uin-app项目),详见gitee码云首页目录。 2019.06.26 新增对dataLabel字体颜色的控制,增加opts.series.textColor 参数。 2019.06.25 ...