Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bqplot/bqplot
/ path_closure
Method
path_closure
js/src/Lines.ts:276–278 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
274
}
275
276
path_closure(): string {
277
return
this.model.get(
'close_path'
) ?
'Z'
:
''
;
278
}
279
280
update_path_style(): void {
281
const
interpolation = this.get_interpolation();
Callers
3
update_path_style
Method · 0.95
draw_legend
Method · 0.95
update_line_xy
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected