Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/britecharts/britecharts
/ functions
Functions
773 in github.com/britecharts/britecharts
⨍
Functions
773
◇
Types & classes
0
↓ 1 callers
Function
switchBackFromEmbeddedLanguageIfNecessary
(context)
src/doc/template/static/scripts/sunlight.js:747
↓ 1 callers
Function
switchToEmbeddedLanguageIfNecessary
(context)
src/doc/template/static/scripts/sunlight.js:724
↓ 1 callers
Function
tutoriallink
(tutorial)
src/doc/template/publish.js:159
↓ 1 callers
Function
uniq
(arrArg)
src/charts/grouped-bar.js:23
↓ 1 callers
Function
uniq
(arrArg)
src/charts/stacked-bar.js:23
↓ 1 callers
Function
uniq
(arrArg)
demos/src/demo-stacked-area.js:18
↓ 1 callers
Function
updateContent
* Draws the data entries inside the tooltip * @param {Object} dataPoint Data entry from to take the info * @return void
src/charts/tooltip.js:615
↓ 1 callers
Function
updatePositionAndSize
* Updates size and position of tooltip depending on the side of the chart we are in * TODO: This needs a refactor, following the mini-tooltip
src/charts/tooltip.js:393
↓ 1 callers
Function
updatePositionAndSize
* Updates size and position of tooltip depending on the side of the chart we are in * @param {Object} dataPoint DataPoint of the tooltip
src/charts/mini-tooltip.js:319
↓ 1 callers
Function
updateTitle
* Updates value of tooltipTitle with the data meaning and the date * @param {Object} dataPoint Point of data to use as source * @re
src/charts/tooltip.js:432
↓ 1 callers
Function
updateTooltip
* Updates tooltip title, content, size and position * sorts by alphatical name order if not forced order given * * @param
src/charts/tooltip.js:640
↓ 1 callers
Function
updateTooltip
* Updates tooltip content, size and position * * @param {Object} dataPoint Current datapoint to show info about * @return
src/charts/mini-tooltip.js:341
↓ 1 callers
Function
updateTooltipTitleYPosition
* Calculates the number of lines the tooltip title will need and updates the * initialTooltipBodyYPosition accordingly
src/charts/tooltip.js:413
↓ 1 callers
Function
writeEntryValues
* Draws the data entry quantities within the legend-entry lines * @return {void} * @private
src/charts/legend.js:439
↓ 1 callers
Function
wt
(e)
src/doc/template/static/scripts/prettify/jquery.min.js:4
↓ 1 callers
Function
y
(a)
src/doc/template/static/scripts/prettify/prettify.js:45
↓ 1 callers
Function
zt
(e,t,n,r)
src/doc/template/static/scripts/prettify/jquery.min.js:5
Function
An
(e,t,n,r,i)
src/doc/template/static/scripts/prettify/jquery.min.js:6
Function
BarDataBuilder
(config)
test/fixtures/barChartDataBuilder.js:10
Function
BrushDataBuilder
(config)
test/fixtures/brushChartDataBuilder.js:10
Function
BulletChartDataBuilder
(config)
test/fixtures/bulletChartDataBuilder.js:9
Function
C
(a,b,c,d,e)
src/doc/template/static/scripts/docstrap.lib.js:1
Function
Dn
(e,t,n)
src/doc/template/static/scripts/prettify/jquery.min.js:6
Function
DonutDataBuilder
(config)
test/fixtures/donutChartDataBuilder.js:14
Function
E
(e,t)
src/doc/template/static/scripts/prettify/jquery.min.js:4
Function
EMPTY
()
src/doc/template/static/scripts/sunlight.js:17
Function
F
()
src/doc/template/static/scripts/sunlight.js:241
Function
F
()
src/doc/template/static/scripts/prettify/jquery.min.js:4
Function
G
(a,b,c)
src/doc/template/static/scripts/docstrap.lib.js:1
Function
GroupedBarChartDataBuilder
(config)
test/fixtures/groupedBarChartDataBuilder.js:10
Function
HeatmapDataBuilder
(config)
test/fixtures/heatmapChartDataBuilder.js:10
Function
Highlighter
(options)
src/doc/template/static/scripts/sunlight.js:514
Function
LineDataBuilder
(config)
test/fixtures/lineChartDataBuilder.js:19
Function
Nt
()
src/doc/template/static/scripts/prettify/jquery.min.js:4
Function
ScatterPlotDataBuilder
(config)
test/fixtures/scatterPlotDataBuilder.js:9
Function
Searcher
()
src/doc/template/static/scripts/fulltext-search.js:2
Function
SearcherDisplay
* This class provides support for displaying quick search text results to users.
src/doc/template/static/scripts/fulltext-search-ui.js:5
Function
SparklineDataBuilder
(config)
test/fixtures/sparklineDataBuilder.js:10
Function
StackedAreaDataBuilder
(config)
test/fixtures/stackedAreaDataBuilder.js:15
Function
StackedBarDataBuilder
(config)
test/fixtures/stackedBarDataBuilder.js:10
Function
StepDataBuilder
(config)
test/fixtures/stepChartDataBuilder.js:9
Function
U
(a,b)
src/doc/template/static/scripts/docstrap.lib.js:1
Function
U
()
src/doc/template/static/scripts/prettify/jquery.min.js:5
Function
Y
()
src/doc/template/static/scripts/prettify/jquery.min.js:5
Function
_handleAddTooltip
* Adds tooltip code to the editor * @param {string} tooltipType Constant from constant file
sandbox/sandbox.js:254
Function
_handleChartSelectorChange
* Updates the chart type when the chart selector is changed
sandbox/sandbox.js:332
Function
_handleConfigReset
* Resets the chart config to its default state
sandbox/sandbox.js:320
Function
_handleConfigUpdate
* Updates the configuration for the chart on the store, then sets a new chart so the new config is displayed
sandbox/sandbox.js:310
Function
_handleDataReset
* Resets the data to its default state
sandbox/sandbox.js:299
Function
_handleDataSelectorChange
* Handles data selection change, updates the data on the store and then updates all components
sandbox/sandbox.js:266
Function
_handleDataUpdate
* Updates the data for the chart on the store, then sets a new chart so the new data is displayed * @return {[type]} [description]
sandbox/sandbox.js:279
Function
_labelsHorizontalX
({value})
src/charts/bar.js:176
Function
_labelsHorizontalY
({name})
src/charts/bar.js:177
Function
_labelsVerticalX
({name})
src/charts/bar.js:179
Function
_labelsVerticalY
({value})
src/charts/bar.js:180
Function
_safeLoadDependency
* Safe load dependency. If there is an error, it loads the error to be displayed in the notification bar * @param {file name} name name of fiel
sandbox/sandbox.js:345
Function
_setData
(data=throwUndefinedError('_setData', 'data'))
sandbox/helpers/localStorageHelpers.js:43
Function
addBritechartContainer
()
sandbox/helpers/domHelpers.js:67
Function
adjustYTickLabels
* Adjusts the position of the y axis' ticks * @param {D3Selection} selection Y axis group * @return void
src/charts/line.js:391
Function
adjustYTickLabels
* Adjusts the position of the y axis' ticks * @param {D3Selection} selection Y axis group * @return void
src/charts/grouped-bar.js:226
Function
adjustYTickLabels
* Adjusts the position of the y axis' ticks * @param {D3Selection} selection Y axis group * @return void
src/charts/stacked-bar.js:211
Function
adjustYTickLabels
* Adjusts the position of the y axis' ticks * @param {D3Selection} selection Y axis group * @return void
src/charts/stacked-area.js:662
Function
analyze
(analyzerContext, startIndex)
src/doc/template/static/scripts/sunlight.js:915
Function
clear
()
sandbox/helpers/localStorageHelpers.js:56
Function
convertSvgToHtml
* Takes the D3 SVG element, adds proper SVG tags, adds inline styles * from stylesheets, adds white background and returns string * @param
src/charts/helpers/export.js:76
Function
createChartSelector
()
sandbox/helpers/domHelpers.js:27
Function
createColorSelector
* Creates a color schema selector * @param {String} selectContainerSelector CSS DOM selector for the select box root * @param {String}
demos/src/helpers/colorSelector.js:15
Function
createDataSelector
()
sandbox/helpers/domHelpers.js:30
Function
createGausianBlur
(filterSelector)
src/charts/helpers/filter.js:16
Function
createGlow
(filterSelector)
src/charts/helpers/filter.js:25
Function
createSelectElement
(selector, selectClass, optionList)
sandbox/helpers/domHelpers.js:37
Function
createWhiteGlow
(filterSelector)
src/charts/helpers/filter.js:89
Function
customHighlightFunction
test/specs/bar.spec.js:317
Function
da
(a,b)
src/doc/template/static/scripts/docstrap.lib.js:1
Function
defaultNumberParser
(context)
src/doc/template/static/scripts/sunlight.js:459
Function
differentDatesReducer
(acc, d)
test/specs/grouped-bar.spec.js:11
Function
differentStacksReducer
(acc, d)
test/specs/stacked-bar.spec.js:10
Function
doScroll
()
src/doc/template/static/scripts/toc.js:14
Function
drawDataReferencePoints
* Creates SVG dot elements for each data entry and draws them * TODO: Plug
src/charts/stacked-area.js:671
Function
exportChart
* Main function to be used as a method by chart instances to export charts to png * @param {array} svgs (or an svg element) pass in both
src/charts/helpers/export.js:45
Function
exports
* This function creates the graph using the selection and data provided * * @param {D3Selection} _selection A d3 selection that repr
src/charts/line.js:300
Function
exports
* This function creates the graph using the selection as container * @param {D3Selection} _selection A d3 selection that represents
src/charts/step.js:115
Function
exports
* This function creates the graph using the selection as container * @param {D3Selection} _selection A d3 selection that represents
src/charts/tooltip.js:137
Function
exports
* This function creates the graph using the selection and data provided * @param {D3Selection} _selection A d3 selection that represents
src/charts/grouped-bar.js:167
Function
exports
* This function creates the graph using the selection and data provided * @param {D3Selection} _selection A d3 selection that represents
src/charts/stacked-bar.js:162
Function
exports
* This function creates the graph using the selection as container * @param {D3Selection} _selection A d3 selection that represents
src/charts/brush.js:132
Function
exports
* This function creates the graph using the selection as container * @param {D3Selection} _selection A d3 selection that represents
src/charts/legend.js:118
Function
exports
* This function creates the graph using the selection as container * @param {D3Selection} _selection A d3 selection that represents
src/charts/heatmap.js:101
Function
exports
* This function creates the graph using the selection as container * @param {D3Selection} _selection A d3 selection that represents
src/charts/mini-tooltip.js:101
Function
exports
* This function creates the graph using the selection as container * @param {D3Selection} _selection A d3 selection that represents
src/charts/bar.js:188
Function
exports
* This function creates the graph using the selection and data provided * @param {D3Selection} _selection A d3 selection that represents
src/charts/stacked-area.js:217
Function
exports
* This function creates the graph using the selection as container * * @param {D3Selection} _selection A d3 selection that represent
src/charts/donut.js:147
Function
exports
* This function creates the graph using the selection and data provided * * @param {D3Selection} _selection A d3 selection that repr
src/charts/sparkline.js:122
Function
exports
* This function creates the graph using the selection as container * @param {D3Selection} _selection A d3 selection that represents
src/charts/scatter-plot.js:191
Function
exports
* This function creates the graph using the selection as container * @param {D3Selection} _selection A d3 selection that represents
src/charts/bullet.js:121
Function
filterHighlightedSlice
* Checks if the given element id is the same as the highlightedSliceId and returns the * element if that's the case * @param {DOMEl
src/charts/donut.js:405
Function
formatDecimalValue
(value)
src/charts/helpers/number.js:118
Function
formatIntegerValue
(value)
src/charts/helpers/number.js:130
Function
ft
(e,t,n)
src/doc/template/static/scripts/prettify/jquery.min.js:4
Function
getCircleFill
({name})
src/charts/legend.js:103
← previous
next →
601–700 of 773, ranked by callers