Skip to main content
Deno 2 is finally here ๐ŸŽ‰๏ธ
Learn more
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.11.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; }