Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/d3nodata/charts.ts

chart component library for fresh
Latest
File
import BarChart from "./chart-comps/BarChart.tsx";import LineChart from "./chart-comps/LineChart.tsx";import PieChart from "./chart-comps/PieChart.tsx";import ScatterPlotChart from "./chart-comps/ScatterPlotChart.tsx";import ChoroplethChart from "./chart-comps/ChoroplethChart.tsx";import DonutChart from "./chart-comps/DonutChart.tsx"
export { BarChart, LineChart, PieChart, DonutChart, ScatterPlotChart, ChoroplethChart };