Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
const
pointStyles = [
'circle'
,
'cross'
,
'crossRot'
,
'dash'
,
'line'
,
'rect'
,
'rectRounded'
,
'rectRot'
,
'star'
,
'triangle'
, false];
2
3
function
newDataset(pointStyle, i) {
4
return
{
Callers
nothing calls this directly
Calls
5
newDataset
Function · 0.85
getDatasetMeta
Method · 0.80
_handleEvent
Method · 0.80
draw
Method · 0.65
handleEvent
Method · 0.45
Tested by
no test coverage detected