书栈网 · BookStack 本次搜索耗时 0.022 秒,为您找到 14667 个相关结果.
  • dg-chart-theme

    dg-chart-theme dg-chart-theme 功能 :自定义图表主题,比如前景色、背景色等。 必填 :否 元素 :<body>、<div>图表元素。 当在<body>元素设置时,可定义全局图表主题;当在<div>图表元素设置时,仅定义单个图表主题,图表元素级设置将会继承全局设置。 格式 : { //可选,前景颜色 ...
  • dg-chart-map

    dg-chart-map dg-chart-map 功能 :设置地图类图表所使用的地图名称、地图资源URL,如果不设置,则默认为中国地图。 必填 :否 元素 :<div>图表元素 格式 :字符串 系统内置支持的地图名称如下表所示: china、中国 china-contour、中国轮廓 china-cities、中国城市 world、世界 ...
  • dg-chart-listener

    dg-chart-listener dg-chart-listener 功能 :设置图表监听器。 必填 :否 元素 :<body>、<div>图表元素。 当在<body>元素设置时,可定义全局监听器;当在<div>图表元素设置时,仅定义单个图表监听器,图表元素级设置将会覆盖全局设置。 格式 : { //可选,渲染图表完成回调函数 ...
  • dg-chart-link

    dg-chart-link dg-chart-link 功能 :设置图表联动功能,比如:在鼠标点击图表条目后,更新联动目标图表数据并刷新图表。 必填 :否 元素 :<div>图表元素 格式 : { //可选,触发联动的图表事件类型、事件类型数组,默认为"click" trigger : "..." 、[ "..." , ...
  • Time Scale - Combo Chart

    Time Scale - Combo Chart Time Scale - Combo Chart config setup actions const config = { type : 'line' , data : data , options : { plugins : { ...
  • Stacked Bar Chart with Groups

    Stacked Bar Chart with Groups Stacked Bar Chart with Groups config setup actions const config = { type : 'bar' , data : data , options : { plugins...
  • Multi Axis Line Chart

    Multi Axis Line Chart Multi Axis Line Chart config setup actions const config = { type : 'line' , data : data , options : { responsive : true , ...
  • Stacked Bar Chart with Groups

    Stacked Bar Chart with Groups Stacked Bar Chart with Groups config setup actions const config = { type : 'bar' , data : data , options : { plugins...
  • The Chart Best Practices Guide

    The Chart Best Practices Guide Table of Contents The Chart Best Practices Guide This guide covers the Helm Team’s considered best practices for creating charts. It focuses on h...
  • Chart Development Tips and Tricks

    Chart Development Tips and Tricks Know Your Template Functions Quote Strings, Don’t Quote Integers Using the ‘include’ Function Using the ‘required’ function Using the ‘tpl’ Fu...