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

Interface BarData

js/src/BarsModel.ts:33–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33export interface BarData {
34 key: number;
35 values: BarGroupValue[];
36 posMax: number;
37 negMax: number;
38}
39
40export class BarsModel extends MarkModel {
41 defaults() {

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…