Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/chartbrew/chartbrew
/ getDatasetDisplayName
Function
getDatasetDisplayName
client/src/modules/getDatasetDisplayName.js:1–5 ·
view source on GitHub ↗
(dataset)
Source
from the content-addressed store, hash-verified
1
export
default
function
getDatasetDisplayName(dataset) {
2
if
(!dataset)
return
""
;
3
4
return
dataset.name || dataset.legend ||
""
;
5
}
Callers
15
renderBreadcrumbs
Function · 0.85
_onCreateFromDataset
Function · 0.85
ChartDatasets
Function · 0.85
_filteredDatasets
Function · 0.85
_onCreateCdc
Function · 0.85
ChartDescription
Function · 0.85
ChartDatasetDataSetup
Function · 0.85
ChartDatasetConfig
Function · 0.85
Dataset
Function · 0.85
_persistDataset
Function · 0.85
_onCreateChartFromDataset
Function · 0.85
createChartFromDataset
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected