Module

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

📊 Re-usable, easy interface JavaScript chart library based on D3.js
Go to Latest
variable default
import { default } from "https://dotland.deno.dev/x/billboardjs@3.12.0-next.1/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; }