Module

x/billboardjs/config/Options/shape/gauge.ts>default

📊 Re-usable, easy interface JavaScript chart library based on D3.js
Go to Latest
variable default
import { default } from "https://dotland.deno.dev/x/billboardjs@2.2.8/config/Options/shape/gauge.ts";

gauge config options

type

{ gauge_background: string; gauge_fullCircle: boolean; gauge_label_show: boolean; gauge_label_format; gauge_label_extents; gauge_label_threshold: number; gauge_min: number; gauge_max: number; gauge_type: string; gauge_startingAngle; gauge_arcLength: number; gauge_title: string; gauge_units; gauge_width; gauge_arcs_minWidth: number; gauge_expand; gauge_expand_rate: number; gauge_expand_duration: number; }