SYMBOL INDEX (76 symbols across 9 files) FILE: examples/src/js/index.js method block (line 42) | block(event, d) { function onChange (line 76) | function onChange() { FILE: src/d3-funnel/Colorizer.js class Colorizer (line 1) | class Colorizer { method constructor (line 5) | constructor() { method setInstanceId (line 17) | setInstanceId(instanceId) { method setLabelFill (line 26) | setLabelFill(fill) { method setScale (line 35) | setScale(scale) { method getBlockFill (line 48) | getBlockFill(fill, index, fillType) { method getBlockRawFill (line 65) | getBlockRawFill(fill, index) { method getBlockActualFill (line 89) | getBlockActualFill(raw, index, fillType) { method getGradientId (line 104) | getGradientId(index) { method getLabelColor (line 115) | getLabelColor(labelFill) { method shade (line 127) | shade(color, shade) { method hexToRgb (line 147) | hexToRgb(color) { method expandHex (line 172) | expandHex(hex) { FILE: src/d3-funnel/D3Funnel.js class D3Funnel (line 14) | class D3Funnel { method constructor (line 65) | constructor(selector) { method destroy (line 84) | destroy() { method draw (line 109) | draw(data, options = {}) { method initialize (line 125) | initialize(data, options) { method validateData (line 172) | validateData(data) { method getSettings (line 200) | getSettings(options) { method getDefaultSettings (line 226) | getDefaultSettings(containerDimensions) { method getContainerDimensions (line 243) | getContainerDimensions() { method castDimensions (line 267) | castDimensions({ chart }, containerDimensions) { method setBlocks (line 296) | setBlocks(data) { method getTotalCount (line 309) | getTotalCount(data) { method standardizeData (line 325) | standardizeData(data, totalCount) { method drawOntoDom (line 359) | drawOntoDom() { method makePaths (line 389) | makePaths() { method getDx (line 618) | getDx(bottomLeftX) { method getDy (line 630) | getDy() { method defineColorGradients (line 646) | defineColorGradients(svg) { method drawTopOval (line 683) | drawTopOval(svg, blockPaths) { method drawBlock (line 712) | drawBlock(index) { method getBlockPath (line 860) | getBlockPath(group, index) { method getOverlayPath (line 876) | getOverlayPath(group, index) { method addBeforeTransition (line 895) | addBeforeTransition(path, index, isOverlay) { method attachData (line 943) | attachData(element, data) { method getPathDefinition (line 957) | getPathDefinition(index) { method getOverlayPathDefinition (line 972) | getOverlayPathDefinition(index) { method onMouseOver (line 988) | onMouseOver(event, data) { method onMouseOut (line 1011) | onMouseOut(event, data) { method addBlockLabel (line 1035) | addBlockLabel(group, index) { method addLabelLines (line 1071) | addLabelLines(text, formattedLabel, x) { method getTextY (line 1095) | getTextY(paths) { FILE: src/d3-funnel/Formatter.js class Formatter (line 1) | class Formatter { method getFormatter (line 9) | getFormatter(format) { method format (line 29) | format({ label, value, formattedValue = null }, formatter) { method stringFormatter (line 47) | stringFormatter(label, value, formattedValue, expression) { method getDefaultFormattedValue (line 70) | getDefaultFormattedValue(value) { FILE: src/d3-funnel/Navigator.js class Navigator (line 1) | class Navigator { method plot (line 9) | plot(commands) { method makeCurvedPaths (line 25) | makeCurvedPaths(dimensions, isValueOverlay = false) { method makeBezierPoints (line 47) | makeBezierPoints({ method makeBezierPath (line 97) | makeBezierPath({ method getQuadraticBezierCurve (line 132) | getQuadraticBezierCurve(p0, p1, p2, t = 1) { method getLinearInterpolation (line 166) | getLinearInterpolation(p0, p1, t, axis) { method getQuadraticInterpolation (line 179) | getQuadraticInterpolation(p0, p1, p2, t, axis) { method makeStraightPaths (line 197) | makeStraightPaths({ FILE: src/d3-funnel/Utils.js class Utils (line 1) | class Utils { method isExtendableObject (line 9) | static isExtendableObject(a) { method extend (line 21) | static extend(a, b) { method convertLegacyBlock (line 52) | static convertLegacyBlock(block) { method getRawBlockCount (line 69) | static getRawBlockCount(block) { FILE: test/d3-funnel/D3Funnel.js function getFunnel (line 14) | function getFunnel() { function getSvg (line 18) | function getSvg() { function getSvgId (line 22) | function getSvgId() { function getBasicData (line 26) | function getBasicData() { function isLetter (line 30) | function isLetter(str) { function getCommandPoint (line 34) | function getCommandPoint(command) { function getPathTopWidth (line 51) | function getPathTopWidth(path) { function getPathBottomWidth (line 57) | function getPathBottomWidth(path) { function getPathHeight (line 63) | function getPathHeight(path) { FILE: test/test.js function outputStream (line 7) | function outputStream(out, stream) { FILE: webpack.config.js function makeConfig (line 83) | function makeConfig({ target }) {