Skip to content

khushbu-maurya/fair-visualizations_es6Toes5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Documentation

Installation

Flair-Visualizations can be installed via npm or bower. It is recommended to get Flair-Visualizations this way.

npm

npm install flair-visualizations

bower

bower install flair-visualizations

Global_Config

  • Body Properties (These are common for all visualizations)

Property Name Config Property Name Description Default Value Possible Values
Show Legend showLegend Boolean that says if legend should be shown TRUE True
Legend position legendPosition Legend position with sides Top Top
Show Grid showGrid Boolean to Show Grid or not TRUE True
Stacked stacked Boolean that says if chart is stacked TRUE True

Charts

CLUSTERED_VERTICAL_BAR_CHART

  • Attributes

Type Required Optional
Dimensions 1 0
Measures 1 4
  • Configuration Properties

    • Chart Properties

      Property Name Config Property Name Description Default Value Possible Values
      Show X Axis showXaxis Boolean that says if x axis should be shown TRUE True/False
      Show Y Axis showYaxis Boolean that says if y axis should be shown TRUE True/False
      X Axis Colour xAxisColor Colour of X axis #676a6c
      Y Axis Colour yAxisColor Colour of Y axis #676a6c
      Show X Axis Label showXaxisLabel Boolean that says if x axis label should be shown TRUE True/False
      Show Y Axis Label showYaxisLabel Boolean that says if y axis label should be shown TRUE True/False
    • Dimensions

      Property Name Config Property Name Description Default Value Possible Values
      Display name displayName A Display name Displayname
    • Measures

      Property Name Config Property Name Description Default Value Possible Values
      Value on Points showValues Show value on points false true/false
      Display name displayNameForMeasure A Display name for Measure Displayname
      Font style fontStyle Style of fonts Normal Normal/Italique/Oblique
      Font weight fontWeight Weight of fonts Normal Normal/Bold/100-900
      Number format numberFormat Possible number formats Actual K,M,B,Actual
      Text colour textColor The text colour #617c8c
      Display colour displayColor An display colour null
      Border colour borderColor An border colour null
      Font size fontSize Size of fonts 9

CLUSTERED_VERTICAL_BAR_CHART

CLUSTERED_HORIZONTAL_BAR_CHART

  • Attributes

Type Required Optional
Dimensions 1 0
Measures 1 4
  • Configuration Properties

    • Chart Properties

      Property Name Config Property Name Description Default Value Possible Values
      Show X Axis showXaxis Boolean that says if x axis should be shown TRUE True/False
      Show Y Axis showYaxis Boolean that says if y axis should be shown TRUE True/False
      X Axis Colour xAxisColor Colour of X axis #676a6c
      Y Axis Colour yAxisColor Colour of Y axis #676a6c
      Show X Axis Label showXaxisLabel Boolean that says if x axis label should be shown TRUE True/False
      Show Y Axis Label showYaxisLabel Boolean that says if y axis label should be shown TRUE True/False
    • Dimensions

      Property Name Config Property Name Description Default Value Possible Values
      Display name displayName A Display name Displayname
    • Measures

      Property Name Config Property Name Description Default Value Possible Values
      Value on Points showValues Show value on points false true/false
      Display name displayNameForMeasure A Display name for Measure Displayname
      Font style fontStyle Style of fonts Normal Normal/Italique/Oblique
      Font weight fontWeight Weight of fonts Normal Normal/Bold/100-900
      Number format numberFormat Possible number formats Actual K,M,B,Actual
      Text colour textColor The text colour #617c8c
      Display colour displayColor An display colour null
      Border colour borderColor An border colour null
      Font size fontSize Size of fonts 9

CLUSTERED_HORIZONTAL_BAR_CHART

STACKED_HORIZONTAL_BAR_CHART

  • Attributes

Type Required Optional
Dimensions 1 0
Measures 1 4
  • Configuration Properties

    • Chart Properties

      Property Name Config Property Name Description Default Value Possible Values
      Show X Axis showXaxis Boolean that says if x axis should be shown TRUE True/False
      Show Y Axis showYaxis Boolean that says if y axis should be shown TRUE True/False
      X Axis Colour xAxisColor Colour of X axis #676a6c
      Y Axis Colour yAxisColor Colour of Y axis #676a6c
      Show X Axis Label showXaxisLabel Boolean that says if x axis label should be shown TRUE True/False
      Show Y Axis Label showYaxisLabel Boolean that says if y axis label should be shown TRUE True/False
    • Dimensions

      Property Name Config Property Name Description Default Value Possible Values
      Display name displayName A Display name Displayname
    • Measures

      Property Name Config Property Name Description Default Value Possible Values
      Value on Points showValues Show value on points false true/false
      Display name displayNameForMeasure A Display name for Measure Displayname
      Font style fontStyle Style of fonts Normal Normal/Italique/Oblique
      Font weight fontWeight Weight of fonts Normal Normal/Bold/100-900
      Number format numberFormat Possible number formats Actual K,M,B,Actual
      Text colour textColor The text colour #617c8c
      Display colour displayColor An display colour null
      Border colour borderColor An border colour null
      Font size fontSize Size of fonts 9

STACKED_VERTICAL_BAR_CHART

  • Attributes

Type Required Optional
Dimensions 1 0
Measures 1 4
  • Configuration Properties

    • Chart Properties

      Property Name Config Property Name Description Default Value Possible Values
      Show X Axis showXaxis Boolean that says if x axis should be shown TRUE True/False
      Show Y Axis showYaxis Boolean that says if y axis should be shown TRUE True/False
      X Axis Colour xAxisColor Colour of X axis #676a6c
      Y Axis Colour yAxisColor Colour of Y axis #676a6c
      Show X Axis Label showXaxisLabel Boolean that says if x axis label should be shown TRUE True/False
      Show Y Axis Label showYaxisLabel Boolean that says if y axis label should be shown TRUE True/False
    • Dimensions

      Property Name Config Property Name Description Default Value Possible Values
      Display name displayName A Display name Displayname
    • Measures

      Property Name Config Property Name Description Default Value Possible Values
      Value on Points showValues Show value on points false true/false
      Display name displayNameForMeasure A Display name for Measure Displayname
      Font style fontStyle Style of fonts Normal Normal/Italique/Oblique
      Font weight fontWeight Weight of fonts Normal Normal/Bold/100-900
      Number format numberFormat Possible number formats Actual K,M,B,Actual
      Text colour textColor The text colour #617c8c
      Display colour displayColor An display colour null
      Border colour borderColor An border colour null
      Font size fontSize Size of fonts 9

LINE_CHART

  • Attributes

Type Required Optional
Dimensions 1 0
Measures 1 4
  • Configuration Properties

    • Chart Properties

      Property Name Config Property Name Description Default Value Possible Values
      Show X Axis showXaxis Boolean that says if x axis should be shown TRUE True/False
      Show Y Axis showYaxis Boolean that says if y axis should be shown TRUE True/False
      X Axis Colour xAxisColor Colour of X axis #676a6c
      Y Axis Colour yAxisColor Colour of Y axis #676a6c
      Show X Axis Label showXaxisLabel Boolean that says if x axis label should be shown TRUE True/False
      Show Y Axis Label showYaxisLabel Boolean that says if y axis label should be shown TRUE True/False
    • Dimensions

      Property Name Config Property Name Description Default Value Possible Values
      Display name displayName A Display name Displayname
    • Measures

      Property Name Config Property Name Description Default Value Possible Values
      Value on Points showValues Show value on points false true/false
      Display name displayNameForMeasure A Display name for Measure Displayname
      Font style fontStyle Style of fonts Normal Normal/Italique/Oblique
      Font weight fontWeight Weight of fonts Normal Normal/Bold/100-900
      Number format numberFormat Possible number formats Actual K,M,B,Actual
      Text colour textColor The text colour #617c8c
      Display colour displayColor An display colour null
      Border colour borderColor An border colour null
      Font size fontSize Size of fonts 9
      Line Chart Point type pointType Type of points Circle Circle,Cross,CrossRot,Dash,Line,Rect,RectRounded,RectRot,Star,Triangle
      Line Type lineType Types of line charts Line Area/Line

COMBO_CHART

  • Attributes

Type Required Optional
Dimensions 1 0
Measures 1 4
  • Configuration Properties

    • Chart Properties

      Property Name Config Property Name Description Default Value Possible Values
      Show X Axis showXaxis Boolean that says if x axis should be shown TRUE True/False
      Show Y Axis showYaxis Boolean that says if y axis should be shown TRUE True/False
      X Axis Colour xAxisColor Colour of X axis #676a6c
      Y Axis Colour yAxisColor Colour of Y axis #676a6c
      Show X Axis Label showXaxisLabel Boolean that says if x axis label should be shown TRUE True/False
      Show Y Axis Label showYaxisLabel Boolean that says if y axis label should be shown TRUE True/False
    • Dimensions

      Property Name Config Property Name Description Default Value Possible Values
      Display name displayName A Display name Displayname
    • Measures

      Property Name Config Property Name Description Default Value Possible Values
      Value on Points showValues Show value on points false true/false
      Display name displayNameForMeasure A Display name for Measure Displayname
      Font style fontStyle Style of fonts Normal Normal/Italique/Oblique
      Font weight fontWeight Weight of fonts Normal Normal/Bold/100-900
      Number format numberFormat Possible number formats Actual K,M,B,Actual
      Text colour textColor The text colour #617c8c
      Display colour displayColor An display colour null
      Border colour borderColor An border colour null
      Font size fontSize Size of fonts 9
      Line Chart Point type pointType Type of points Circle Circle,Cross,CrossRot,Dash,Line,Rect,RectRounded,RectRot,Star,Triangle
      Line Type lineType Types of line charts Line Area/Line
      Combo chart type comboChartType line or bar Bar Bar/Line

PIE_CHART

  • Attributes

Type Required Optional
Dimensions 1 0
Measures 1 0
  • Configuration Properties

    • Viz Properties

      Property Name Config Property Name Description Default Value Possible Values
      Show value as valueAs show labels as option in piece lable Label Label/Percentage/Value
      Value as Arc valueAsArc Boolean that says value on the segment should be in arc or not TRUE true/false
      Value position valuePosition Position of value outside or inside pie segment Border Border/Outside

PIE_CHART

DOUGHNUT_CHART

  • Attributes

Type Required Optional
Dimensions 1 0
Measures 1 0
  • Configuration Properties

    • Viz Properties

      Property Name Config Property Name Description Default Value Possible Values
      Show value as valueAs show labels as option in piece lable Label Label/Percentage/Value
      Value as Arc valueAsArc Boolean that says value on the segment should be in arc or not TRUE true/false
      Value position valuePosition Position of value outside or inside pie segment Border Border/Outside
    • Dimensions

      Property Name Config Property Name Description Default Value Possible Values
      Display name dimensionDisplayName A Display name for Dimension Displayname
      Display name measureDisplayName A Display name for Measure Displayname
      Font style fontStyle Style of fonts Normal Normal/Italique/Oblique
      Font weight fontWeight Weight of fonts Normal Normal/Bold/100-900
      Text colour fontColor The text colour #617c8c
      Font size fontSize Size of fonts 9

DOUGHNUT_CHART

GAUGE_CHART

  • Attributes

Type Required Optional
Dimensions 0 0
Measures 2 0
  • Configuration Properties

    • Viz Properties

      Property Name Config Property Name Description Default Value Possible Values
      Gauge Type gaugeType Type of gauges Half Circle Half Circle/Radial
    • Dimensions

      Property Name Config Property Name Description Default Value Possible Values
      Value on Points targetShowValues Show value on points for Target Measure FALSE True
      Display name targetDisplayName A Display name for Target Measure Displayname
      Font style targetFontStyle Style of fonts for Target Measure Normal Normal/Italique/Oblique
      Font weight targetFontWeight Weight of fonts for Target Measure Normal Normal/Bold/100-900
      Number format targetNumberFormat Possible number formats for Target Measure Actual K,M,B,Actual
      Text colour targetTextColor The text colour for Target Measure #617c8c
      Display colour targetDisplayColor An display colour for Target Measure null
      Value on Points showValues Show value on points FALSE True
      Display name displayName A Display name for Measure Displayname
      Font style fontStyle Style of fonts Normal Normal/Italique/Oblique
      Font weight fontWeight Weight of fonts Normal Normal/Bold/100-900
      Number format numberFormat Possible number formats Actual K,M,B,Actual
      Text colour textColor The text colour #617c8c
      Display colour displayColor An display colour null
      Enable Gradient Color isGradient Enable Gradient Color for Source Measure FALSE True

TABLE

  • Attributes

Type Required Optional
Dimensions 1 9
Measures 1 9
  • Configuration Properties

    • Dimensions

      Property Name Config Property Name Description Default Value Possible Values
      Display name displayNameForDimension A Display name for Dimension Displayname
      Font style fontStyleForDimension Style of fonts for Dimension Normal Normal/Italique/Oblique
      Font weight fontWeightForDimension Weight of fonts for Dimension Normal Normal/Bold/100-900
      Text colour textColorForDimension The text colour for Dimension #617c8c
      Font size fontSizeForDimension Size of fonts for Dimension 9
      Cell colour cellColorForDimension Cell colour for table cells for Dimension rgba(255, 255, 255, 1)
      Text colour expression textColorExpressionForDimension The text colour expression for Dimension null
      Text alignment textAlignmentForDimension Alignment of text for Dimension Center Center/Left/Right
    • Measures

      Property Name Config Property Name Description Default Value Possible Values
      Display name displayNameForMeasure A Display name for Measure Displayname
      Font style fontStyleForMeasure Style of fonts for Measure Normal Normal/Italique/Oblique
      Font weight fontWeightForMeasure Weight of fonts for Measure Normal Normal/Bold/100-900
      Text colour textColorForMeasure The text colour for Measure #617c8c
      Font size fontSizeForMeasure Size of fonts for Measure 9
      Cell colour cellColorForMeasure Cell colour for table cells for Measure rgba(255, 255, 255, 1)
      Text colour expression textColorExpressionForMeasure The text colour expression for Measure null
      Cell colour expression cellColorExpressionForMeasure Expression to customize cell colour of table cells null
      Icon name iconNameForMeasure An icon name for Measure null
      Icon Expression iconExpressionForMeasure An icon expression for Measure null
      Text alignment textAlignmentForMeasure Alignment of text for Measure Center Center/Left/Right
      Icon position iconPositionForMeasure An icon position for Measure Center Center/Left/Right
      Number format numberFormatForMeasure Possible number formats for Measure Actual K,M,B,Actual

TABLE_CHART

PIVOTTABLE

  • Attributes

Type Required Optional
Dimensions 1 4
Measures 1 9
  • Configuration Properties

    • Dimensions

      Property Name Config Property Name Description Default Value Possible Values
      Display name displayNameForDimension A Display name for Dimension Displayname
      Font style fontStyleForDimension Style of fonts for Dimension Normal Normal/Italique/Oblique
      Font weight fontWeightForDimension Weight of fonts for Dimension Normal Normal/Bold/100-900
      Text colour textColorForDimension The text colour for Dimension #617c8c
      Font size fontSizeForDimension Size of fonts for Dimension 9
      Cell colour cellColorForDimension Cell colour for table cells for Dimension rgba(255, 255, 255, 1)
      Text colour expression textColorExpressionForDimension The text colour expression for Dimension null
      Text alignment textAlignmentForDimension Alignment of text for Dimension Center Center/Left/Right
      Pivot isPivoted Pivot the dimension FALSE true/false
    • Measures

      Property Name Config Property Name Description Default Value Possible Values
      Display name displayNameForMeasure A Display name for Measure Displayname
      Font style fontStyleForMeasure Style of fonts for Measure Normal Normal/Italique/Oblique
      Font weight fontWeightForMeasure Weight of fonts for Measure Normal Normal/Bold/100-900
      Text colour textColorForMeasure The text colour for Measure #617c8c
      Font size fontSizeForMeasure Size of fonts for Measure 9
      Cell colour cellColorForMeasure Cell colour for table cells for Measure rgba(255, 255, 255, 1)
      Text colour expression textColorExpressionForMeasure The text colour expression for Measure null
      Cell colour expression cellColorExpressionForMeasure Expression to customize cell colour of table cells null
      Icon name iconNameForMeasure An icon name for Measure null
      Icon Expression iconExpressionForMeasure An icon expression for Measure null
      Text alignment textAlignmentForMeasure Alignment of text for Measure Center Center/Left/Right
      Icon position iconPositionForMeasure An icon position for Measure Center Center/Left/Right
      Number format numberFormatForMeasure Possible number formats for Measure Actual K,M,B,Actual
      Icon Font weight iconFontWeight Weight of icon fonts Normal Normal/Bold/100-900
      Icon colour iconColor An Icon colour null

MAP

  • Attributes

Type Required Optional
Dimensions 1 1
Measures 1 1
  • Configuration Properties

    • Dimensions

      Config Property Name Description Default Value Possible Values
      numberFormat Possible number formats Actual K,M,B,Actual
      displayColor An display colour null
    • Measures

      Property Name Config Property Name Description Default Value Possible Values
      Border colour borderColor An border colour null

TREEMAP

  • Attributes

Type Required Optional
Dimensions 1 1
Measures 1 0
  • Configuration Properties

    • Dimensions

      Property Name Config Property Name Description Default Value Possible Values
      Show Labels showLabelForDimension Boolean to show labels TRUE true/false
      Colour of labels labelColorForDimension Label colours null null
      Display colour displayColor An display colour null null
      Font style fontStyleForDimension Style of fonts for Dimension Normal Normal/Italique/Oblique
      Font weight fontWeightForDimension Weight of fonts for Dimension Normal Normal/Bold/100-900
      Font size fontSizeForDimension Size of fonts for Dimension 9
    • Measures

      Property Name Config Property Name Description Default Value Possible Values
      Value on Points showValues Show value on points FALSE true/false
      Font size fontSizeForMes Size of fonts 9
      Font style fontStyleForMes Style of fonts Normal Normal/Italique/Oblique
      Font weight fontWeightForMes Weight of fonts Normal Normal/Bold/100-900
      Number format numberFormat Possible number formats Actual K,M,B,Actual
      Text colour valueTextColour The text colour #617c8c
      Color Pattern colorPattern Color pattern to vizualizations null Single/Gradient/Unique

HEATMAP

  • Attributes

Type Required Optional
Dimensions 1 1
Measures 1 0
  • Configuration Properties

    • Dimensions

      Property Name Config Property Name Description Default Value Possible Values
      Colour of labels dimLabelColor Label colours null null
      Display name displayName A Display name Displayname
      Font style fontStyleForDimension Style of fonts for Dimension Normal Normal/Italique/Oblique
      Font weight fontWeightForDimension Weight of fonts for Dimension Normal Normal/Bold/100-900
      Font size fontSizeForDimension Size of fonts for Dimension 9
    • Measures

      Property Name Config Property Name Description Default Value Possible Values
      Value on Points showValues Show value on points FALSE True/False
      Number format numberFormat Possible number formats Actual K,M,B,Actual
      Show Icon showIcon Boolean to show icons TRUE true/false
      Color Coding colourCoding Conditional coloring null
      Display name displayNameForMeasure A Display name for Dimension Displayname
      Font style fontStyleForMeasure Style of fonts for Dimension Normal Normal/Italique/Oblique
      Font weight fontWeightForMeasure Weight of fonts for Dimension Normal Normal/Bold/100-900
      Text colour valueTextColour The text colour for Dimension #617c8c
      Font size fontSizeForMeasure Size of fonts for Dimension 9
      Alignment valuePosition an alignment Left Center/Left/Right
      Icon name iconNameForMeasure An icon name for Measure null
      Icon position iconPositionForMeasure An icon position for Measure Center Center/Left/Right
      Icon Font weight iconFontWeight Weight of icon fonts Normal Normal/Bold/100-900
      Icon colour iconColor An Icon colour null

BOXPLOT_CHART

  • Attributes

Type Required Optional
Dimensions 1 0
Measures 5 0
  • Configuration Properties

    • Dimensions

      Property Name Config Property Name Description Default Value Possible Values
      Number format numberFormat Possible number formats Actual K,M,B,Actual
      Show Labels showLabel Boolean to show labels TRUE true/false
      Colour of labels labelColor Label colours null null
    • Measures

      Property Name Config Property Name Description Default Value Possible Values
      Display colour displayColor An display colour null

BULLET_CHART

  • Attributes

Type Required Optional
Dimensions 1 0
Measures 2 0
  • Configuration Properties

    • Chart Properties

      Property Name Config Property Name Description Default Value Possible Values
      Orientation orientation Orientation of Bullet Chart Horizontal Horizontal/Vertical
      Segments segments No of Segments 1 1 to 5
      Segment Color Coding segmentInfo Segment Color Coding null
    • Dimensions

      Property Name Config Property Name Description Default Value Possible Values
      Value on Points showValues Show value on points FALSE true/false
      Font size fontSizeForMes Size of fonts 9
      Font style fontStyleForMes Style of fonts Normal Normal/Italique/Oblique
      Font weight fontWeightForMes Weight of fonts Normal Normal/Bold/100-900
    • Measures

      Property Name Config Property Name Description Default Value Possible Values
      Target colour targetColor Target colour #676a6c null
      Display colour displayColor An display colour null
      Number format measureNumberFormat Possible number formats Actual K,M,B,Actual
      Number format targetNumberFormat Possible number formats Actual K,M,B,Actual

SANKEY_CHART

  • Attributes

Type Required Optional
Dimensions 2 3
Measures 1 0
  • Configuration Properties

    • Dimensions

      Property Name Config Property Name Description Default Value Possible Values
      Font style fontStyle Style of fonts for Dimension Normal Normal/Italique/Oblique
      Font weight fontWeight Weight of fonts for Dimension Normal Normal/Bold/100-900
      Font size fontSize Size of fonts for Dimension 9
      Text colour textColor The text colour for Target Measure #617c8c
      Value on Points showValues Show value on points FALSE True/False
    • Measures

      Property Name Config Property Name Description Default Value Possible Values
      Number format numberFormat Possible number formats Actual K,M,B,Actual
      Color Pattern colorPattern Color pattern to vizualizations null Single/Gradient/Unique
      Display colour displayColor An display colour null
      Border colour borderColor An border colour null

SCATTER_PLOT_CHART

  • Attributes

Type Required Optional
Dimensions 1 0
Measures 2 1
  • Configuration Properties

    • Chart Properties

      Property Name Config Property Name Description Default Value Possible Values
      Show X Axis showXaxis Boolean that says if x axis should be shown TRUE True/False
      Show Y Axis showYaxis Boolean that says if y axis should be shown TRUE True/False
      X Axis Colour xAxisColor Colour of X axis #676a6c
      Y Axis Colour yAxisColor Colour of Y axis #676a6c
      Show X Axis Label showXaxisLabel Boolean that says if x axis label should be shown TRUE True/False
      Show Y Axis Label showYaxisLabel Boolean that says if y axis label should be shown TRUE True/False
    • Dimensions

      Property Name Config Property Name Description Default Value Possible Values
      Display name displayName A Display name Displayname
    • Measures

      Property Name Config Property Name Description Default Value Possible Values
      Value on Points showValues Show value on points false true/false
      Display name displayNameForMeasure A Display name for Measure Displayname
      Font style fontStyle Style of fonts Normal Normal/Italique/Oblique
      Font weight fontWeight Weight of fonts Normal Normal/Bold/100-900
      Number format numberFormat Possible number formats Actual K,M,B,Actual
      Text colour textColor The text colour #617c8c
      Display colour displayColor An display colour null
      Border colour borderColor An border colour null
      Font size fontSize Size of fonts 9

KPI_CHART

  • Attributes

Type Required Optional
Dimensions 0 0
Measures 1 1
  • Configuration Properties

    • Dimensions

      Property Name Config Property Name Description Default Value Possible Values
      Number format kpiNumberFormat Possible number formats Actual K,M,B,Actual
      Display name kpiDisplayName A Display name for Measure Displayname
      Font style kpiFontStyle Style of fonts for Measure Normal Normal/Italique/Oblique
      Font weight kpiFontWeight Weight of fonts for Measure Normal Normal/Bold/100-900
      Text colour kpiColor The text colour for Measure #617c8c
      Font size kpiFontSize Size of fonts for Measure 9
      Text alignment kpiAlignment Alignment of text Left Center/Left/Right
      Icon name kpiIcon An icon name for Measure null
      Icon Expression kpiIconExpression An icon expression null
      Icon Font weight kpiIconFontWeight Weight of icon fonts Normal Normal/Bold/100-900
      Icon colour kpiIconColor An Icon colour null
      Background Colour kpiBackgroundColor Colour of Background #FFFFFF
      Text colour expression kpiColorExpression The text colour expression null

INFOGRAPHICS_CHART

  • Attributes

Type Required Optional
Dimensions 1 0
Measures 1 1
  • Configuration Properties

    • Chart Properties

      Property Name Config Property Name Description Default Value Possible Values
      Info graphic Type chartType Types of Info graphic charts Bar Bar/Pie/Discrete/Line
    • Dimensions

      Property Name Config Property Name Description Default Value Possible Values
      Border colour chartBorderColor An border colour null
      Display colour chartDisplayColor An display colour null
    • Measures

      Property Name Config Property Name Description Default Value Possible Values
      Number format kpiNumberFormat Possible number formats Actual K,M,B,Actual
      Display name kpiDisplayName A Display name for Measure Displayname
      Font style kpiFontStyle Style of fonts for Measure Normal Normal/Italique/Oblique
      Font weight kpiFontWeight Weight of fonts for Measure Normal Normal/Bold/100-900
      Text colour kpiColor The text colour for Measure #617c8c
      Font size kpiFontSize Size of fonts for Measure 9
      Text alignment kpiAlignment Alignment of text Left Center/Left/Right
      Icon name kpiIcon An icon name for Measure null
      Icon Expression kpiIconExpression An icon expression null
      Icon Font weight kpiIconFontWeight Weight of icon fonts Normal Normal/Bold/100-900
      Icon colour kpiIconColor An Icon colour null
      Background Colour kpiBackgroundColor Colour of Background #FFFFFF
      Text colour expression kpiColorExpression The text colour expression null

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published