CD
Cantug Donmez

Funnel Chart Component - Copy this React, Tailwind Component to your project

Create tailwind funnel chart like this https://preview--path-to-success-graph.lovable.app/ without packages like recharts with this data { series: [{ data: [{ name: 'Custom label 1', dataLabels: { enabled: true, format: '<b>{point.name}</b>: {point.y}' } }, { name: 'Custom label 2', dataLabels: { enabled: true, format: '<b>{point.name}</b>: {point.y}' } }, { name: 'Custom label 3', dataLabels: { enabled: true, format: '<b>{point.name}</b>: {point.y}' } }, { name: 'Custom label 4', dataLabels: { enabled: true, format: '<b>{point.name}</b>: {point.y}' } } ] }] }

Prompt
Component Preview

About

FunnelChartComponent - Create an inverted triangle funnel chart with custom labels and data labels enabled, built with React and Tailwi. Copy template now!

Share

Last updated 1 month ago