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

Function create_model_bqplot

js/src/test/widget-utils.ts:3–10  ·  view source on GitHub ↗
(
  manager,
  name: string,
  id: string,
  args: Object
)

Source from the content-addressed store, hash-verified

1// some helper functions to quickly create widgets
2
3export async function create_model_bqplot(
4 manager,
5 name: string,
6 id: string,
7 args: Object
8) {
9 return create_model(manager, 'bqplot', `${name}Model`, name, id, args);
10}
11
12export async function create_model_bqscales(
13 manager,

Callers 13

coloraxis.tsFile · 0.90
axis.tsFile · 0.90
scales.tsFile · 0.90
interacts.tsFile · 0.90
lines.tsFile · 0.90
create_widgetFunction · 0.85
create_figure_scatterFunction · 0.85
create_figure_linesFunction · 0.85
create_figure_pieFunction · 0.85
create_figure_barsFunction · 0.85
create_figure_histFunction · 0.85

Calls 1

create_modelFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…