MCPcopy Create free account
hub / github.com/Rello/analytics / load

Method load

lib/Dashboard/Widget.php:76–87  ·  view source on GitHub ↗

* @inheritDoc */

()

Source from the content-addressed store, hash-verified

74 * @inheritDoc
75 */
76 public function load(): void
77 {
78 Util::addScript('analytics', 'chartOptions');
79 Util::addScript('analytics', 'dashboard');
80 Util::addScript('analytics', 'visualization');
81 Util::addStyle('analytics', 'dashboard');
82 Util::addScript('analytics', '3rdParty/chart.umd');
83 Util::addScript('analytics', '3rdParty/chartjs-adapter-moment');
84 Util::addScript('analytics', '3rdParty/moment.min');
85 Util::addScript('analytics', '3rdParty/cloner');
86 Util::addScript('analytics', '3rdParty/chartjs-plugin-datalabels.min');
87 }
88}

Callers 10

readDataMethod · 0.45
indexMethod · 0.45
getOwnFavoriteReportsMethod · 0.45
addFavoriteTagMethod · 0.45
removeFavoriteTagMethod · 0.45
indexMethod · 0.45
getOwnFavoriteReportsMethod · 0.45
setFavoriteMethod · 0.45
addFavoriteTagMethod · 0.45
removeFavoriteTagMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected