MCPcopy Index your code

hub / github.com/britecharts/britecharts / functions

Functions773 in github.com/britecharts/britecharts

↓ 1 callersFunctiondrawArea
* Draws the area that is going to represent the data * * @return {void}
src/charts/brush.js:310
↓ 1 callersFunctiondrawArea
* Draws the area that will be placed below the line * @private
src/charts/sparkline.js:290
↓ 1 callersFunctiondrawAxis
* Draws the x and y axis on the svg object within their * respective groups along with the axis labels if given * @private
src/charts/line.js:693
↓ 1 callersFunctiondrawAxis
* Draws the x and y axis on the svg object within their * respective groups * @private
src/charts/step.js:229
↓ 1 callersFunctiondrawAxis
* Draws the x and y axis on the svg object within their * respective groups * @private
src/charts/grouped-bar.js:391
↓ 1 callersFunctiondrawAxis
* Draws the x and y axis on the svg object within their * respective groups * @private
src/charts/stacked-bar.js:364
↓ 1 callersFunctiondrawAxis
* Draws the x axis on the svg object within its group * * @private
src/charts/brush.js:299
↓ 1 callersFunctiondrawAxis
* Draws the x and y axis on the svg object within their * respective groups * @private
src/charts/bar.js:422
↓ 1 callersFunctiondrawAxis
* Draws the x and y axis on the svg object within their * respective groups * @private
src/charts/stacked-area.js:621
↓ 1 callersFunctiondrawAxis
* Draws the x and y axis on the svg object within their * respective groups along with their axis labels * @return {void} *
src/charts/scatter-plot.js:393
↓ 1 callersFunctiondrawAxis
* Draws the x and y axis on the svg object within their * respective groups along with their axis labels * @return {void} *
src/charts/bullet.js:266
↓ 1 callersFunctiondrawAxisLabels
* Draws the x and y axis custom labels respective groups * @private
src/charts/bar.js:440
↓ 1 callersFunctiondrawAxisLabels
* Draws axis labels next to x and y axis to * represent data value labels on the chart * @return {void} * @private
src/charts/scatter-plot.js:410
↓ 1 callersFunctiondrawBars
* Draws the bar elements within the chart group * @private
src/charts/bar.js:648
↓ 1 callersFunctiondrawBoxes
* Draws the boxes of the heatmap
src/charts/heatmap.js:191
↓ 1 callersFunctiondrawBrush
* Draws the Brush components on its group * @return {void}
src/charts/brush.js:334
↓ 1 callersFunctiondrawBullet
* Draws the measures of the bullet chart * @return {void} * @private
src/charts/bullet.js:281
↓ 1 callersFunctiondrawCustomLines
* Draws custom user-defined lines onto the chart * @return void
src/charts/line.js:853
↓ 1 callersFunctiondrawDataPoints
* Draws the points for each data element on the chart group * @return {void} * @private
src/charts/scatter-plot.js:532
↓ 1 callersFunctiondrawDataPointsValueHighlights
* Draws the crosshair lines and label components * given the coordinates and name of the data point * @param {Object} dataPoint
src/charts/scatter-plot.js:587
↓ 1 callersFunctiondrawDayLabels
* Draws the day labels
src/charts/heatmap.js:223
↓ 1 callersFunctiondrawEmptyDataLine
* Draws an empty line when the data is all zero * @private
src/charts/stacked-area.js:781
↓ 1 callersFunctiondrawEmptySlice
* Draw an empty slice * @private
src/charts/donut.js:293
↓ 1 callersFunctiondrawEndMarker
* Draws a marker at the end of the sparkline
src/charts/sparkline.js:361
↓ 1 callersFunctiondrawGridLines
* Draws grid lines on the background of the chart * @return void
src/charts/line.js:801
↓ 1 callersFunctiondrawGridLines
* Draws grid lines on the background of the chart * @return void
src/charts/step.js:316
↓ 1 callersFunctiondrawGridLines
* Draws grid lines on the background of the chart * @return void
src/charts/grouped-bar.js:465
↓ 1 callersFunctiondrawGridLines
* Draws grid lines on the background of the chart * @return void
src/charts/stacked-bar.js:404
↓ 1 callersFunctiondrawGridLines
* Draws grid lines on the background of the chart * @return void
src/charts/bar.js:696
↓ 1 callersFunctiondrawGridLines
* Draws grid lines on the background of the chart * @return void
src/charts/stacked-area.js:709
↓ 1 callersFunctiondrawGridLines
* Draws grid lines on the background of the chart * @return {void} * @private
src/charts/scatter-plot.js:633
↓ 1 callersFunctiondrawGroupedBar
* Draws the different areas into the chart-group element * @private
src/charts/grouped-bar.js:590
↓ 1 callersFunctiondrawHandles
* Draws a handle for the Brush section * @return {void}
src/charts/brush.js:350
↓ 1 callersFunctiondrawHorizontalBars
* Draws the bars along the x axis * @param {D3Selection} layersSelection Selection of layers * @return {void}
src/charts/grouped-bar.js:510
↓ 1 callersFunctiondrawHorizontalBars
* Draws the bars along the x axis * @param {D3Selection} layersSelection Selection of bars * @return {void}
src/charts/stacked-bar.js:449
↓ 1 callersFunctiondrawHorizontalExtendedLine
* Draws a vertical line to extend x-axis till the edges * @return {void}
src/charts/grouped-bar.js:431
↓ 1 callersFunctiondrawHorizontalExtendedLine
* Draws a vertical line to extend x-axis till the edges * @return {void}
src/charts/stacked-bar.js:488
↓ 1 callersFunctiondrawHorizontalExtendedLine
* Draws a vertical line to extend x-axis till the edges * @return {void}
src/charts/bar.js:767
↓ 1 callersFunctiondrawHorizontalExtendedLine
* Draws a vertical line to extend x-axis till the edges * @return {void} * @private
src/charts/scatter-plot.js:654
↓ 1 callersFunctiondrawHorizontalExtendedLine
* Draws a vertical line to extend x-axis till the edges * @return {void} * @private
src/charts/bullet.js:340
↓ 1 callersFunctiondrawHorizontalGridLines
* Draws the grid lines for an horizontal bar chart * @return {void}
src/charts/bar.js:712
↓ 1 callersFunctiondrawHorizontalGridLines
* Draw horizontal gridles of the chart * These gridlines are parallel to x-axis * @return {void} * @private
src/charts/scatter-plot.js:673
↓ 1 callersFunctiondrawHorizontalLegend
* Draws the entries of the legend within a single line * @private
src/charts/legend.js:266
↓ 1 callersFunctiondrawHourLabels
* Draws the hour labels
src/charts/heatmap.js:245
↓ 1 callersFunctiondrawHoverOverlay
* Draws an overlay element over the graph * @inner * @return void
src/charts/line.js:903
↓ 1 callersFunctiondrawHoverOverlay
* Draws an overlay element over the graph * @private
src/charts/stacked-area.js:760
↓ 1 callersFunctiondrawImageOnCanvas
* Draws image on canvas * @param {object} image TYPE:el <img>, to be drawn * @param {object} canvas TYPE: el <canvas>, to draw on
src/charts/helpers/export.js:126
↓ 1 callersFunctiondrawLabels
* Draws labels at the end of each bar * @private * @return {void}
src/charts/bar.js:619
↓ 1 callersFunctiondrawLine
* Draws the line element within the chart group * @private
src/charts/sparkline.js:314
↓ 1 callersFunctiondrawLines
* Draws the line elements within the chart group * @private
src/charts/line.js:748
↓ 1 callersFunctiondrawMaskingClip
* Draws a masking clip for data points/circles * to refer to. This will allow dots to have lower priority * in the DOM. * @
src/charts/scatter-plot.js:454
↓ 1 callersFunctiondrawSlices
* Draws the slices of the donut * @private
src/charts/donut.js:342
↓ 1 callersFunctiondrawSparklineTitle
* Draws the text element within the text group * Is displayed at the top of sparked area * @private
src/charts/sparkline.js:339
↓ 1 callersFunctiondrawStackedAreas
* Draws the different areas into the chart-group element * @private
src/charts/stacked-area.js:817
↓ 1 callersFunctiondrawStackedBar
* Draws the different areas into the chart-group element * @private
src/charts/stacked-bar.js:562
↓ 1 callersFunctiondrawSteps
* Draws the step elements within the chart group * @private
src/charts/step.js:273
↓ 1 callersFunctiondrawTitles
* Draws the title and subtitle components of chart * @return {void} * @private
src/charts/bullet.js:360
↓ 1 callersFunctiondrawTooltip
* Draws the different elements of the Tooltip box * @return void * @private
src/charts/tooltip.js:199
↓ 1 callersFunctiondrawTooltip
* Draws the different elements of the Tooltip box * @return void
src/charts/mini-tooltip.js:151
↓ 1 callersFunctiondrawTrendline
* Draws a trend line given the data that contains * and y params from calculated y-intercept and slope * using linear regression for
src/charts/scatter-plot.js:473
↓ 1 callersFunctiondrawVerticalBars
* Draws the bars along the y axis * @param {D3Selection} layersSelection Selection of layers * @return {void}
src/charts/grouped-bar.js:551
↓ 1 callersFunctiondrawVerticalBars
* Draws the bars along the y axis * @param {D3Selection} layersSelection Selection of bars * @return {void}
src/charts/stacked-bar.js:506
↓ 1 callersFunctiondrawVerticalExtendedLine
* Draws a vertical line to extend y-axis till the edges * @return {void}
src/charts/grouped-bar.js:448
↓ 1 callersFunctiondrawVerticalExtendedLine
* Draws a vertical line to extend y-axis till the edges * @return {void}
src/charts/stacked-bar.js:545
↓ 1 callersFunctiondrawVerticalExtendedLine
* Draws a vertical line to extend y-axis till the edges * @return {void}
src/charts/bar.js:731
↓ 1 callersFunctiondrawVerticalGridLines
* Draws the grid lines for a vertical bar chart * @return {void}
src/charts/bar.js:748
↓ 1 callersFunctiondrawVerticalGridLines
* Draws vertical gridlines of the chart * These gridlines are parallel to y-axis * @return {void} * @private
src/charts/scatter-plot.js:514
↓ 1 callersFunctiondrawVerticalLegend
* Draws the entries of the legend * @private
src/charts/legend.js:331
↓ 1 callersFunctiondrawVerticalMarker
* Creates the vertical marker * @return void
src/charts/line.js:966
↓ 1 callersFunctiondrawVerticalMarker
* Creates the vertical marker * @return void
src/charts/stacked-area.js:934
↓ 1 callersFunctionevalDataString
(dataString)
sandbox/helpers/utils.js:17
↓ 1 callersFunctionfilterData
(d0, d1)
demos/src/demo-line.js:231
↓ 1 callersFunctionfindOutNearestDate
* Finds out which datapoint is closer to the given x position * @param {Number} x0 Date or number value for data point * @param {O
src/charts/line.js:997
↓ 1 callersFunctionfn
(a, b)
test/specs/donut.spec.js:284
↓ 1 callersFunctionfn
(e,t,n,r)
src/doc/template/static/scripts/prettify/jquery.min.js:6
↓ 1 callersFunctionformatDate
* Figures out which date format to use when showing the date of the current data entry * @param {Date} date Date object to format
src/charts/tooltip.js:480
↓ 1 callersFunctionformatDateUTC
(_date, isUTC)
test/tools/createLargeStackedAreaData.js:60
↓ 1 callersFunctionformatHtmlByBrowser
* Some browsers need special formatting, we handle that here * @param {string} html string of svg html * @return {string} string of svg htm
src/charts/helpers/export.js:156
↓ 1 callersFunctionformatKey
* Get formatted key to show in the tooltip title * @param {Date | String} key Key to format * @return {String} Formatted Key
src/charts/tooltip.js:466
↓ 1 callersFunctionformatOrder
* Takes an object with all topics as keys and their aggregate totals as values, * sorts them into a list by descending total value and
src/charts/stacked-area.js:485
↓ 1 callersFunctionformatParamsIntoChartInitString
* Obtains chart config [a js object] and formats it into a pretty display string * TODO: theres a bug here where on refresh, new line is added betwe
sandbox/sandbox.js:388
↓ 1 callersFunctionformatPrependZero
(n)
test/tools/createLargeStackedAreaData.js:53
↓ 1 callersFunctiongenerateQuickTextSearch
(templatePath, searchableDocuments, navOptions)
src/doc/template/publish.js:1120
↓ 1 callersFunctiongenerateSourceFiles
(sourceFiles)
src/doc/template/publish.js:327
↓ 1 callersFunctiongenerateTutorial
(title, tutorial, filename)
src/doc/template/publish.js:1084
↓ 1 callersFunctiongetAncestorLinks
(doclet)
src/doc/template/publish.js:167
↓ 1 callersFunctiongetApproximateNumberOfLines
(title, fontSize, maxLength)
src/charts/helpers/text.js:163
↓ 1 callersFunctiongetAxisSettingsFromTimeSpan
(timeSpan)
src/charts/helpers/axis.js:48
↓ 1 callersFunctiongetColor
src/charts/line.js:860
↓ 1 callersFunctiongetDefaultStyleByTagName
(tagName)
src/charts/helpers/style.js:56
↓ 1 callersFunctiongetFormattedValue
* Formats the value depending on its characteristics * @param {Number} value Value to format * @return {Number} Formatted val
src/charts/tooltip.js:249
↓ 1 callersFunctiongetInlineLegendChart
(dataset, optionalColorSchema)
demos/src/demo-legend.js:99
↓ 1 callersFunctiongetInlineLegendChart
(dataset, optionalColorSchema)
demos/src/demo-donut.js:86
↓ 1 callersFunctiongetLegendChart
(dataset, optionalColorSchema)
demos/src/demo-legend.js:53
↓ 1 callersFunctiongetLegendChart
(dataset, optionalColorSchema)
demos/src/demo-donut.js:63
↓ 1 callersFunctiongetLineColor
({topic})
src/charts/line.js:282
↓ 1 callersFunctiongetMaxLengthLine
* Figures out the max length of the tooltip lines * @param {D3Selection[]} texts List of svg elements of each line * @return {Nu
src/charts/mini-tooltip.js:177
↓ 1 callersFunctiongetMaxNumOfHorizontalTicks
(width, dataPointNumber)
src/charts/helpers/axis.js:72
↓ 1 callersFunctiongetMaxNumOfHorizontalTicksForNumberRanges
(width, dataPointNumber)
src/charts/helpers/axis.js:85
↓ 1 callersFunctiongetMaxValueByDate
* Computes the maximum sum of values for any date * * @return {Number} Max value
src/charts/stacked-area.js:1019
← previousnext →401–500 of 773, ranked by callers