All files / src/plugins/highcharts/renderer/helpers constants.ts

100% Statements 29/29
100% Branches 4/4
100% Functions 2/2
100% Lines 27/27

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 323x 3x 3x 3x 3x 3x 3x 3x 3x 3x 3x 3x 3x 3x 3x 3x 3x 3x 3x 3x 3x 3x 3x     3x 3x 3x     3x  
export enum HighchartsType {
    Area = 'area',
    Arearange = 'arearange',
    Bar = 'bar',
    Boxplot = 'boxplot',
    Bubble = 'bubble',
    Column = 'column',
    Columnrange = 'columnrange',
    Funnel = 'funnel',
    Heatmap = 'heatmap',
    Line = 'line',
    Map = 'map',
    Networkgraph = 'networkgraph',
    Pie = 'pie',
    Sankey = 'sankey',
    Scatter = 'scatter',
    Streamgraph = 'streamgraph',
    Timeline = 'timeline',
    Treemap = 'treemap',
    Variwide = 'variwide',
    Waterfall = 'waterfall',
    Wordcloud = 'wordcloud',
    Xrange = 'xrange',
}
 
export enum NavigatorLinesMode {
    All = 'all',
    Selected = 'selected',
}
 
export const DEFAULT_LINES_LIMIT = 50;