SYMBOL INDEX (831 symbols across 231 files) FILE: packages/react-vis/src/animation.js constant ANIMATION_PROPTYPES (line 6) | const ANIMATION_PROPTYPES = PropTypes.oneOfType([ function getAnimationStyle (line 28) | function getAnimationStyle(animationStyle = presets.noWobble) { function extractAnimatedPropValues (line 45) | function extractAnimatedPropValues(props) { class Animation (line 56) | class Animation extends PureComponent { method constructor (line 57) | constructor(props) { method componentDidUpdate (line 62) | componentDidUpdate(props) { method _updateInterpolator (line 118) | _updateInterpolator(oldProps, newProps) { method render (line 125) | render() { FILE: packages/react-vis/src/legends/continuous-color-legend.js function ContinuousColorLegend (line 48) | function ContinuousColorLegend({ FILE: packages/react-vis/src/legends/continuous-size-legend.js function ContinuousSizeLegend (line 46) | function ContinuousSizeLegend({ FILE: packages/react-vis/src/legends/discrete-color-legend-item.js constant STROKE_STYLES (line 25) | const STROKE_STYLES = { function DiscreteColorLegendItem (line 30) | function DiscreteColorLegendItem({ FILE: packages/react-vis/src/legends/discrete-color-legend.js function DiscreteColorLegend (line 28) | function DiscreteColorLegend({ FILE: packages/react-vis/src/legends/searchable-discrete-color-legend.js function SearchableDiscreteColorLegend (line 47) | function SearchableDiscreteColorLegend(props) { FILE: packages/react-vis/src/make-vis-flexible.js constant CONTAINER_REF (line 27) | const CONTAINER_REF = 'container'; constant DEBOUNCE_DURATION (line 31) | const DEBOUNCE_DURATION = 100; function debounceEmitResize (line 37) | function debounceEmitResize() { function emitResize (line 45) | function emitResize() { function subscribeToDebouncedResize (line 58) | function subscribeToDebouncedResize(cb) { function removeSubscriber (line 81) | function removeSubscriber(cb) { function getDisplayName (line 93) | function getDisplayName(Component) { function makeFlexible (line 103) | function makeFlexible(Component, isWidthFlexible, isHeightFlexible) { function makeHeightFlexible (line 179) | function makeHeightFlexible(component) { function makeVisFlexible (line 183) | function makeVisFlexible(component) { function makeWidthFlexible (line 187) | function makeWidthFlexible(component) { FILE: packages/react-vis/src/parallel-coordinates/index.js constant DEFAULT_FORMAT (line 43) | const DEFAULT_FORMAT = format('.2r'); function getAxes (line 53) | function getAxes(props) { function getLabels (line 84) | function getLabels(props) { function getLines (line 106) | function getLines(props) { class ParallelCoordinates (line 163) | class ParallelCoordinates extends Component { method render (line 168) | render() { FILE: packages/react-vis/src/plot/axis/axis-line.js function AxisLine (line 40) | function AxisLine({orientation, width, height, style}) { FILE: packages/react-vis/src/plot/axis/axis-ticks.js function _getTickFormatFn (line 41) | function _getTickFormatFn(scale, tickTotal, tickFormat) { class AxisTicks (line 49) | class AxisTicks extends React.Component { method _areTicksWrapped (line 55) | _areTicksWrapped() { method _getTickContainerPropsGetterFn (line 60) | _getTickContainerPropsGetterFn() { method _getTickLabelProps (line 76) | _getTickLabelProps() { method _getTickLineProps (line 131) | _getTickLineProps() { method _isAxisVertical (line 154) | _isAxisVertical() { method render (line 159) | render() { FILE: packages/react-vis/src/plot/axis/axis-title.js constant ADJUSTMENT_FOR_TEXT_SIZE (line 28) | const ADJUSTMENT_FOR_TEXT_SIZE = 16; constant MARGIN (line 29) | const MARGIN = 6; function AxisTitle (line 132) | function AxisTitle({orientation, position, width, height, style, title}) { FILE: packages/react-vis/src/plot/axis/axis.js constant VERTICAL_CLASS_NAME (line 99) | const VERTICAL_CLASS_NAME = 'rv-xy-plot__axis--vertical'; constant HORIZONTAL_CLASS_NAME (line 100) | const HORIZONTAL_CLASS_NAME = 'rv-xy-plot__axis--horizontal'; class Axis (line 102) | class Axis extends PureComponent { method _getDefaultAxisProps (line 108) | _getDefaultAxisProps() { method render (line 152) | render() { FILE: packages/react-vis/src/plot/axis/decorative-axis-ticks.js function decorativeAxisTick (line 38) | function decorativeAxisTick(props) { FILE: packages/react-vis/src/plot/axis/decorative-axis.js class DecorativeAxis (line 49) | class DecorativeAxis extends AbstractSeries { method render (line 50) | render() { constant DEFAULT_FORMAT (line 107) | const DEFAULT_FORMAT = format('.2r'); FILE: packages/react-vis/src/plot/axis/x-axis.js function XAxis (line 42) | function XAxis(props) { FILE: packages/react-vis/src/plot/axis/y-axis.js function YAxis (line 42) | function YAxis(props) { FILE: packages/react-vis/src/plot/borders.js constant CLASSES (line 41) | const CLASSES = { function Borders (line 49) | function Borders(props) { FILE: packages/react-vis/src/plot/chart-label.js class ChartLabel (line 26) | class ChartLabel extends React.PureComponent { method requiresSVG (line 27) | static get requiresSVG() { method render (line 31) | render() { FILE: packages/react-vis/src/plot/circular-grid-lines.js class CircularGridLines (line 44) | class CircularGridLines extends PureComponent { method _getDefaultProps (line 45) | _getDefaultProps() { method render (line 57) | render() { FILE: packages/react-vis/src/plot/content-clip-path.js function ContentClipPath (line 3) | function ContentClipPath(props) { FILE: packages/react-vis/src/plot/crosshair.js function defaultTitleFormat (line 33) | function defaultTitleFormat(values) { function defaultItemsFormat (line 48) | function defaultItemsFormat(values) { function getFirstNonEmptyValue (line 61) | function getFirstNonEmptyValue(values) { class Crosshair (line 65) | class Crosshair extends PureComponent { method defaultProps (line 66) | static get defaultProps() { method propTypes (line 78) | static get propTypes() { method _renderCrosshairItems (line 110) | _renderCrosshairItems() { method _renderCrosshairTitle (line 134) | _renderCrosshairTitle() { method render (line 149) | render() { FILE: packages/react-vis/src/plot/gradient-defs.js function GradientDefs (line 28) | function GradientDefs(props) { FILE: packages/react-vis/src/plot/grid-lines.js class GridLines (line 80) | class GridLines extends PureComponent { method _getDefaultProps (line 81) | _getDefaultProps() { method render (line 100) | render() { FILE: packages/react-vis/src/plot/highlight.js function getLocs (line 8) | function getLocs(evt) { class Highlight (line 14) | class Highlight extends AbstractSeries { method _getDrawArea (line 24) | _getDrawArea(xLoc, yLoc) { method _getDragArea (line 51) | _getDragArea(xLoc, yLoc) { method _clickedOutsideDrag (line 63) | _clickedOutsideDrag(xLoc, yLoc) { method _convertAreaToCoordinates (line 83) | _convertAreaToCoordinates(brushArea) { method startBrushing (line 119) | startBrushing(e) { method stopBrushing (line 158) | stopBrushing() { method onBrush (line 188) | onBrush(e) { method render (line 210) | render() { FILE: packages/react-vis/src/plot/hint.js constant ALIGN (line 45) | const ALIGN = { constant ORIENTATION (line 60) | const ORIENTATION = { function defaultFormat (line 72) | function defaultFormat(value) { class Hint (line 78) | class Hint extends PureComponent { method defaultProps (line 79) | static get defaultProps() { method propTypes (line 90) | static get propTypes() { method _getAlign (line 136) | _getAlign(x, y) { method _getAlignClassNames (line 161) | _getAlignClassNames(align) { method _getAlignStyle (line 179) | _getAlignStyle(align, x, y) { method _getCSSBottom (line 193) | _getCSSBottom(y) { method _getCSSLeft (line 213) | _getCSSLeft(x) { method _getCSSRight (line 233) | _getCSSRight(x) { method _getCSSTop (line 253) | _getCSSTop(y) { method _getPositionInfo (line 272) | _getPositionInfo() { method _getXCSS (line 288) | _getXCSS(horizontal, x) { method _getYCSS (line 308) | _getYCSS(verticalAlign, y) { method _mapOrientationToAlign (line 328) | _mapOrientationToAlign(orientation) { method render (line 359) | render() { FILE: packages/react-vis/src/plot/horizontal-grid-lines.js function HorizontalGridLines (line 40) | function HorizontalGridLines(props) { FILE: packages/react-vis/src/plot/series/abstract-series.js class AbstractSeries (line 66) | class AbstractSeries extends PureComponent { method getParentConfig (line 71) | static getParentConfig() { method requiresSVG (line 79) | static get requiresSVG() { method onParentMouseMove (line 83) | onParentMouseMove(event) { method onParentTouchMove (line 95) | onParentTouchMove(e) { method onParentTouchStart (line 100) | onParentTouchStart(e) { method _getAttr0Functor (line 111) | _getAttr0Functor(attr) { method _getAttributeFunctor (line 121) | _getAttributeFunctor(attr) { method _getAttributeValue (line 132) | _getAttributeValue(attr) { method _getScaleDistance (line 142) | _getScaleDistance(attr) { method _getXYCoordinateInContainer (line 147) | _getXYCoordinateInContainer(event) { method _handleNearestX (line 163) | _handleNearestX(event) { method _handleNearestXY (line 191) | _handleNearestXY(event) { FILE: packages/react-vis/src/plot/series/arc-series.js constant ATTRIBUTES (line 38) | const ATTRIBUTES = ['radius', 'angle']; function modifyRow (line 57) | function modifyRow(row) { class ArcSeries (line 70) | class ArcSeries extends AbstractSeries { method constructor (line 71) | constructor(props) { method UNSAFE_componentWillReceiveProps (line 77) | UNSAFE_componentWillReceiveProps(nextProps) { method _getAllScaleProps (line 88) | _getAllScaleProps(props) { method _getDefaultScaleProps (line 113) | _getDefaultScaleProps(props) { method render (line 123) | render() { FILE: packages/react-vis/src/plot/series/area-series.js class AreaSeries (line 35) | class AreaSeries extends AbstractSeries { method _renderArea (line 36) | _renderArea(data, x, y0, y, curve, getNull) { method render (line 53) | render() { FILE: packages/react-vis/src/plot/series/bar-series-canvas.js function getScaleDistance (line 32) | function getScaleDistance(props, attr) { class BarSeriesCanvas (line 37) | class BarSeriesCanvas extends AbstractSeries { method requiresSVG (line 38) | static get requiresSVG() { method isCanvas (line 42) | static get isCanvas() { method renderLayer (line 46) | static renderLayer(props, ctx) { method render (line 111) | render() { FILE: packages/react-vis/src/plot/series/bar-series.js class BarSeries (line 32) | class BarSeries extends AbstractSeries { method propTypes (line 33) | static get propTypes() { method defaultProps (line 45) | static get defaultProps() { method render (line 51) | render() { FILE: packages/react-vis/src/plot/series/canvas-wrapper.js constant MAX_DRAWS (line 28) | const MAX_DRAWS = 30; function engageDrawLoop (line 37) | function engageDrawLoop(ctx, height, width, layers) { function drawLayers (line 61) | function drawLayers(ctx, height, width, layers, drawIteration) { function buildLayers (line 88) | function buildLayers(newChildren, oldChildren) { class CanvasWrapper (line 113) | class CanvasWrapper extends Component { method defaultProps (line 114) | static get defaultProps() { method componentDidMount (line 120) | componentDidMount() { method componentDidUpdate (line 134) | componentDidUpdate(oldProps) { method drawChildren (line 145) | drawChildren(oldProps, newProps, ctx) { method render (line 176) | render() { FILE: packages/react-vis/src/plot/series/contour-series.js function getDomain (line 35) | function getDomain(data) { class ContourSeries (line 47) | class ContourSeries extends AbstractSeries { method render (line 48) | render() { FILE: packages/react-vis/src/plot/series/custom-svg-series.js constant DEFAULT_STYLE (line 32) | const DEFAULT_STYLE = { function predefinedComponents (line 37) | function predefinedComponents(type, size = 2, style = DEFAULT_STYLE) { function getInnerComponent (line 89) | function getInnerComponent({ class CustomSVGSeries (line 124) | class CustomSVGSeries extends AbstractSeries { method render (line 125) | render() { FILE: packages/react-vis/src/plot/series/heatmap-series.js class HeatmapSeries (line 31) | class HeatmapSeries extends AbstractSeries { method getParentConfig (line 32) | static getParentConfig(attr) { method render (line 37) | render() { FILE: packages/react-vis/src/plot/series/hexbin-series.js function getColorDomain (line 34) | function getColorDomain({countDomain}, hexes) { class HexbinSeries (line 41) | class HexbinSeries extends AbstractSeries { method render (line 42) | render() { FILE: packages/react-vis/src/plot/series/horizontal-bar-series-canvas.js class HorizontalBarSeriesCanvas (line 24) | class HorizontalBarSeriesCanvas extends AbstractSeries { method requiresSVG (line 25) | static get requiresSVG() { method isCanvas (line 29) | static get isCanvas() { method getParentConfig (line 33) | static getParentConfig(attr) { method renderLayer (line 42) | static renderLayer(props, ctx) { method render (line 55) | render() { FILE: packages/react-vis/src/plot/series/horizontal-bar-series.js class HorizontalBarSeries (line 26) | class HorizontalBarSeries extends AbstractSeries { method getParentConfig (line 27) | static getParentConfig(attr) { method render (line 36) | render() { FILE: packages/react-vis/src/plot/series/horizontal-rect-series-canvas.js class HorizontalRectSeriesCanvas (line 24) | class HorizontalRectSeriesCanvas extends AbstractSeries { method requiresSVG (line 25) | static get requiresSVG() { method isCanvas (line 29) | static get isCanvas() { method getParentConfig (line 33) | static getParentConfig(attr) { method renderLayer (line 42) | static renderLayer(props, ctx) { method render (line 55) | render() { FILE: packages/react-vis/src/plot/series/horizontal-rect-series.js class HorizontalRectSeries (line 26) | class HorizontalRectSeries extends AbstractSeries { method getParentConfig (line 27) | static getParentConfig(attr) { method render (line 36) | render() { FILE: packages/react-vis/src/plot/series/label-series.js class LabelSeries (line 42) | class LabelSeries extends AbstractSeries { method render (line 43) | render() { FILE: packages/react-vis/src/plot/series/line-mark-series-canvas.js class LineMarkSeriesCanvas (line 25) | class LineMarkSeriesCanvas extends AbstractSeries { method requiresSVG (line 26) | static get requiresSVG() { method isCanvas (line 30) | static get isCanvas() { method renderLayer (line 34) | static renderLayer(props, ctx) { method render (line 39) | render() { FILE: packages/react-vis/src/plot/series/line-mark-series.js class LineMarkSeries (line 34) | class LineMarkSeries extends AbstractSeries { method defaultProps (line 35) | static get defaultProps() { method render (line 43) | render() { FILE: packages/react-vis/src/plot/series/line-series-canvas.js class LineSeriesCanvas (line 29) | class LineSeriesCanvas extends AbstractSeries { method requiresSVG (line 30) | static get requiresSVG() { method isCanvas (line 34) | static get isCanvas() { method renderLayer (line 38) | static renderLayer(props, ctx) { method render (line 84) | render() { FILE: packages/react-vis/src/plot/series/line-series.js constant STROKE_STYLES (line 35) | const STROKE_STYLES = { class LineSeries (line 40) | class LineSeries extends AbstractSeries { method _renderLine (line 41) | _renderLine(data, x, y, curve, getNull) { method render (line 55) | render() { FILE: packages/react-vis/src/plot/series/mark-series-canvas.js class MarkSeriesCanvas (line 28) | class MarkSeriesCanvas extends AbstractSeries { method requiresSVG (line 29) | static get requiresSVG() { method isCanvas (line 33) | static get isCanvas() { method renderLayer (line 37) | static renderLayer(props, ctx) { method render (line 69) | render() { FILE: packages/react-vis/src/plot/series/mark-series.js constant DEFAULT_STROKE_WIDTH (line 33) | const DEFAULT_STROKE_WIDTH = 1; class MarkSeries (line 35) | class MarkSeries extends AbstractSeries { method _renderCircle (line 36) | _renderCircle(d, i, strokeWidth, style, scalingFunctions) { method render (line 59) | render() { FILE: packages/react-vis/src/plot/series/polygon-series.js constant DEFAULT_COLOR (line 30) | const DEFAULT_COLOR = '#12939A'; class PolygonSeries (line 38) | class PolygonSeries extends AbstractSeries { method propTypes (line 39) | static get propTypes() { method render (line 45) | render() { FILE: packages/react-vis/src/plot/series/rect-series-canvas.js class RectSeriesCanvas (line 27) | class RectSeriesCanvas extends AbstractSeries { method requiresSVG (line 28) | static get requiresSVG() { method isCanvas (line 32) | static get isCanvas() { method renderLayer (line 36) | static renderLayer(props, ctx) { method render (line 84) | render() { FILE: packages/react-vis/src/plot/series/rect-series.js class RectSeries (line 32) | class RectSeries extends AbstractSeries { method propTypes (line 33) | static get propTypes() { method render (line 43) | render() { FILE: packages/react-vis/src/plot/series/vertical-bar-series-canvas.js class HorizontalBarSeriesCanvas (line 24) | class HorizontalBarSeriesCanvas extends AbstractSeries { method requiresSVG (line 25) | static get requiresSVG() { method isCanvas (line 29) | static get isCanvas() { method getParentConfig (line 33) | static getParentConfig(attr) { method renderLayer (line 42) | static renderLayer(props, ctx) { method render (line 55) | render() { FILE: packages/react-vis/src/plot/series/vertical-bar-series.js class VerticalBarSeries (line 26) | class VerticalBarSeries extends AbstractSeries { method getParentConfig (line 27) | static getParentConfig(attr) { method render (line 36) | render() { FILE: packages/react-vis/src/plot/series/vertical-rect-series-canvas.js class HorizontalRectSeriesCanvas (line 24) | class HorizontalRectSeriesCanvas extends AbstractSeries { method requiresSVG (line 25) | static get requiresSVG() { method isCanvas (line 29) | static get isCanvas() { method getParentConfig (line 33) | static getParentConfig(attr) { method renderLayer (line 42) | static renderLayer(props, ctx) { method render (line 55) | render() { FILE: packages/react-vis/src/plot/series/vertical-rect-series.js class VerticalRectSeries (line 26) | class VerticalRectSeries extends AbstractSeries { method getParentConfig (line 27) | static getParentConfig(attr) { method render (line 36) | render() { FILE: packages/react-vis/src/plot/series/whisker-series.js constant DEFAULT_STROKE_WIDTH (line 32) | const DEFAULT_STROKE_WIDTH = 1; constant DEFAULT_CROSS_BAR_WIDTH (line 33) | const DEFAULT_CROSS_BAR_WIDTH = 6; class WhiskerSeries (line 169) | class WhiskerSeries extends AbstractSeries { method render (line 170) | render() { FILE: packages/react-vis/src/plot/vertical-grid-lines.js function VerticalGridLines (line 40) | function VerticalGridLines(props) { FILE: packages/react-vis/src/plot/voronoi.js function getNodeIndex (line 11) | function getNodeIndex(evt) { function getExtent (line 23) | function getExtent({innerWidth, innerHeight, marginLeft, marginTop}) { function Voronoi (line 30) | function Voronoi(props) { FILE: packages/react-vis/src/plot/xy-plot.js constant ATTRIBUTES (line 53) | const ATTRIBUTES = [ function cleanseData (line 71) | function cleanseData(data) { function checkIfMixinsAreEqual (line 87) | function checkIfMixinsAreEqual(nextScaleMixins, scaleMixins, hasTreeStru... class XYPlot (line 104) | class XYPlot extends React.Component { method defaultProps (line 105) | static get defaultProps() { method propTypes (line 111) | static get propTypes() { method constructor (line 136) | constructor(props) { method getDerivedStateFromProps (line 147) | static getDerivedStateFromProps(nextProps) { method _getClonedChildComponents (line 197) | _getClonedChildComponents() { method _getDefaultScaleProps (line 236) | static _getDefaultScaleProps(props) { method _getScaleMixins (line 267) | static _getScaleMixins(data, props) { method _isPlotEmpty (line 326) | _isPlotEmpty() { method renderCanvasComponents (line 492) | renderCanvasComponents(components) { method render (line 524) | render() { FILE: packages/react-vis/src/radar-chart/index.js constant DEFAULT_FORMAT (line 37) | const DEFAULT_FORMAT = format('.2r'); function getAxes (line 48) | function getAxes(props) { function getCoordinate (line 93) | function getCoordinate(axisEndPoint) { function getLabels (line 117) | function getLabels(props) { function getPolygons (line 141) | function getPolygons(props) { function getPolygonPoints (line 206) | function getPolygonPoints(props) { function RadarChart (line 260) | function RadarChart(props) { FILE: packages/react-vis/src/radial-chart/index.js constant DEFAULT_RADIUS_MARGIN (line 36) | const DEFAULT_RADIUS_MARGIN = 15; function getWedgesToRender (line 44) | function getWedgesToRender({data, getAngle}) { function generateLabels (line 61) | function generateLabels(mappedData, accessors, labelsRadiusMultiplier = ... function getMaxRadius (line 99) | function getMaxRadius(width, height) { function RadialChart (line 103) | function RadialChart(props) { FILE: packages/react-vis/src/sankey/index.js constant ALIGNMENTS (line 23) | const ALIGNMENTS = { constant DEFAULT_MARGINS (line 30) | const DEFAULT_MARGINS = { function Sankey (line 37) | function Sankey(props) { FILE: packages/react-vis/src/sankey/sankey-link.js constant DEFAULT_LINK_COLOR (line 26) | const DEFAULT_LINK_COLOR = DISCRETE_COLOR_RANGE[1]; constant DEFAULT_LINK_OPACITY (line 27) | const DEFAULT_LINK_OPACITY = 0.7; function SankeyLink (line 29) | function SankeyLink(props) { FILE: packages/react-vis/src/sunburst/index.js constant LISTENERS_TO_OVERWRITE (line 36) | const LISTENERS_TO_OVERWRITE = [ function getNodesToRender (line 57) | function getNodesToRender({data, height, hideRootNode, width, getSize}) { function buildLabels (line 92) | function buildLabels(mappedData, accessors) { function Sunburst (line 126) | function Sunburst(props) { FILE: packages/react-vis/src/theme.js constant DISCRETE_COLOR_RANGE (line 21) | const DISCRETE_COLOR_RANGE = [ constant EXTENDED_DISCRETE_COLOR_RANGE (line 29) | const EXTENDED_DISCRETE_COLOR_RANGE = [ constant CONTINUOUS_COLOR_RANGE (line 53) | const CONTINUOUS_COLOR_RANGE = ['#EF5D28', '#FF9833']; constant SIZE_RANGE (line 55) | const SIZE_RANGE = [1, 10]; constant OPACITY_RANGE (line 57) | const OPACITY_RANGE = [0.1, 1]; constant OPACITY_TYPE (line 58) | const OPACITY_TYPE = 'literal'; constant DEFAULT_OPACITY (line 59) | const DEFAULT_OPACITY = 1; constant DEFAULT_SIZE (line 61) | const DEFAULT_SIZE = 5; constant DEFAULT_COLOR (line 63) | const DEFAULT_COLOR = DISCRETE_COLOR_RANGE[0]; constant DEFAULT_TICK_SIZE (line 65) | const DEFAULT_TICK_SIZE = 7; FILE: packages/react-vis/src/treemap/index.js constant TREEMAP_TILE_MODES (line 49) | const TREEMAP_TILE_MODES = { constant TREEMAP_LAYOUT_MODES (line 58) | const TREEMAP_LAYOUT_MODES = ['circlePack', 'partition', 'partition-pivo... constant ATTRIBUTES (line 62) | const ATTRIBUTES = ['opacity', 'color']; constant DEFAULT_MARGINS (line 64) | const DEFAULT_MARGINS = { function _getScaleFns (line 77) | function _getScaleFns(props) { function Treemap (line 94) | function Treemap(props) { FILE: packages/react-vis/src/treemap/treemap-dom.js function TreemapDOM (line 25) | function TreemapDOM(props) { FILE: packages/react-vis/src/treemap/treemap-leaf.js constant ANIMATED_PROPS (line 28) | const ANIMATED_PROPS = [ function TreemapLeaf (line 42) | function TreemapLeaf(props) { FILE: packages/react-vis/src/treemap/treemap-svg.js constant MARGIN_ADJUST (line 29) | const MARGIN_ADJUST = 1.2; class TreemapSVG (line 31) | class TreemapSVG extends React.Component { method getCircularNodes (line 32) | getCircularNodes() { method getNonCircularNodes (line 96) | getNonCircularNodes() { method render (line 160) | render() { FILE: packages/react-vis/src/utils/axis-utils.js constant ORIENTATION (line 24) | const ORIENTATION = { constant DIRECTION (line 33) | const DIRECTION = { function getTicksTotalFromSize (line 43) | function getTicksTotalFromSize(size) { function getTickValues (line 60) | function getTickValues(scale, tickTotal, tickValues) { function generateFit (line 77) | function generateFit(axisStart, axisEnd) { function generatePoints (line 109) | function generatePoints({ function getAxisAngle (line 144) | function getAxisAngle(axisStart, axisEnd) { FILE: packages/react-vis/src/utils/chart-utils.js function getInnerDimensions (line 29) | function getInnerDimensions(props, defaultMargins) { function getRadialLayoutMargin (line 66) | function getRadialLayoutMargin(width, height, radius) { constant DEFAULT_MARGINS (line 87) | const DEFAULT_MARGINS = { FILE: packages/react-vis/src/utils/data-utils.js function getUniquePropertyValues (line 27) | function getUniquePropertyValues(arr, accessor) { function addValueToArray (line 38) | function addValueToArray(arr, value) { function transformValueToString (line 54) | function transformValueToString(value) { FILE: packages/react-vis/src/utils/react-utils.js constant USED_MESSAGES (line 41) | const USED_MESSAGES = {}; constant HIDDEN_PROCESSES (line 42) | const HIDDEN_PROCESSES = { function warning (line 53) | function warning(message, onlyShowMessageOnce = false) { function warnOnce (line 71) | function warnOnce(message) { FILE: packages/react-vis/src/utils/scales-utils.js constant LINEAR_SCALE_TYPE (line 43) | const LINEAR_SCALE_TYPE = 'linear'; constant ORDINAL_SCALE_TYPE (line 50) | const ORDINAL_SCALE_TYPE = 'ordinal'; constant CATEGORY_SCALE_TYPE (line 57) | const CATEGORY_SCALE_TYPE = 'category'; constant LITERAL_SCALE_TYPE (line 66) | const LITERAL_SCALE_TYPE = 'literal'; constant LOG_SCALE_TYPE (line 73) | const LOG_SCALE_TYPE = 'log'; constant TIME_SCALE_TYPE (line 80) | const TIME_SCALE_TYPE = 'time'; constant TIME_UTC_SCALE_TYPE (line 87) | const TIME_UTC_SCALE_TYPE = 'time-utc'; constant SCALE_FUNCTIONS (line 94) | const SCALE_FUNCTIONS = { constant XYPLOT_ATTR (line 110) | const XYPLOT_ATTR = ['color', 'fill', 'opacity', 'stroke']; function toTitleCase (line 117) | function toTitleCase(str) { function _getSmallestDistanceIndex (line 131) | function _getSmallestDistanceIndex(values, scaleObject) { function addInvertFunctionToOrdinalScaleObject (line 161) | function addInvertFunctionToOrdinalScaleObject(scale) { function getScaleFnFromScaleObject (line 196) | function getScaleFnFromScaleObject(scaleObject) { function getDomainByAccessor (line 229) | function getDomainByAccessor(allData, accessor, accessor0, type) { function _createScaleObjectForValue (line 269) | function _createScaleObjectForValue(attr, value, type, accessor, accesso... function _createScaleObjectForFunction (line 312) | function _createScaleObjectForFunction({ function _collectScaleObjectFromProps (line 343) | function _collectScaleObjectFromProps(props, attr) { function _computeLeftDomainAdjustment (line 403) | function _computeLeftDomainAdjustment(values) { function _computeRightDomainAdjustment (line 419) | function _computeRightDomainAdjustment(values) { function _computeScaleDistance (line 438) | function _computeScaleDistance(values, domain, bestDistIndex, scaleFn) { function _normalizeValues (line 458) | function _normalizeValues(data, values, accessor0, type) { function _getScaleDistanceAndAdjustedDomain (line 475) | function _getScaleDistanceAndAdjustedDomain(data, scaleObject) { function _isScaleAdjustmentPossible (line 519) | function _isScaleAdjustmentPossible(props, scaleObject) { function _adjustContinuousScale (line 536) | function _adjustContinuousScale(props, scaleObject) { function _adjustCategoricalScale (line 576) | function _adjustCategoricalScale(scaleObject) { function getScaleObjectFromProps (line 594) | function getScaleObjectFromProps(props, attr) { function getAttributeScale (line 623) | function getAttributeScale(props, attr) { function _getAttrValue (line 635) | function _getAttrValue(d, accessor) { function _isDefined (line 639) | function _isDefined(value) { function _padDomain (line 649) | function _padDomain(domain, padding) { function getAttributeFunctor (line 667) | function getAttributeFunctor(props, attr) { function getAttr0Functor (line 684) | function getAttr0Functor(props, attr) { function getAttributeValue (line 705) | function getAttributeValue(props, attr) { function getScalePropTypesByAttribute (line 725) | function getScalePropTypesByAttribute(attr) { function extractScalePropsFromProps (line 745) | function extractScalePropsFromProps(props, attributes) { function getMissingScaleProps (line 775) | function getMissingScaleProps(props, data, attributes) { function literalScale (line 808) | function literalScale(defaultValue) { function getFontColorFromBackground (line 828) | function getFontColorFromBackground(background) { function getXYPlotValues (line 842) | function getXYPlotValues(props, children) { constant OPTIONAL_SCALE_PROPS (line 877) | const OPTIONAL_SCALE_PROPS = ['Padding']; constant OPTIONAL_SCALE_PROPS_REGS (line 878) | const OPTIONAL_SCALE_PROPS_REGS = OPTIONAL_SCALE_PROPS.map( function getOptionalScaleProps (line 888) | function getOptionalScaleProps(props) { FILE: packages/react-vis/src/utils/series-utils.js function isSeriesChild (line 31) | function isSeriesChild(child) { function getSeriesChildren (line 41) | function getSeriesChildren(children) { function collectSeriesTypesInfo (line 53) | function collectSeriesTypesInfo(children) { function seriesHasAngleRadius (line 76) | function seriesHasAngleRadius(data = []) { function prepareData (line 89) | function prepareData(data) { function getStackedData (line 111) | function getStackedData(children, attr) { function getSeriesPropsFromChildren (line 188) | function getSeriesPropsFromChildren(children) { function getRadialDomain (line 227) | function getRadialDomain(data) { constant ANIMATED_SERIES_PROPS (line 231) | const ANIMATED_SERIES_PROPS = [ function getStackParams (line 268) | function getStackParams(props) { FILE: packages/react-vis/src/utils/styling-utils.js function getCombinedClassName (line 28) | function getCombinedClassName(...classNames) { FILE: packages/react-vis/tests/components.js constant XYPLOT_XAXIS_PROPS (line 28) | const XYPLOT_XAXIS_PROPS = { constant XYPLOT_YAXIS_PROPS (line 38) | const XYPLOT_YAXIS_PROPS = { FILE: packages/react-vis/tests/components/area-series.test.js constant AREA_PROPS (line 12) | const AREA_PROPS = { FILE: packages/react-vis/tests/components/axes.test.js function translateToXY (line 121) | function translateToXY(translate) { FILE: packages/react-vis/tests/components/crosshair.test.js function simulateMouseMove (line 12) | function simulateMouseMove(x) { function simulateMouseMove (line 24) | function simulateMouseMove(x) { FILE: packages/react-vis/tests/components/heatmap.test.js constant HEATMAP_PROPS (line 9) | const HEATMAP_PROPS = { FILE: packages/react-vis/tests/components/line-series.test.js constant LINE_PROPS (line 15) | const LINE_PROPS = { constant LINE_WITH_MANY_COLORS_COLORS (line 25) | const LINE_WITH_MANY_COLORS_COLORS = [ function simulateMouseMove (line 225) | function simulateMouseMove(x) { FILE: packages/react-vis/tests/components/make-vis-flexible.test.js function ChildComponent (line 5) | function ChildComponent() {} function ChildComponent (line 14) | function ChildComponent() {} FILE: packages/react-vis/tests/components/mark-series.test.js function updateCursor (line 45) | function updateCursor(x, y) { function highlightedCircle (line 51) | function highlightedCircle(_highlightedCircle, circle) { FILE: packages/react-vis/tests/components/parallel-coordinates.test.js constant PARALLEL_COODINATES_PROPS (line 10) | const PARALLEL_COODINATES_PROPS = { FILE: packages/react-vis/tests/components/radar-chart.test.js constant RADAR_PROPS (line 12) | const RADAR_PROPS = { FILE: packages/react-vis/tests/components/radial.test.js constant RADIAL_PROPS (line 11) | const RADIAL_PROPS = { FILE: packages/react-vis/tests/components/sankey.test.js constant SANKEY_PROPS (line 12) | const SANKEY_PROPS = { FILE: packages/react-vis/tests/components/sunburst.test.js constant INTERPOLATE_DATA (line 10) | const INTERPOLATE_DATA = { constant SUNBURST_PROPS (line 25) | const SUNBURST_PROPS = { FILE: packages/react-vis/tests/components/treemap.test.js constant INTERPOLATE_DATA (line 10) | const INTERPOLATE_DATA = { constant TREEMAP_PROPS (line 25) | const TREEMAP_PROPS = { FILE: packages/react-vis/tests/components/xy-plot.test.js constant XYPLOT_PROPS (line 37) | const XYPLOT_PROPS = {width: 10, height: 10}; class ExtendedSeries (line 187) | class ExtendedSeries extends AbstractSeries { method render (line 195) | render() { FILE: packages/react-vis/tests/test-utils.js constant GENERIC_XYPLOT_SERIES_PROPS (line 7) | const GENERIC_XYPLOT_SERIES_PROPS = { FILE: packages/react-vis/tests/utils/scales-utils.test.js function generateFakeData (line 413) | function generateFakeData() { FILE: packages/showcase/app.js function App (line 30) | function App() { FILE: packages/showcase/axes/axis-on-0.js function AxisOn0 (line 32) | function AxisOn0({ FILE: packages/showcase/axes/custom-axes-orientation.js function Example (line 32) | function Example() { FILE: packages/showcase/axes/custom-axes.js constant MARGIN (line 25) | const MARGIN = { constant WORDS (line 32) | const WORDS = [ function Example (line 47) | function Example() { FILE: packages/showcase/axes/custom-axis-tick-element.js class Example (line 32) | class Example extends React.Component { method render (line 54) | render() { FILE: packages/showcase/axes/custom-axis-tick-format.js class Example (line 32) | class Example extends React.Component { method _xTickFormatValue (line 33) | static _xTickFormatValue(v, i, scale, tickTotal) { method _yTickFormatValue (line 40) | static _yTickFormatValue(v, i, scale, tickTotal) { method render (line 45) | render() { FILE: packages/showcase/axes/custom-axis.js function Example (line 32) | function Example() { FILE: packages/showcase/axes/decorative-axes-criss-cross.js constant MARGIN (line 25) | const MARGIN = { function Example (line 32) | function Example() { FILE: packages/showcase/axes/dynamic-complex-edge-hints.js constant CHART_MARGINS (line 36) | const CHART_MARGINS = {left: 30, right: 10, top: 10, bottom: 25}; constant XMIN (line 37) | const XMIN = 1; constant XMAX (line 38) | const XMAX = 4; constant YMIN (line 39) | const YMIN = 5; constant YMAX (line 40) | const YMAX = 15; constant DATA (line 41) | const DATA = [ constant POLE (line 47) | const POLE = [ constant DATA_HINT_ALIGN (line 65) | const DATA_HINT_ALIGN = [ class Example (line 84) | class Example extends React.Component { method constructor (line 85) | constructor(props) { method render (line 96) | render() { FILE: packages/showcase/axes/dynamic-crosshair-scatterplot.js constant DATA (line 35) | const DATA = [ class Example (line 78) | class Example extends React.Component { method render (line 84) | render() { FILE: packages/showcase/axes/dynamic-crosshair.js constant DATA (line 33) | const DATA = [ class DynamicCrosshair (line 46) | class DynamicCrosshair extends React.Component { method constructor (line 47) | constructor(props) { method render (line 72) | render() { FILE: packages/showcase/axes/dynamic-hints.js class Example (line 33) | class Example extends React.Component { method constructor (line 34) | constructor(props) { method render (line 51) | render() { FILE: packages/showcase/axes/dynamic-programmatic-rightedge-hints.js constant CHART_MARGINS (line 34) | const CHART_MARGINS = {left: 50, right: 10, top: 10, bottom: 25}; constant DATA (line 35) | const DATA = [ constant XMAX (line 41) | const XMAX = 4; function getAlignStyle (line 43) | function getAlignStyle(align, x, y) { class Example (line 50) | class Example extends React.Component { method constructor (line 51) | constructor(props) { method render (line 62) | render() { FILE: packages/showcase/axes/dynamic-simple-edge-hints.js constant CHART_MARGINS (line 34) | const CHART_MARGINS = {left: 50, right: 10, top: 10, bottom: 25}; constant DATA (line 35) | const DATA = [ constant DATA_HINT_ALIGN (line 41) | const DATA_HINT_ALIGN = [ class Example (line 60) | class Example extends React.Component { method constructor (line 61) | constructor(props) { method render (line 72) | render() { FILE: packages/showcase/axes/dynamic-simple-topedge-hints.js constant CHART_MARGINS (line 34) | const CHART_MARGINS = {left: 50, right: 10, top: 10, bottom: 25}; constant DATA (line 35) | const DATA = [ constant YMAX (line 41) | const YMAX = 15; class Example (line 43) | class Example extends React.Component { method constructor (line 44) | constructor(props) { method render (line 55) | render() { FILE: packages/showcase/axes/empty-chart.js function EmptyChart (line 31) | function EmptyChart() { FILE: packages/showcase/axes/padded-axis.js class Example (line 32) | class Example extends React.Component { method getRandomData (line 33) | getRandomData() { method render (line 42) | render() { FILE: packages/showcase/axes/parallel-coordinates-example.js constant DEFAULT_DOMAIN (line 28) | const DEFAULT_DOMAIN = {min: Infinity, max: -Infinity}; constant MARGIN (line 61) | const MARGIN = { function ParallelCoordinatesExample (line 68) | function ParallelCoordinatesExample() { FILE: packages/showcase/axes/static-crosshair.js function Example (line 33) | function Example() { FILE: packages/showcase/axes/static-hints.js function Example (line 33) | function Example() { FILE: packages/showcase/color/line-chart-many-colors.js function Example (line 42) | function Example() { FILE: packages/showcase/color/mini-color-examples.js function SensibleDefaults (line 117) | function SensibleDefaults() { function ColorInXYPlot (line 121) | function ColorInXYPlot() { function LiteralColorAtSeriesLevel (line 125) | function LiteralColorAtSeriesLevel() { function LinearColorAtSeriesLevel (line 129) | function LinearColorAtSeriesLevel() { function CategoryColorAtSeriesLevel (line 137) | function CategoryColorAtSeriesLevel() { function LiteralColorAtMarkLevel (line 145) | function LiteralColorAtMarkLevel() { function CategoryColorAtMarkLevel (line 149) | function CategoryColorAtMarkLevel() { function CategoryColorAtMarkLevelCustomPalette (line 153) | function CategoryColorAtMarkLevelCustomPalette() { function CategoryColorAtMarkLevelFixedStroke (line 160) | function CategoryColorAtMarkLevelFixedStroke() { function LinearColorAtMarkLevelNoPalette (line 167) | function LinearColorAtMarkLevelNoPalette() { function LinearColorAtMarkLevel (line 171) | function LinearColorAtMarkLevel() { function LineSeriesMarkSeries (line 177) | function LineSeriesMarkSeries() { function GradientCharts (line 195) | function GradientCharts() { function ColorSpecificity (line 231) | function ColorSpecificity() { function ReactVis5 (line 260) | function ReactVis5() { function ReactVis20 (line 264) | function ReactVis20() { function Continuous (line 268) | function Continuous() { function CustomPalette (line 272) | function CustomPalette() { function generatePalette (line 276) | function generatePalette(range) { function generateCharts (line 309) | function generateCharts(seriesData, props) { FILE: packages/showcase/data/mini-data-examples.js function MiniCharts (line 44) | function MiniCharts() { FILE: packages/showcase/examples/candlestick/candlestick-example.js function buildRandomBinnedData (line 32) | function buildRandomBinnedData(total) { class CandlestickExample (line 59) | class CandlestickExample extends React.Component { method render (line 64) | render() { FILE: packages/showcase/examples/candlestick/candlestick.js class CandlestickSeries (line 28) | class CandlestickSeries extends AbstractSeries { method render (line 29) | render() { FILE: packages/showcase/examples/force-directed-graph/force-directed-example.js function ForceDirectedExample (line 28) | function ForceDirectedExample() { FILE: packages/showcase/examples/force-directed-graph/force-directed-graph.js function generateSimulation (line 47) | function generateSimulation(props) { function ForceDirectedGraph (line 77) | function ForceDirectedGraph(props) { FILE: packages/showcase/examples/iris-dashboard/iris-dashboard.js constant AXES (line 34) | const AXES = ['sepal length', 'sepal width', 'petal length', 'petal widt... constant SPECIES (line 36) | const SPECIES = ['setosa', 'versicolor', 'virginica']; constant SIZE (line 38) | const SIZE = 200; class IrisDashboard (line 40) | class IrisDashboard extends React.Component { method render (line 48) | render() { FILE: packages/showcase/examples/responsive-vis/responsive-bar-chart.js constant VERY_LOW_RANGE (line 27) | const VERY_LOW_RANGE = [0, 0.08]; constant LOW_RANGE (line 28) | const LOW_RANGE = [0, 0.7]; constant HIGH_RANGE (line 29) | const HIGH_RANGE = [0.7, Infinity]; constant BARCHART_FEATURES (line 31) | const BARCHART_FEATURES = [ function updateDataForArea (line 38) | function updateDataForArea(data, ppp) { function getFeatures (line 51) | function getFeatures(props) { function ResponsiveBarChart (line 59) | function ResponsiveBarChart(props) { FILE: packages/showcase/examples/responsive-vis/responsive-scatterplot.js constant SUPER_LOW_RANGE (line 41) | const SUPER_LOW_RANGE = [0, 1e-4]; constant VERY_LOW_RANGE (line 42) | const VERY_LOW_RANGE = [0, 8e-4]; constant LOW_RANGE (line 43) | const LOW_RANGE = [0, 5e-3]; constant MED_LOW_RANGE (line 44) | const MED_LOW_RANGE = [1e-4, 5e-3]; constant MED_RANGE (line 45) | const MED_RANGE = [5e-3, 1e-2]; constant HIGH_RANGE (line 46) | const HIGH_RANGE = [1e-2, Infinity]; constant MED_HIGH_RANGE (line 47) | const MED_HIGH_RANGE = [MED_RANGE[0], HIGH_RANGE[1]]; constant SCATTERPLOT_FEATURES (line 49) | const SCATTERPLOT_FEATURES = [ function getFeatures (line 70) | function getFeatures(props) { function ResponsiveScatterplot (line 78) | function ResponsiveScatterplot(props) { FILE: packages/showcase/examples/responsive-vis/responsive-vis-example.js constant ASPECT_RATIO (line 34) | const ASPECT_RATIO = 1.2; constant EXAMPLE_MARGIN (line 35) | const EXAMPLE_MARGIN = {left: 60, top: 60, bottom: 50, right: 50}; function ResponsiveVisDemo (line 37) | function ResponsiveVisDemo() { FILE: packages/showcase/examples/responsive-vis/responsive-vis-utils.js function filterFeatures (line 44) | function filterFeatures(features, ppp) { function computeRadius (line 54) | function computeRadius(data, width, height) { function getPPP (line 61) | function getPPP(w, h, data, dimensionality) { function generateDomain (line 68) | function generateDomain(data) { function transformToBinData (line 80) | function transformToBinData(data, width, height) { function transformColor (line 109) | function transformColor(data, hovered = [], useRange = false) { function manicureData (line 129) | function manicureData(data, hoveredPoint, selectedPoints, useRange) { FILE: packages/showcase/examples/streamgraph/streamgraph-example.js constant NUMBER_OF_LAYERS (line 30) | const NUMBER_OF_LAYERS = 20; constant SAMPLES_PER_LAYER (line 31) | const SAMPLES_PER_LAYER = 200; constant BUMPS_PER_LAYER (line 32) | const BUMPS_PER_LAYER = 10; function bumps (line 46) | function bumps(samplesPerLayer, bumpsPerLayer) { function generateData (line 54) | function generateData() { class StreamgraphExample (line 66) | class StreamgraphExample extends React.Component { method render (line 72) | render() { FILE: packages/showcase/interaction/interaction-examples.js class ScatterPlotOnNearestXY (line 44) | class ScatterPlotOnNearestXY extends Component { method constructor (line 45) | constructor() { method render (line 49) | render() { class LineChartMouseOverSeries (line 74) | class LineChartMouseOverSeries extends Component { method constructor (line 75) | constructor() { method render (line 79) | render() { class LineChartMouseOverXY (line 108) | class LineChartMouseOverXY extends Component { method constructor (line 109) | constructor() { method render (line 113) | render() { class LinkedCharts (line 153) | class LinkedCharts extends Component { method constructor (line 154) | constructor() { method render (line 163) | render() { function LineChart (line 181) | function LineChart({data, index, handleMouseOver}) { FILE: packages/showcase/legends/continuous-color.js class Example (line 25) | class Example extends React.Component { method constructor (line 26) | constructor(props) { method render (line 30) | render() { FILE: packages/showcase/legends/continuous-size.js class Example (line 25) | class Example extends React.Component { method constructor (line 26) | constructor(props) { method render (line 30) | render() { FILE: packages/showcase/legends/horizontal-discrete-color.js constant ITEMS (line 26) | const ITEMS = [ function DiscreteColorExample (line 36) | function DiscreteColorExample() { FILE: packages/showcase/legends/horizontal-discrete-custom-palette.js constant ITEMS (line 25) | const ITEMS = [ constant COLORS (line 35) | const COLORS = [ class HorizontalDiscreteColorPalette (line 45) | class HorizontalDiscreteColorPalette extends Component { method render (line 49) | render() { FILE: packages/showcase/legends/searchable-discrete-color-hover.js class SearchableDiscreteColorLegendHoverExample (line 25) | class SearchableDiscreteColorLegendHoverExample extends Component { method constructor (line 26) | constructor(props) { method render (line 53) | render() { FILE: packages/showcase/legends/searchable-discrete-color.js class Example (line 25) | class Example extends React.Component { method constructor (line 26) | constructor(props) { method render (line 52) | render() { FILE: packages/showcase/legends/vertical-discrete-color.js constant ITEMS (line 25) | const ITEMS = [ function DiscreteColorExample (line 35) | function DiscreteColorExample() { FILE: packages/showcase/misc/2d-dragable-plot.js class BidirectionDragChart (line 43) | class BidirectionDragChart extends React.Component { method render (line 50) | render() { FILE: packages/showcase/misc/animation-example.js function generateData (line 33) | function generateData() { constant MODE (line 40) | const MODE = ['noWobble', 'gentle', 'wobbly', 'stiff']; class Example (line 42) | class Example extends React.Component { method render (line 57) | render() { FILE: packages/showcase/misc/clip-example.js function ClipExample (line 13) | function ClipExample() { FILE: packages/showcase/misc/dragable-chart-example.js constant DATA (line 25) | const DATA = [ class DragableChartExample (line 35) | class DragableChartExample extends React.Component { method render (line 41) | render() { FILE: packages/showcase/misc/gradient-example.js function GradientExample (line 34) | function GradientExample() { FILE: packages/showcase/misc/label-series-example.js function generateData (line 26) | function generateData() { class Example (line 48) | class Example extends React.Component { method render (line 65) | render() { FILE: packages/showcase/misc/null-data-example.js constant DATA (line 34) | const DATA = [ class NullDataExample (line 51) | class NullDataExample extends React.Component { method render (line 62) | render() { FILE: packages/showcase/misc/selection-plot-example.js class SelectionPlotExample (line 43) | class SelectionPlotExample extends React.Component { method render (line 47) | render() { FILE: packages/showcase/misc/synced-charts.js class Example (line 32) | class Example extends React.Component { method constructor (line 33) | constructor(props) { method _getSeriesColor (line 44) | _getSeriesColor(index) { method _onSeriesMouseOver (line 56) | _onSeriesMouseOver(selectedIndex) { method render (line 60) | render() { FILE: packages/showcase/misc/time-chart.js constant MSEC_DAILY (line 32) | const MSEC_DAILY = 86400000; function Example (line 34) | function Example() { FILE: packages/showcase/misc/triangle-example.js function buildTriangle (line 25) | function buildTriangle(sideWidth, lowerLeftCoord) { class Example (line 49) | class Example extends React.Component { method render (line 54) | render() { FILE: packages/showcase/misc/voronoi-line-chart.js class Example (line 69) | class Example extends React.Component { method render (line 75) | render() { FILE: packages/showcase/misc/zoomable-chart-example.js function getRandomSeriesData (line 43) | function getRandomSeriesData(total) { class ZoomableChartExample (line 59) | class ZoomableChartExample extends React.Component { method render (line 76) | render() { FILE: packages/showcase/parallel-coordinates/animated-parallel-coordinates.js constant DATA (line 26) | const DATA = [ constant DOMAIN (line 36) | const DOMAIN = [ function generateData (line 44) | function generateData() { class AnimatedParallelCoordinates (line 53) | class AnimatedParallelCoordinates extends Component { method render (line 58) | render() { FILE: packages/showcase/parallel-coordinates/basic-parallel-coordinates.js constant DATA (line 26) | const DATA = [ function BasicParallelCoordinates (line 63) | function BasicParallelCoordinates() { FILE: packages/showcase/parallel-coordinates/brushed-parallel-coordinates.js constant SPECIES_COLORS (line 28) | const SPECIES_COLORS = { function BrushedParallelCoordinates (line 50) | function BrushedParallelCoordinates() { FILE: packages/showcase/plot/area-chart-elevated.js function AreaChartElevated (line 33) | function AreaChartElevated() { FILE: packages/showcase/plot/area-chart.js function Example (line 32) | function Example() { FILE: packages/showcase/plot/axis-with-turned-labels.js function Example (line 32) | function Example() { FILE: packages/showcase/plot/bar-chart.js class Example (line 51) | class Example extends React.Component { method render (line 56) | render() { FILE: packages/showcase/plot/big-base-bar-chart.js class Example (line 59) | class Example extends React.Component { method render (line 64) | render() { FILE: packages/showcase/plot/clustered-stacked-bar-chart.js class Example (line 35) | class Example extends React.Component { method render (line 39) | render() { FILE: packages/showcase/plot/complex-chart.js function getRandomSeriesData (line 41) | function getRandomSeriesData(total) { class Example (line 57) | class Example extends React.Component { method constructor (line 58) | constructor(props) { method render (line 149) | render() { FILE: packages/showcase/plot/contour-series-example.js function updateData (line 36) | function updateData() { class ContourSeriesExample (line 42) | class ContourSeriesExample extends Component { method render (line 46) | render() { FILE: packages/showcase/plot/custom-scales.js function Example (line 32) | function Example() { FILE: packages/showcase/plot/custom-svg-all-the-marks.js function generateData (line 35) | function generateData(reversed) { constant DATA (line 53) | const DATA = generateData(false); constant REVERSED_DATA (line 54) | const REVERSED_DATA = generateData(true); class Example (line 64) | class Example extends React.Component { method render (line 68) | render() { FILE: packages/showcase/plot/custom-svg-example.js function Example (line 32) | function Example() { FILE: packages/showcase/plot/custom-svg-root-level.js function CustomSVGRootLevelComponent (line 32) | function CustomSVGRootLevelComponent() { FILE: packages/showcase/plot/difference-chart.js class DifferenceChart (line 49) | class DifferenceChart extends React.Component { method render (line 54) | render() { FILE: packages/showcase/plot/faux-radial-scatterplot.js constant WIDTH (line 41) | const WIDTH = 300; constant HEIGHT (line 42) | const HEIGHT = 300; function Example (line 44) | function Example() { FILE: packages/showcase/plot/grid.js function Example (line 25) | function Example() { FILE: packages/showcase/plot/heatmap-chart.js class HeatmapChart (line 25) | class HeatmapChart extends Component { method render (line 30) | render() { FILE: packages/showcase/plot/hex-heatmap.js function updateData (line 29) | function updateData() { class HexHeatmap (line 35) | class HexHeatmap extends Component { method render (line 42) | render() { FILE: packages/showcase/plot/hexbin-size-example.js constant DIMENSIONS (line 29) | const DIMENSIONS = [ class HexbinSizeExample (line 39) | class HexbinSizeExample extends Component { method updateX (line 45) | updateX(increment) { method updateY (line 51) | updateY(increment) { method render (line 57) | render() { FILE: packages/showcase/plot/histogram.js constant ONE_DAY (line 32) | const ONE_DAY = 86400000; constant DATA (line 34) | const DATA = [ function Example (line 45) | function Example() { FILE: packages/showcase/plot/labeled-heatmap.js class LabeledHeatmap (line 51) | class LabeledHeatmap extends Component { method render (line 56) | render() { FILE: packages/showcase/plot/labeled-stacked-vertical-bar-chart.js class Example (line 34) | class Example extends React.Component { method render (line 38) | render() { FILE: packages/showcase/plot/line-chart-canvas.js function getRandomData (line 37) | function getRandomData() { class Example (line 64) | class Example extends React.Component { method render (line 75) | render() { FILE: packages/showcase/plot/line-chart-with-style.js function Example (line 33) | function Example() { FILE: packages/showcase/plot/line-chart.js class Example (line 36) | class Example extends React.Component { method render (line 40) | render() { FILE: packages/showcase/plot/line-series-canvas-nearest-xy-example.js class LineSeriesCanvasNearestXYExample (line 27) | class LineSeriesCanvasNearestXYExample extends React.Component { method render (line 32) | render() { FILE: packages/showcase/plot/linemark-chart.js function Example (line 32) | function Example() { FILE: packages/showcase/plot/mixed-stacked-chart.js class Example (line 34) | class Example extends React.Component { method render (line 38) | render() { FILE: packages/showcase/plot/scatterplot-canvas.js function getRandomData (line 35) | function getRandomData() { class Example (line 62) | class Example extends React.Component { method render (line 70) | render() { FILE: packages/showcase/plot/scatterplot.js function Example (line 32) | function Example() { FILE: packages/showcase/plot/stacked-histogram.js class Example (line 33) | class Example extends React.Component { method render (line 37) | render() { FILE: packages/showcase/plot/stacked-horizontal-bar-chart.js class Example (line 33) | class Example extends React.Component { method render (line 37) | render() { FILE: packages/showcase/plot/stacked-vertical-bar-chart.js class Example (line 33) | class Example extends React.Component { method render (line 37) | render() { FILE: packages/showcase/plot/whisker-chart.js function Example (line 32) | function Example() { FILE: packages/showcase/plot/width-height-margin.js function Example (line 25) | function Example() { FILE: packages/showcase/radar-chart/animated-radar-chart.js constant DATA (line 27) | const DATA = [ constant DOMAIN (line 37) | const DOMAIN = [ function generateData (line 45) | function generateData() { class AnimatedRadar (line 54) | class AnimatedRadar extends Component { method render (line 59) | render() { FILE: packages/showcase/radar-chart/basic-radar-chart.js constant DATA (line 26) | const DATA = [ function BasicRadarChart (line 59) | function BasicRadarChart() { FILE: packages/showcase/radar-chart/four-quadrant-radar-chart.js constant RADAR_PROPS (line 25) | const RADAR_PROPS = { function FourQuadrantRadarChart (line 44) | function FourQuadrantRadarChart() { FILE: packages/showcase/radar-chart/radar-chart-series-tooltips.js constant DATA (line 27) | const DATA = [ class BasicRadarChart (line 68) | class BasicRadarChart extends Component { method render (line 73) | render() { FILE: packages/showcase/radar-chart/radar-chart-with-tooltips.js constant DATA (line 27) | const DATA = [ class RadarChartWithTooltips (line 115) | class RadarChartWithTooltips extends Component { method render (line 120) | render() { FILE: packages/showcase/radial-chart/arc-series-example.js function updateData (line 30) | function updateData() { function updateLittleData (line 46) | function updateLittleData() { class Example (line 66) | class Example extends React.Component { method render (line 72) | render() { FILE: packages/showcase/radial-chart/custom-radius-radial-chart.js constant DATA (line 25) | const DATA = [ function mapData (line 57) | function mapData(hoveredSection) { class SimpleRadialChart (line 67) | class SimpleRadialChart extends Component { method render (line 72) | render() { FILE: packages/showcase/radial-chart/donut-chart.js class SimpleRadialChart (line 25) | class SimpleRadialChart extends Component { method render (line 29) | render() { FILE: packages/showcase/radial-chart/gradient-pie.js function GradientPie (line 25) | function GradientPie() { FILE: packages/showcase/radial-chart/simple-radial-chart.js function SimpleRadialChart (line 25) | function SimpleRadialChart() { FILE: packages/showcase/sankey/basic.js function BasicSankeyExample (line 12) | function BasicSankeyExample() { FILE: packages/showcase/sankey/energy-sankey.js constant MODE (line 8) | const MODE = ['justify', 'center', 'left', 'right']; class EnergySankey (line 10) | class EnergySankey extends React.Component { method render (line 21) | render() { FILE: packages/showcase/sankey/link-event.js constant BLURRED_LINK_OPACITY (line 5) | const BLURRED_LINK_OPACITY = 0.3; constant FOCUSED_LINK_OPACITY (line 6) | const FOCUSED_LINK_OPACITY = 0.6; class LinkEventSankeyExample (line 15) | class LinkEventSankeyExample extends React.Component { method render (line 20) | render() { FILE: packages/showcase/sankey/link-hint.js constant BLURRED_LINK_OPACITY (line 6) | const BLURRED_LINK_OPACITY = 0.3; constant FOCUSED_LINK_OPACITY (line 7) | const FOCUSED_LINK_OPACITY = 0.6; class LinkHintSankeyExample (line 16) | class LinkHintSankeyExample extends React.Component { method _renderHint (line 21) | _renderHint() { method render (line 36) | render() { FILE: packages/showcase/sankey/voronoi.js constant BLURRED_NODE_OPACITY (line 5) | const BLURRED_NODE_OPACITY = 0.8; constant FOCUSED_NODE_OPACITY (line 6) | const FOCUSED_NODE_OPACITY = 1; class VoronoiSankeyExample (line 15) | class VoronoiSankeyExample extends React.Component { method render (line 20) | render() { FILE: packages/showcase/showcase-app.js function App (line 107) | function App(props) { FILE: packages/showcase/showcase-components/showcase-button.js function ShowcaseButton (line 24) | function ShowcaseButton(props) { FILE: packages/showcase/showcase-components/showcase-dropdown.js class ShowcaseDropdown (line 24) | class ShowcaseDropdown extends React.Component { method constructor (line 25) | constructor(props) { method render (line 36) | render() { FILE: packages/showcase/showcase-components/showcase-utils.js function mapSection (line 5) | function mapSection(section) { FILE: packages/showcase/showcase-components/source-linker.js function sourceLinker (line 23) | function sourceLinker(ShowcaseComponent, link) { FILE: packages/showcase/showcase-links.js constant REACTVIS_BASE_URL (line 1) | const REACTVIS_BASE_URL = constant SHOWCASE_BASE_URL (line 4) | const SHOWCASE_BASE_URL = constant SHOWCASE_LINKS (line 7) | const SHOWCASE_LINKS = { FILE: packages/showcase/showcase-sections/axes-showcase.js constant AXES (line 28) | const AXES = [ constant TOOLTIPS (line 69) | const TOOLTIPS = [ constant DECORATIVE_AXES (line 128) | const DECORATIVE_AXES = [ function AxesShowcase (line 141) | function AxesShowcase() { FILE: packages/showcase/showcase-sections/legends-showcase.js constant DISCRETE_LEGENDS (line 14) | const DISCRETE_LEGENDS = [ constant CONTINOUS_COLOR_LEGEND (line 43) | const CONTINOUS_COLOR_LEGEND = [ constant CONTINOUS_SIZE_LEGEND (line 51) | const CONTINOUS_SIZE_LEGEND = [ function LegendsExample (line 59) | function LegendsExample() { FILE: packages/showcase/showcase-sections/misc-showcase.js constant MISC (line 22) | const MISC = [ function MiscShowcase (line 108) | function MiscShowcase() { FILE: packages/showcase/showcase-sections/parallel-coordinates-showcase.js constant PARALLEL_COORDINATES (line 13) | const PARALLEL_COORDINATES = [ function ParallelCoordinatesShowcase (line 34) | function ParallelCoordinatesShowcase() { FILE: packages/showcase/showcase-sections/plots-showcase.js constant PLOTS (line 44) | const PLOTS = [ constant BASIC_COMPONENTS (line 219) | const BASIC_COMPONENTS = [ function PlotsShowcase (line 250) | function PlotsShowcase(props) { FILE: packages/showcase/showcase-sections/radar-showcase.js constant RADAR (line 14) | const RADAR = [ function RadarShowcase (line 45) | function RadarShowcase() { FILE: packages/showcase/showcase-sections/radial-showcase.js constant RADIAL (line 13) | const RADIAL = [ function RadialShowcase (line 39) | function RadialShowcase() { FILE: packages/showcase/showcase-sections/sankeys-showcase.js constant SANKEYS (line 14) | const SANKEYS = [ function SankeysSection (line 45) | function SankeysSection() { FILE: packages/showcase/showcase-sections/sunburst-showcase.js constant SUNBURSTS (line 14) | const SUNBURSTS = [ function SunburstSection (line 48) | function SunburstSection() { FILE: packages/showcase/showcase-sections/treemap-showcase.js constant TREEMAPS (line 9) | const TREEMAPS = [ function TreemapShowcase (line 25) | function TreemapShowcase() { FILE: packages/showcase/showcase-utils.js function generateSeededRandom (line 3) | function generateSeededRandom(baseSeed = 2) { FILE: packages/showcase/sunbursts/animated-sunburst.js function randomLeaf (line 26) | function randomLeaf() { function updateData (line 33) | function updateData() { constant DIVERGING_COLOR_SCALE (line 50) | const DIVERGING_COLOR_SCALE = ['#00939C', '#85C4C8', '#EC9370', '#C22E00']; class AnimatedSunburst (line 52) | class AnimatedSunburst extends React.Component { method render (line 58) | render() { FILE: packages/showcase/sunbursts/basic-sunburst.js constant LABEL_STYLE (line 29) | const LABEL_STYLE = { function getKeyPath (line 39) | function getKeyPath(node) { function updateData (line 56) | function updateData(data, keyPath) { class BasicSunburst (line 76) | class BasicSunburst extends React.Component { method render (line 84) | render() { FILE: packages/showcase/sunbursts/clock-example.js function getSeconds (line 29) | function getSeconds() { function ClockExample (line 33) | function ClockExample() { FILE: packages/showcase/sunbursts/sunburst-with-tooltips.js constant DATA (line 27) | const DATA = { function buildValue (line 67) | function buildValue(hoveredCell) { class SunburstWithTooltips (line 76) | class SunburstWithTooltips extends React.Component { method render (line 80) | render() { FILE: packages/showcase/treemap/dynamic-treemap.js function _getRandomData (line 26) | function _getRandomData(total) { class DynamicTreemapExample (line 46) | class DynamicTreemapExample extends React.Component { method render (line 53) | render() { FILE: packages/showcase/treemap/simple-treemap.js constant MODE (line 28) | const MODE = [ constant STYLES (line 40) | const STYLES = { class SimpleTreemapExample (line 51) | class SimpleTreemapExample extends React.Component { method render (line 64) | render() { FILE: packages/website/.storybook/config.js function loadStories (line 8) | function loadStories() { FILE: packages/website/src/components/Hero.js function makeData (line 219) | function makeData(nbSeries, nbPoints) { function series (line 223) | function series(nbPoints, s) { function random (line 244) | function random({scope = 5, rolls = 1, integer = false}) { class Hero (line 253) | class Hero extends Component { method constructor (line 254) | constructor() { method componentDidMount (line 262) | componentDidMount() { method componentWillUnmount (line 269) | componentWillUnmount() { method render (line 304) | render() { FILE: packages/website/src/config.js constant PROJECT_TYPE (line 1) | const PROJECT_TYPE = 'github'; constant PROJECT_NAME (line 3) | const PROJECT_NAME = 'react-vis'; constant PROJECT_ORG (line 4) | const PROJECT_ORG = 'uber'; constant PROJECT_URL (line 5) | const PROJECT_URL = `https://github.com/${PROJECT_ORG}/${PROJECT_NAME}`; constant PROJECT_DESC (line 6) | const PROJECT_DESC = 'A composable charting library'; constant PROJECTS (line 8) | const PROJECTS = {}; constant HOME_HEADING (line 10) | const HOME_HEADING = 'A composable charting library'; constant HOME_RIGHT (line 12) | const HOME_RIGHT = null; constant HOME_BULLETS (line 14) | const HOME_BULLETS = []; constant GA_TRACKING (line 15) | const GA_TRACKING = 'UA-64694404-13'; constant ADDITIONAL_LINKS (line 16) | const ADDITIONAL_LINKS = [ constant BASENAME (line 20) | const BASENAME = '/react-vis'; constant HISTORY (line 21) | const HISTORY = 'browser'; FILE: packages/website/storybook/areaseries-story.js function styledAreaSeries (line 19) | function styledAreaSeries(props) { FILE: packages/website/storybook/barseries-story.js function addBarSeriesStory (line 19) | function addBarSeriesStory(isVertical = true) { FILE: packages/website/storybook/lineseries-story.js function styledLineSeries (line 20) | function styledLineSeries(props) { FILE: packages/website/storybook/markseries-story.js function styledMarkSeries (line 19) | function styledMarkSeries(props) { FILE: packages/website/storybook/radial-story.js function labelProps (line 11) | function labelProps() { FILE: packages/website/storybook/storybook-data.js constant DEC23 (line 2) | const DEC23 = 1513987200000; constant DAY_IN_MS (line 3) | const DAY_IN_MS = 86400000; function generateLinearData (line 4) | function generateLinearData({ function generateScatterplotData (line 48) | function generateScatterplotData(args) { function generateRadialData (line 56) | function generateRadialData(args) { function xyFlip (line 66) | function xyFlip(arr) { function enrich (line 74) | function enrich({datapoint, extraParams, nbPoints, series, i}) { function nonUniformX (line 81) | function nonUniformX() { function random (line 90) | function random({max = 1, min = 0}) { function intRandom (line 94) | function intRandom({max = 10, min = 0}) { function getTime (line 98) | function getTime({startTime = DEC23}) { function getWord (line 102) | function getWord() { FILE: packages/website/storybook/storybook-utils.js constant CATEGORY_PALETTE (line 13) | const CATEGORY_PALETTE = [ constant LINEAR_PALETTE (line 37) | const LINEAR_PALETTE = ['#EF5D28', '#FF9833']; function SimpleChartWrapper (line 39) | function SimpleChartWrapper(props) { function SimpleRadialChartWrapper (line 83) | function SimpleRadialChartWrapper(props) { function SimpleChartWrapperNoAxes (line 93) | function SimpleChartWrapperNoAxes(props) { function chooseColorScale (line 97) | function chooseColorScale() {