📜  D3.js threshold.range()函数

📅  最后修改于: 2022-05-13 01:56:25.691000             🧑  作者: Mango

D3.js threshold.range()函数

threshold.range()函数用于设置阈值刻度的范围。范围数组中的值的数量总是比域数组大一,如果不是,那么标度的行为可能是未定义的。

句法:

threshold.range([range]);

参数:此函数接受上面给出和下面描述的单个参数。

  • range:此参数接受离散值数组。如果域中有“n”个值,则该范围必须有“n+1”个值。

返回值:此函数不返回任何值。

示例 1:

HTML


  

    
    
  
    

  

    

GeeksforGeeks

       

threshold.range() Function

          


HTML


  

    
    
  
    

  

    

GeeksforGeeks

       

threshold.range() Function

          


输出:

示例 2:

HTML



  

    
    
  
    

  

    

GeeksforGeeks

       

threshold.range() Function

          

输出: