Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/billboardjs/config/Options/data/selection.ts>default

📊 Re-usable, easy interface JavaScript chart library based on D3.js
Latest
variable default
import { default } from "https://deno.land/x/billboardjs@3.13.0/config/Options/data/selection.ts";

data.selection config options

type

{ data_selection_enabled: boolean; data_selection_grouped: boolean; data_selection_isselectable: () => unknown; data_selection_multiple: boolean; data_selection_draggable: boolean; data_onselected: () => unknown; data_onunselected: () => unknown; }