MCPcopy Create free account
hub / github.com/microsoft/SandDance /

Class

packages/chart-recommender/src/barChart.ts:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13const minDistinctVal = 2;
14
15export class BarChartRecommenderSummary {
16 public best: Recommendation;
17
18 constructor(columns: SandDance.types.Column[], data: object[]) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected