Skip to main content
Module

x/billboardjs/ChartInternal/data/IData.ts>ITreemapData

📊 Re-usable, easy interface JavaScript chart library based on D3.js
Go to Latest
interface ITreemapData
import { type ITreemapData } from "https://deno.land/x/billboardjs@3.7.3/ChartInternal/data/IData.ts";

Properties

name: string
optional
id: string
optional
value: number
optional
ratio: number
optional
children: ITreemapData[]