MCPcopy
hub / github.com/nhn/tui.chart / getPlotAxisData

Function getPlotAxisData

apps/chart/src/component/plot.ts:32–34  ·  view source on GitHub ↗
(vertical: boolean, axes: Axes)

Source from the content-addressed store, hash-verified

30}
31
32function getPlotAxisData(vertical: boolean, axes: Axes) {
33 return vertical ? axes.xAxis : axes.yAxis;
34}
35export default class Plot extends Component {
36 models: PlotModels = { plot: [], line: [], band: [] };
37

Callers 4

renderLinesMethod · 0.85
renderBandsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected