MCPcopy
hub / github.com/dc-js/dc.js / plotHeight

Function plotHeight

spec/composite-chart-spec.js:699–701  ·  view source on GitHub ↗
(_chart)

Source from the content-addressed store, hash-verified

697 });
698 });
699 function plotHeight (_chart) {
700 return _chart.y()(_chart.yAxisMax()) - _chart.y()(_chart.yAxisMin());
701 }
702 });
703
704 describe('sub-charts with different filter types', () => {

Callers 1

Calls 3

yMethod · 0.45
yAxisMaxMethod · 0.45
yAxisMinMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…