书栈网 · BookStack 本次搜索耗时 0.025 秒,为您找到 12939 个相关结果.
  • Area Chart

    Area Chart Filling modes Example Example with multiple colors Configuration propagate Example using propagate Area Chart Both line and radar charts support a fill optio...
  • Bar Chart

    Bar Chart Docs Bar Chart Demo selecting bar color based on the bar’s y value. Randomize options data setup function colorize ( opaque ) { return ( ctx ) => {...
  • Line Chart

    Line Chart Docs Line Chart RandomizeAdd DatasetAdd DataRemove DatasetRemove Data config setup actions const config = { type : 'line' , data : data , opti...
  • Line Chart

    Line Chart Dataset Properties General Point Styling Line Styling Interactions cubicInterpolationMode Segment Stepped Default Options Data Structure Stacked Area Chart Ve...
  • Chart Types

    Area Chart Bar Chart Bubble Chart Doughnut and Pie Charts Line Chart Mixed Chart Types Polar Area Chart Radar Chart Scatter Chart
  • Chart Hooks

    Chart Hooks The Available Hooks Hooks and the Release Lifecycle Hook resources are not managed with corresponding releases Writing a Hook Hook deletion policies Chart Hooks...
  • Pie chart

    Pie chart Value options Show Calculation Limit Fields Pie chart options Pie chart type Pie Donut Labels Tooltip mode Legend mode Legend placement Legend values Legend ...
  • Bar chart

    Bar chart Supported data formats Visualizing time series or multiple result sets Bar chart options Orientation Show values Group width Bar width Line width Fill opacity Gra...
  • Chart Hook

    Chart Hook 可用的钩子 钩子和发布生命周期 钩子资源不使用对应版本管理 编写一个钩子 Hook deletion policies Chart Hook Helm 提供了一个 hook 机制允许chart开发者在发布生命周期的某些点进行干预。比如你可以使用hook用于: 安装时在加载其他chart之前加载配置映射或密钥 安装新c...
  • Radar Chart

    Radar Chart Docs Radar Chart Randomize options data setup function getLineColor ( ctx ) { return Utils . color ( ctx . datasetIndex ); } function alternate...