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

Function isInLargeMode

src/layout/barGrid.ts:510–512  ·  view source on GitHub ↗
(seriesModel: BaseBarSeriesModel)

Source from the content-addressed store, hash-verified

508}
509
510function isInLargeMode(seriesModel: BaseBarSeriesModel) {
511 return seriesModel.pipelineContext && seriesModel.pipelineContext.large;
512}
513
514function barGridCreateAxisContainShapeHandler(seriesType: BaseBarSeriesSubType): AxisContainShapeHandler {
515 // See also #6728, #4862, `test/bar-overflow-time-plot.html` `test/bar-overflow-plot2.html`

Callers 2

createProgressiveLayoutFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…