MCPcopy
hub / github.com/apache/echarts / makeDatasetSourceDetection

Function makeDatasetSourceDetection

test/ut/spec/data/dataTransform.test.ts:41–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39 });
40
41 function makeDatasetSourceDetection() {
42 return [
43 ['product', '2012', '2013', '2014', '2015'],
44 ['AAA', 41.1, 30.4, 65.1, 53.3],
45 ['BBB', 86.5, 92.1, 85.7, 83.1],
46 ['CCC', 24.1, 67.2, 79.5, 86.4]
47 ];
48 }
49
50 function makeDatasetSourceNonDetectionByRow() {
51 return {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…