Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/billboardjs/config/Options/shape/arc.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.12.0-next.2/config/Options/shape/arc.ts";

arc config options

type

{ arc_cornerRadius; arc_cornerRadius_ratio: number; arc_needle_show: boolean; arc_needle_color; arc_needle_value; arc_needle_path; arc_needle_length: number; arc_needle_top_rx: number; arc_needle_top_ry: number; arc_needle_top_width: number; arc_needle_bottom_rx: number; arc_needle_bottom_ry: number; arc_needle_bottom_width: number; arc_needle_bottom_len: number; arc_rangeText_values; arc_rangeText_unit; arc_rangeText_fixed: boolean; arc_rangeText_format; arc_rangeText_position; }