Serialized Form

  • Package no.uib.jsparklines

  • Package no.uib.jsparklines.data

  • Package no.uib.jsparklines.extra

  • Package no.uib.jsparklines.renderers

    • Class no.uib.jsparklines.renderers.JSparklines3dTableCellRenderer extends JLabel implements Serializable

      • Serialized Fields

        • chart
          org.jfree.chart.JFreeChart chart
          The chart to display.
        • chartPanel
          org.jfree.chart.ChartPanel chartPanel
          The chart panel to be displayed.
        • maxXValue
          double maxXValue
          The maximum x-axis value.
        • maxYValue
          double maxYValue
          The maximum y-axis value.
        • minXValue
          double minXValue
          The minimum x-axis value.
        • minYValue
          double minYValue
          The minimum y-axis value.
        • plotType
          JSparklines3dTableCellRenderer.PlotType plotType
          The current plot type.
        • referenceAreasXAxis
          HashMap<String,​ReferenceArea> referenceAreasXAxis
          A hashmap of the current x-axis reference areas. Key is the name of the reference area.
        • referenceAreasYAxis
          HashMap<String,​ReferenceArea> referenceAreasYAxis
          A hashmap of the current y-axis reference areas. Key is the name of the reference area.
        • referenceLinesXAxis
          HashMap<String,​ReferenceLine> referenceLinesXAxis
          A hashmap of the current x-axis reference lines. Key is the name of the reference line.
        • referenceLinesYAxis
          HashMap<String,​ReferenceLine> referenceLinesYAxis
          A hashmap of the current y-axis reference lines. Key is the name of the reference line.
    • Class no.uib.jsparklines.renderers.JSparklinesArrayListBarChartTableCellRenderer extends JLabel implements Serializable

      • Serialized Fields

        • backgroundColor
          Color backgroundColor
          The background color, if null the row color is used.
        • chart
          org.jfree.chart.JFreeChart chart
          The chart to display.
        • chartPanel
          org.jfree.chart.ChartPanel chartPanel
          The chart panel to be displayed.
        • colors
          ArrayList<Color> colors
          The colors to use for the plot.
        • currentValueDisplayType
          JSparklinesArrayListBarChartTableCellRenderer.ValueDisplayType currentValueDisplayType
          The current value display type.
        • fillColor
          Color fillColor
          The color used to fill the rest of the chart up to the max value. Set to null if no filling should be used.
        • labelHorizontalAlignement
          int labelHorizontalAlignement
          The horizontal alignment of the label when showing number and chart.
        • maxValue
          double maxValue
          The maximum value. Used to set the upper range for the charts.
        • numberFormat
          DecimalFormat numberFormat
          The decimal format for use when showing the numbers.
        • plotOrientation
          org.jfree.chart.plot.PlotOrientation plotOrientation
          The plot orientation.
        • referenceAreas
          HashMap<String,​ReferenceArea> referenceAreas
          A hashmap of the current reference areas. Key is the name of the reference area.
        • referenceLines
          HashMap<String,​ReferenceLine> referenceLines
          A hashmap of the current reference lines. Key is the name of the reference line.
        • showNumberAndChart
          boolean showNumberAndChart
          If true the value of the chart is shown next to the bar chart.
        • showNumbers
          boolean showNumbers
          If true the underlying numbers are shown instead of the charts.
        • valueLabel
          JLabel valueLabel
          The label used to display the number and the bar chart at the same time.
        • widthOfValueLabel
          int widthOfValueLabel
          The width of the label used to display the value and the chart in the same time.
    • Class no.uib.jsparklines.renderers.JSparklinesBarChartTableCellRenderer extends JPanel implements Serializable

      • Serialized Fields

        • chart
          org.jfree.chart.JFreeChart chart
          The chart to display.
        • chartPanel
          org.jfree.chart.ChartPanel chartPanel
          The chart panel to be displayed.
        • currentColorGradient
          GradientColorCoding.ColorGradient currentColorGradient
          The currently selected color gradient.
        • gradientColoring
          boolean gradientColoring
          If true a red/green gradient coloring is used.
        • heatMapBorderColor
          Color heatMapBorderColor
          The color to use for the border for the cells when heat map is used. Makes sure that the user can see which cells are selected.
        • labelHorizontalAlignement
          int labelHorizontalAlignement
          The horizontal alignment of the label when showing number and chart.
        • logScale
          boolean logScale
          If true, the values are log scaled before displaying the bar. Note that the scaling has no effect on the actual value only on the visualization of the values.
        • maxLogValue
          double maxLogValue
          The maximum log value (base 10). Used to set the maximum range for the log chart.
        • maxValue
          double maxValue
          The maximum value. Used to set the maximum range for the chart.
        • minimumChartValue
          double minimumChartValue
          The minimum value to display as a chart. Values smaller than this lower limit are shown as this minimum value when shown as a chart. This to make sure that the chart is visible at all.
        • minLogValue
          double minLogValue
          The minimum log value (base 10). Used to set the minimum range for the log chart.
        • minValue
          double minValue
          The minimum value. Used to set the minimum range for the chart.
        • negativeValuesColor
          Color negativeValuesColor
          The colors to use for the bars with negative numbers.
        • nonSignificantColor
          Color nonSignificantColor
          The color to use for the non-significant values.
        • numberFormat
          DecimalFormat numberFormat
          The decimal format for use when showing the numbers.
        • plotBackgroundColor
          Color plotBackgroundColor
          The background color used for the plots. For plots using light colors, it's recommended to use a dark background color, and for plots using darker colors it is recommended to use a light background.
        • positiveColorGradient
          boolean positiveColorGradient
          The first color of the gradient is used for values close to the min value, while the third color of the gradient is used for values close to the max value. If only positive values are expected (positiveColorGradient is true) the gradient color is used for the halfway point between the min and max values. If both positive and negative values are expected (positiveColorGradient is false) the middle gradient color is used for values around zero.
        • positiveValuesColor
          Color positiveValuesColor
          The colors to use for the bars with positive numbers.
        • showAsHeatMap
          boolean showAsHeatMap
          If true, the values are shown as a heat map.
        • showNumberAndChart
          boolean showNumberAndChart
          If true the value of the chart is shown next to the bar chart.
        • showNumbers
          boolean showNumbers
          If true the underlying numbers are shown instead of the charts.
        • significanceLevel
          double significanceLevel
          The upper level for when to use the significant values color.
        • tableCellBarChartColorBig
          Color tableCellBarChartColorBig
          The color to use for bar charts shown inside a table cell when a big value is "good".
        • tableCellBarChartColorSmall
          Color tableCellBarChartColorSmall
          The color to use for bar charts shown inside a table cell when a small value is "good".
        • tooltipLowerValue
          double tooltipLowerValue
          Used to decide how many decimals to include in the tooltip. If the number is smaller than the lower limit, 8 decimals are shown, otherwise only 2 decimals are used.
        • valueLabel
          JLabel valueLabel
          The label used to display the number and the bar chart at the same time.
        • widthOfValueLabel
          int widthOfValueLabel
          The width of the label used to display the value and the chart in the same time.
    • Class no.uib.jsparklines.renderers.JSparklinesBubbleHeatMapTableCellRenderer extends JLabel implements Serializable

      • Serialized Fields

        • chart
          org.jfree.chart.JFreeChart chart
          The chart to display.
        • chartPanel
          org.jfree.chart.ChartPanel chartPanel
          The chart panel to be displayed.
        • currentColorGradient
          GradientColorCoding.ColorGradient currentColorGradient
          The currently selected color gradient.
        • maxAbsValue
          double maxAbsValue
          The maximum absolute value. Used to set the maximum range for the chart.
        • minimumChartValue
          double minimumChartValue
          The minimum value to display as a chart. Values smaller than this lower limit are shown as this minimum value when shown as a chart. This to make sure that the chart is visible at all.
        • positiveColorGradient
          boolean positiveColorGradient
          The first color of the gradient is used for values close to the min value, while the third color of the gradient is used for values close to the max value. If only positive values are expected (positiveColorGradient is true) the gradient color is used for the halfway point between the min and max values. If both positive and negative values are expected (positiveColorGradient is false) the middle gradient color is used for values around zero.
        • showNumbers
          boolean showNumbers
          If true the underlying numbers are shown instead of the charts.
        • tooltipLowerValue
          double tooltipLowerValue
          Used to decide how many decimals to include in the tooltip. If the number is smaller than the lower limit, 8 decimals are shown, otherwise only 2 decimals are used.
    • Class no.uib.jsparklines.renderers.JSparklinesColorTableCellRenderer extends JPanel implements Serializable

      • Serialized Fields

        • chart
          org.jfree.chart.JFreeChart chart
          The chart to display.
        • chartPanel
          org.jfree.chart.ChartPanel chartPanel
          The chart panel to be displayed.
        • plotBackgroundColor
          Color plotBackgroundColor
          The background color used for the plots. For plots using light colors, it's recommended to use a dark background color, and for plots using darker colors it is recommended to use a light background.
        • tooltips
          HashMap<Color,​String> tooltips
          The color tooltip mappings.
    • Class no.uib.jsparklines.renderers.JSparklinesErrorBarChartTableCellRenderer extends JPanel implements Serializable

      • Serialized Fields

        • chart
          org.jfree.chart.JFreeChart chart
          The chart to display.
        • chartPanel
          org.jfree.chart.ChartPanel chartPanel
          The chart panel to be displayed.
        • currentColorGradient
          GradientColorCoding.ColorGradient currentColorGradient
          The currently selected color gradient.
        • errorBarWidth
          float errorBarWidth
          The width of the error stroke bars.
        • gradientColoring
          boolean gradientColoring
          If true a red/green gradient coloring is used.
        • indicateSignificance
          boolean indicateSignificance
          If true, a star is added after all the significant datasets. Only has an effect on SignificantStatisticalCategoryDataset.
        • labelHorizontalAlignement
          int labelHorizontalAlignement
          The horizontal alignment of the label when showing number and chart.
        • maxValue
          double maxValue
          The maximum value. Used to set the maximum range for the chart.
        • minimumChartValue
          double minimumChartValue
          The minimum value to display as a chart. Values smaller than this lower limit are shown as this minimum value when shown as a chart. This to make sure that the chart is visible at all.
        • minValue
          double minValue
          The minimum value. Used to set the minimum range for the chart.
        • negativeValuesColor
          Color negativeValuesColor
          The colors to use for the bars with negative numbers.
        • numberFormat
          DecimalFormat numberFormat
          The decimal format for use when showing the numbers.
        • plotBackgroundColor
          Color plotBackgroundColor
          The background color used for the plots. For plots using light colors, it's recommended to use a dark background color, and for plots using darker colors it is recommended to use a light background.
        • positiveColorGradient
          boolean positiveColorGradient
          The first color of the gradient is used for values close to the min value, while the third color of the gradient is used for values close to the max value. If only positive values are expected (positiveColorGradient is true) the middle gradient color is used for the halfway point between the min and max values. If both positive and negative values are expected (positiveColorGradient is false) the middle gradient color is used for values around zero.
        • positiveValuesColor
          Color positiveValuesColor
          The colors to use for the bars with positive numbers.
        • showNumberAndChart
          boolean showNumberAndChart
          If true the value of the chart is shown next to the bar chart.
        • signifianceLabel
          JLabel signifianceLabel
          The label used to display the significance.
        • tableCellBarChartColorBig
          Color tableCellBarChartColorBig
          The color to use for bar charts shown inside a table cell when a big value is "good".
        • tableCellBarChartColorSmall
          Color tableCellBarChartColorSmall
          The color to use for bar charts shown inside a table cell when a small value is "good".
        • tooltipLowerValue
          double tooltipLowerValue
          Used to decide how many decimals to include in the tooltip. If the number is smaller than the lower limit, 8 decimals are shown, otherwise only 2 decimals are used.
        • valueLabel
          JLabel valueLabel
          The label used to display the number and the bar chart at the same time.
        • widthOfValueLabel
          int widthOfValueLabel
          The width of the label used to display the value and the chart in the same time.
    • Class no.uib.jsparklines.renderers.JSparklinesHeatMapTableCellRenderer extends JLabel implements Serializable

      • Serialized Fields

        • backgroundColor
          Color backgroundColor
          The background color, if null the row color is used.
        • chart
          org.jfree.chart.JFreeChart chart
          The chart to display.
        • chartPanel
          org.jfree.chart.ChartPanel chartPanel
          The chart panel to be displayed.
        • currentColorGradient
          GradientColorCoding.ColorGradient currentColorGradient
          The currently selected color gradient.
        • maxValue
          double maxValue
          The maximum absolute value. Used to set the upper range for the heat map color.
        • positiveColorGradient
          boolean positiveColorGradient
          The first color of the gradient is used for values close to the min value, while the third color of the gradient is used for values close to the max value. If only positive values are expected (positiveColorGradient is true) the gradient color is used for the halfway point between the min and max values. If both positive and negative values are expected (positiveColorGradient is false) the middle gradient color is used for values around zero.
    • Class no.uib.jsparklines.renderers.JSparklinesIntegerColorTableCellRenderer extends JPanel implements Serializable

      • Serialized Fields

        • chart
          org.jfree.chart.JFreeChart chart
          The chart to display.
        • chartPanel
          org.jfree.chart.ChartPanel chartPanel
          The chart panel to be displayed.
        • colors
          HashMap<Integer,​Color> colors
          The integer to color mappings.
        • defaultColor
          Color defaultColor
          The default color. Used if an un-mapped integer is found.
        • labelHorizontalAlignement
          int labelHorizontalAlignement
          The horizontal alignment of the label when showing number and chart.
        • plotBackgroundColor
          Color plotBackgroundColor
          The background color used for the plots. For plots using light colors, it's recommended to use a dark background color, and for plots using darker colors it is recommended to use a light background.
        • showNumberAndChart
          boolean showNumberAndChart
          If true the value of the chart is shown next to the bar chart.
        • showNumbers
          boolean showNumbers
          If true the underlying numbers are shown instead of the charts.
        • tooltips
          HashMap<Integer,​String> tooltips
          The integer to color tooltip mappings.
        • valueLabel
          JLabel valueLabel
          The label used to display the number and the bar chart at the same time.
        • widthOfValueLabel
          int widthOfValueLabel
          The width of the label used to display the value and the chart in the same time.
    • Class no.uib.jsparklines.renderers.JSparklinesIntegerIconTableCellRenderer extends JPanel implements Serializable

      • Serialized Fields

        • defaultIcon
          ImageIcon defaultIcon
          The default icon, can be null.
        • defaultTooltip
          String defaultTooltip
          The default tooltip, can be null.
        • icons
          HashMap<Integer,​ImageIcon> icons
          The integer to icon mappings.
        • tooltips
          HashMap<Integer,​String> tooltips
          The integer to icon tooltip mappings.
    • Class no.uib.jsparklines.renderers.JSparklinesIntervalChartTableCellRenderer extends JPanel implements Serializable

      • Serialized Fields

        • chart
          org.jfree.chart.JFreeChart chart
          The chart to display.
        • chartPanel
          org.jfree.chart.ChartPanel chartPanel
          The chart panel to be displayed.
        • currentColorGradient
          GradientColorCoding.ColorGradient currentColorGradient
          The currently selected color gradient.
        • gradientColoring
          boolean gradientColoring
          If true a red/green gradient coloring is used.
        • labelHorizontalAlignement
          int labelHorizontalAlignement
          The horizontal alignment of the label when showing number and chart.
        • maxValue
          double maxValue
          The maximum value. Used to set the maximum range for the chart.
        • minimumChartValue
          double minimumChartValue
          The minimum value to display as a chart. Values smaller than this lower limit are shown as this minimum value when shown as a chart. This to make sure that the chart is visible at all.
        • minValue
          double minValue
          The minimum value. Used to set the minimum range for the chart.
        • negativeValuesColor
          Color negativeValuesColor
          The colors to use for the intervals with negative numbers.
        • plotBackgroundColor
          Color plotBackgroundColor
          The background color used for the plots. For plots using light colors, it's recommended to use a dark background color, and for plots using darker colors it is recommended to use a light background.
        • positiveColorGradient
          boolean positiveColorGradient
          The first color of the gradient is used for values close to the min value, while the third color of the gradient is used for values close to the max value. If only positive values are expected (positiveColorGradient is true) the gradient color is used for the halfway point between the min and max values. If both positive and negative values are expected (positiveColorGradient is false) the middle gradient color is used for values around zero.
        • positiveValuesColor
          Color positiveValuesColor
          The colors to use for the intervals with positive numbers.
        • referenceLineColor
          Color referenceLineColor
          The reference line color.
        • referenceLineWidth
          double referenceLineWidth
          The reference line width.
        • showNumberAndChart
          boolean showNumberAndChart
          If true the value of the chart is shown next to the interval chart.
        • showNumbers
          boolean showNumbers
          If true the underlying numbers are shown instead of the charts.
        • showReferenceLine
          boolean showReferenceLine
          If true, a black reference line is added in the center of the plot.
        • tooltipLowerValue
          double tooltipLowerValue
          Used to decide how many decimals to include in the tooltip. If the number is smaller than the lower limit, 8 decimals are shown, otherwise only 2 decimals are used.
        • valueLabel
          JLabel valueLabel
          The label used to display the number and the interval chart at the same time.
        • widthOfInterval
          double widthOfInterval
          The width of the interval used to highlight the value.
        • widthOfValueLabel
          int widthOfValueLabel
          The width of the label used to display the value and the chart in the same time.
        • xyDataPointRequied
          boolean xyDataPointRequied
          If true XYDataPoint cell value are required, due to the constructor used.
    • Class no.uib.jsparklines.renderers.JSparklinesMultiIntervalChartTableCellRenderer extends JLabel implements Serializable

      • Serialized Fields

        • chart
          org.jfree.chart.JFreeChart chart
          The chart to display.
        • chartPanel
          org.jfree.chart.ChartPanel chartPanel
          The chart panel to be displayed.
        • gradientColoring
          boolean gradientColoring
          If true a red/green gradient coloring is used.
        • labelHorizontalAlignement
          int labelHorizontalAlignement
          The horizontal alignment of the label when showing number and chart.
        • maxValue
          double maxValue
          The maximum value. Used to set the maximum range for the chart.
        • minimumChartValue
          double minimumChartValue
          The minimum value to display as a chart. Values smaller than this lower limit are shown as this minimum value when shown as a chart. This to make sure that the chart is visible at all.
        • minValue
          double minValue
          The minimum value. Used to set the minimum range for the chart.
        • plotBackgroundColor
          Color plotBackgroundColor
          The background color used for the plots. For plots using light colors, it's recommended to use a dark background color, and for plots using darker colors it is recommended to use a light background.
        • plotOrientation
          org.jfree.chart.plot.PlotOrientation plotOrientation
          The plot orientation.
        • positiveValuesColor
          Color positiveValuesColor
          The colors to use for the intervals with positive numbers.
        • referenceLineColor
          Color referenceLineColor
          The reference line color.
        • referenceLineWidth
          double referenceLineWidth
          The reference line width.
        • showNumberAndChart
          boolean showNumberAndChart
          If true the value of the chart is shown next to the interval chart.
        • showNumbers
          boolean showNumbers
          If true the underlying numbers are shown instead of the charts.
        • showReferenceLine
          boolean showReferenceLine
          If true, a black reference line is added in the center of the plot.
        • tooltipLowerValue
          double tooltipLowerValue
          Used to decide how many decimals to include in the tooltip. If the number is smaller than the lower limit, 8 decimals are shown, otherwise only 2 decimals are used.
        • valueLabel
          JLabel valueLabel
          The label used to display the number and the interval chart at the same time.
        • widthOfInterval
          double widthOfInterval
          The width of the interval used to highlight the value.
        • widthOfValueLabel
          int widthOfValueLabel
          The width of the label used to display the value and the chart in the same time.
    • Class no.uib.jsparklines.renderers.JSparklinesMultiLabelTableCellRenderer extends JPanel implements Serializable

      • Serialized Fields

        • chart
          org.jfree.chart.JFreeChart chart
          The chart to display.
        • chartPanel
          org.jfree.chart.ChartPanel chartPanel
          The chart panel to be displayed.
        • circle
          boolean circle
          If true a pie chart is used to display the label colors, false uses a square. False is the default.
        • plotBackgroundColor
          Color plotBackgroundColor
          The background color used for the plots. For plots using light colors, it's recommended to use a dark background color, and for plots using darker colors it is recommended to use a light background.
    • Class no.uib.jsparklines.renderers.JSparklinesTableCellRenderer extends JLabel implements Serializable

      • Serialized Fields

        • backgroundColor
          Color backgroundColor
          The background color, if null the row color is used.
        • chart
          org.jfree.chart.JFreeChart chart
          The chart to display.
        • chartPanel
          org.jfree.chart.ChartPanel chartPanel
          The chart panel to be displayed.
        • downColor
          Color downColor
          The color used for the 'down values' in the Up/Down charts.
        • highlightMaxAndMin
          boolean highlightMaxAndMin
          If true the max and min values in line and area plots are highlighted. Note: experimental feature, not yet finished.
        • labelHorizontalAlignement
          int labelHorizontalAlignement
          The horizontal alignment of the label when showing number and chart.
        • maxValue
          double maxValue
          The maximum value. Used to set the upper range for the charts.
        • maxValueColor
          Color maxValueColor
          The color used to highlight the maximum values in the chart.
        • minValue
          double minValue
          The minimum value. Used to set the lower range for the charts.
        • minValueColor
          Color minValueColor
          The color used to highlight the minimum values in the chart.
        • numberFormat
          DecimalFormat numberFormat
          The decimal format for use when showing the numbers.
        • plotOrientation
          org.jfree.chart.plot.PlotOrientation plotOrientation
          The plot orientation.
        • plotType
          JSparklinesTableCellRenderer.PlotType plotType
          The current plot type.
        • referenceAreas
          HashMap<String,​ReferenceArea> referenceAreas
          A hashmap of the current reference areas. Key is the name of the reference area.
        • referenceLineColor
          Color referenceLineColor
          The reference line color.
        • referenceLines
          HashMap<String,​ReferenceLine> referenceLines
          A hashmap of the current reference lines. Key is the name of the reference line.
        • referenceLineWidth
          double referenceLineWidth
          The reference line width.
        • showNumberAndChart
          boolean showNumberAndChart
          If true the value of the chart is shown next to the bar chart. This is currently only supported for the plot type 'stackedBarChartIntegerWithUpperRange' and only displays the first number in the first data series.
        • showNumbers
          boolean showNumbers
          If true the underlying numbers are shown instead of the charts. This is currently only supported for the plot type 'stackedBarChartIntegerWithUpperRange' and only displays the first number in the first data series.
        • showProteinSequenceReferenceLine
          boolean showProteinSequenceReferenceLine
          If true, a black reference line is added to the protein sequence plots. No effect on the other plot types.
        • upColor
          Color upColor
          The color used for the 'up values' in the Up/Down charts.
        • valueLabel
          JLabel valueLabel
          The label used to display the number and the bar chart at the same time.
        • widthOfMaxAndMinHighlight
          double widthOfMaxAndMinHighlight
          The width of the max and min highlights. See highlightMaxAndMin above.
        • widthOfValueLabel
          int widthOfValueLabel
          The width of the label used to display the value and the chart in the same time.
    • Class no.uib.jsparklines.renderers.JSparklinesTwoValueBarChartTableCellRenderer extends JLabel implements Serializable

      • Serialized Fields

        • backgroundColor
          Color backgroundColor
          The background color, if null the row color is used.
        • chart
          org.jfree.chart.JFreeChart chart
          The chart to display.
        • chartPanel
          org.jfree.chart.ChartPanel chartPanel
          The chart panel to be displayed.
        • fillColor
          Color fillColor
          The color used to fill the rest of the chart up to the max value. Set to null if no filling should be used.
        • firstValueColor
          Color firstValueColor
          The color used for the first value in the chart.
        • labelHorizontalAlignement
          int labelHorizontalAlignement
          The horizontal alignment of the label when showing number and chart.
        • maxValue
          double maxValue
          The maximum value. Used to set the upper range for the charts.
        • numberFormat
          DecimalFormat numberFormat
          The decimal format for use when showing the numbers.
        • plotOrientation
          org.jfree.chart.plot.PlotOrientation plotOrientation
          The plot orientation.
        • referenceAreas
          HashMap<String,​ReferenceArea> referenceAreas
          A hashmap of the current reference areas. Key is the name of the reference area.
        • referenceLines
          HashMap<String,​ReferenceLine> referenceLines
          A hashmap of the current reference lines. Key is the name of the reference line.
        • secondValueColor
          Color secondValueColor
          The color used for the second value in the chart.
        • showFirstNumber
          boolean showFirstNumber
          If true, the first number is shown as the value for plot. Otherwise the total value is shown. No effect on the other plot types.
        • showNumberAndChart
          boolean showNumberAndChart
          If true the value of the chart is shown next to the bar chart.
        • showNumbers
          boolean showNumbers
          If true the underlying numbers are shown instead of the charts.
        • valueLabel
          JLabel valueLabel
          The label used to display the number and the bar chart at the same time.
        • widthOfValueLabel
          int widthOfValueLabel
          The width of the label used to display the value and the chart in the same time.
  • Package no.uib.jsparklines.renderers.util