Skip to content

Documentation / @ripl/charts / createChordChart

Function: createChordChart() ​

createChordChart(target, options): ChordChart

Defined in: charts/src/charts/chord.ts:446

Factory function that creates a new ChordChart instance.

Parameters ​

ParameterType
targetstring | Context<Element, Record<string, unknown>> | HTMLElement
optionsChordChartOptions

Returns ​

ChordChart