Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/chartjs/Chart.js
/ platform.basic.tests.js
File
platform.basic.tests.js
test/specs/platform.basic.tests.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
describe(
'Platform.basic'
,
function
() {
2
3
it(
'should automatically choose the BasicPlatform for offscreen canvas'
,
function
() {
4
const
chart = acquireChart({
type
:
'line'
}, {useOffscreenCanvas: true});
Callers
nothing calls this directly
Calls
2
destroy
Method · 0.80
resize
Method · 0.65
Tested by
no test coverage detected