Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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://deno.land/x/billboardjs@3.7.0-next.3/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; }