MCPcopy Index your code
hub / github.com/bqplot/bqplot / BarGroupValue

Interface BarGroupValue

js/src/BarsModel.ts:21–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19import * as serialize from './serialize';
20
21export interface BarGroupValue {
22 index: number;
23 subIndex: number;
24 y0: number;
25 y1: number;
26 x: number;
27 y: number;
28 colorIndex: number;
29 opacityIndex: number;
30 color: string;
31}
32
33export interface BarData {
34 key: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…