update js dependencies
This commit is contained in:
		@@ -32,12 +32,14 @@ export const htmlLegendPlugin = {
 | 
			
		||||
    legendItems.forEach((item: LegendItem) => {
 | 
			
		||||
      const li = document.createElement('li')
 | 
			
		||||
      li.onclick = () => {
 | 
			
		||||
        if (item.datasetIndex) {
 | 
			
		||||
          chart.setDatasetVisibility(
 | 
			
		||||
            item.datasetIndex,
 | 
			
		||||
            !chart.isDatasetVisible(item.datasetIndex)
 | 
			
		||||
          )
 | 
			
		||||
          chart.update()
 | 
			
		||||
        }
 | 
			
		||||
      }
 | 
			
		||||
 | 
			
		||||
      const checkBox = document.createElement('input')
 | 
			
		||||
      if (checkBox) {
 | 
			
		||||
 
 | 
			
		||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
		Reference in New Issue
	
	Block a user