Clever Cottonmouth

Results 5 comments of Clever Cottonmouth

> Just so I am clear, you are talking about magnifying a slice of the funnel on hover? Yes, exactly that I want.

- You cn use didDrawCell `doc.autoTable({ didDrawCell: function(data) { // Modify the cell borders data.cell.styles.borderColor = '#0000FF'; data.cell.styles.borderWidth = 2; data.cell.styles.borderStyle = 'solid'; } });`

### Instead of importing from chart.js use chartjs-funnel/dist/chart.funnel.bundled `import React from 'react'; import Chart from 'chartjs-funnel/dist/chart.funnel.bundled'; var config = { type: 'funnel', sort:'asc', data: { datasets: [{ data: [100, 80,...