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

x/billboardjs/config/Options/axis/y2.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.3/config/Options/axis/y2.ts";

y2 Axis config options

type

{ axis_y2_show: boolean; axis_y2_type; axis_y2_max; axis_y2_min; axis_y2_inverted: boolean; axis_y2_center; axis_y2_inner: boolean; axis_y2_label; axis_y2_tick_format; axis_y2_tick_culling: boolean; axis_y2_tick_culling_max: number; axis_y2_tick_culling_lines: boolean; axis_y2_tick_outer: boolean; axis_y2_tick_values; axis_y2_tick_rotate: number; axis_y2_tick_count; axis_y2_tick_show: boolean; axis_y2_tick_stepSize; axis_y2_tick_text_show: boolean; axis_y2_tick_text_position: { x: number; y: number; }; axis_y2_padding; axis_y2_default; axis_y2_axes; }