MCPcopy
hub / github.com/chartjs/Chart.js / point-style.js

File point-style.js

test/fixtures/plugin.tooltip/point-style.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const pointStyles = ['circle', 'cross', 'crossRot', 'dash', 'line', 'rect', 'rectRounded', 'rectRot', 'star', 'triangle', false];
2
3function newDataset(pointStyle, i) {
4 return {

Callers

nothing calls this directly

Calls 5

newDatasetFunction · 0.85
getDatasetMetaMethod · 0.80
_handleEventMethod · 0.80
drawMethod · 0.65
handleEventMethod · 0.45

Tested by

no test coverage detected