1.0.2 • Published 5 years ago

flair-visualizations-pkg v1.0.2

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

Documentation

Introduction

Data Visualization can be understood as a graphical presentation of data to uncover the underlying information that it holds and allow the users to identify the patterns present in it. By delivering information in a vibrant and interactive structure it facilitates users to make quick decisions based upon their roles. What makes a data visualization even more powerful is its ability to process data in real time allowing immediacy in making a decision. On contrary to batch or event-driven visualization real-time analytics is the state of the art tool for any individual or organisation who must take tactical or operational decisions on the fly.

With support for more than 20 different basic and advanced visualizations, the users can view the data from various dimensions whether it be for distribution analytics, relationship analytics or comparison analytics. The Flair BI visualization library is completely open source, allowing any data enthusiasts to use it to create their own custom Business Intelligence tool or simply use the visualizations in their personal projects.

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 NameConfig Property NameDescriptionDefault ValuePossible Values
Show X AxisshowXaxisBoolean that says if x axis should be shownTRUETrueFalse
Show Y AxisshowYaxisBoolean that says if y axis should be shownTRUETrueFalse
X Axis ColourxAxisColorColour of X axis#676a6c
Y Axis ColouryAxisColorColour of Y axis#676a6c
Show X Axis LabelshowXaxisLabelBoolean that says if x axis label should be shownTRUETrueFalse
Show Y Axis LabelshowYaxisLabelBoolean that says if y axis label should be shownTRUETrueFalse
Show LegendshowLegendBoolean that says if legend should be shownTRUETrueFalse
Legend positionlegendPositionLegend position with sidesTopTopbottomleftright
Show GridshowGridBoolean to Show Grid or notTRUETrueFalse
StackedstackedBoolean that says if chart is stackedTRUETrueFalse

Charts

CLUSTERED_VERTICAL_BAR_CHART

  • Attributes

TypeRequiredOptional
Dimensions10
Measures14
  • Configuration Properties

    • Dimensions

      Property NameConfig Property NameDescriptionDefault ValuePossible Values
      Display namedisplayNameA Display nameDisplayname
* ####  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

TypeRequiredOptional
Dimensions10
Measures14
  • Configuration Properties

    • Dimensions

      Property NameConfig Property NameDescriptionDefault ValuePossible Values
      Display namedisplayNameA Display nameDisplayname
* ####  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_HORIZONTAL_BAR_CHART

  • Attributes

TypeRequiredOptional
Dimensions10
Measures14
  • Configuration Properties

    • Dimensions

      Property NameConfig Property NameDescriptionDefault ValuePossible Values
      Display namedisplayNameA Display nameDisplayname
* ####  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

TypeRequiredOptional
Dimensions10
Measures14
  • Configuration Properties

    • Dimensions

      Property NameConfig Property NameDescriptionDefault ValuePossible Values
      Display namedisplayNameA Display nameDisplayname
* ####  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

TypeRequiredOptional
Dimensions10
Measures14
  • Configuration Properties

    • Dimensions

      Property NameConfig Property NameDescriptionDefault ValuePossible Values
      Display namedisplayNameA Display nameDisplayname
* ####  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

TypeRequiredOptional
Dimensions10
Measures14
  • Configuration Properties

    • Dimensions

      Property NameConfig Property NameDescriptionDefault ValuePossible Values
      Display namedisplayNameA Display nameDisplayname
* ####  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

TypeRequiredOptional
Dimensions10
Measures10
  • Configuration Properties

    • Viz Properties

      Property NameConfig Property NameDescriptionDefault ValuePossible Values
      Show value asvalueAsshow labels as option in piece lableLabelLabel/Percentage/Value
      Value as ArcvalueAsArcBoolean that says value on the segment should be in arc or notTRUEtrue/false
      Value positionvaluePositionPosition of value outside or inside pie segmentBorderBorder/Outside

DOUGHNUT_CHART

  • Attributes

TypeRequiredOptional
Dimensions10
Measures10
  • Configuration Properties

    • Viz Properties

      Property NameConfig Property NameDescriptionDefault ValuePossible Values
      Show value asvalueAsshow labels as option in piece lableLabelLabel/Percentage/Value
      Value as ArcvalueAsArcBoolean that says value on the segment should be in arc or notTRUEtrue/false
      Value positionvaluePositionPosition of value outside or inside pie segmentBorderBorder/Outside
    • Dimensions

      Property NameConfig Property NameDescriptionDefault ValuePossible Values
      Display namedimensionDisplayNameA Display name for DimensionDisplayname
      Display namemeasureDisplayNameA Display name for MeasureDisplayname
      Font stylefontStyleStyle of fontsNormalNormal/Italique/Oblique
      Font weightfontWeightWeight of fontsNormalNormal/Bold/100-900
      Text colourfontColorThe text colour#617c8c
      Font sizefontSizeSize of fonts9

GAUGE_CHART

  • Attributes

TypeRequiredOptional
Dimensions00
Measures20
  • Configuration Properties

    • Viz Properties

      Property NameConfig Property NameDescriptionDefault ValuePossible Values
      Gauge TypegaugeTypeType of gaugesHalf CircleHalf Circle/Radial
    • Dimensions

      Property NameConfig Property NameDescriptionDefault ValuePossible Values
      Value on PointstargetShowValuesShow value on points for Target MeasureFALSETrueFalse
      Display nametargetDisplayNameA Display name for Target MeasureDisplayname
      Font styletargetFontStyleStyle of fonts for Target MeasureNormalNormal/Italique/Oblique
      Font weighttargetFontWeightWeight of fonts for Target MeasureNormalNormal/Bold/100-900
      Number formattargetNumberFormatPossible number formats for Target MeasureActualK,M,B,Actual
      Text colourtargetTextColorThe text colour for Target Measure#617c8c
      Display colourtargetDisplayColorAn display colour for Target Measurenull
      Value on PointsshowValuesShow value on pointsFALSETrueFalse
      Display namedisplayNameA Display name for MeasureDisplayname
      Font stylefontStyleStyle of fontsNormalNormal/Italique/Oblique
      Font weightfontWeightWeight of fontsNormalNormal/Bold/100-900
      Number formatnumberFormatPossible number formatsActualK,M,B,Actual
      Text colourtextColorThe text colour#617c8c
      Display colourdisplayColorAn display colournull
      Enable Gradient ColorisGradientEnable Gradient Color for Source MeasureFALSETrueFalse

TABLE

  • Attributes

TypeRequiredOptional
Dimensions19
Measures19
  • 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            |

PIVOTTABLE

  • Attributes

TypeRequiredOptional
Dimensions14
Measures19
  • 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

TypeRequiredOptional
Dimensions11
Measures11
  • 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

TypeRequiredOptional
Dimensions11
Measures10
  • 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

TypeRequiredOptional
Dimensions11
Measures10
  • 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

TypeRequiredOptional
Dimensions10
Measures50
  • 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        |     |

BOXPLOT_CHART

  • Attributes

TypeRequiredOptional
Dimensions10
Measures20
  • 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

TypeRequiredOptional
Dimensions23
Measures10
  • 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

TypeRequiredOptional
Dimensions10
Measures21
  • Configuration Properties

    • Dimensions

      Property NameConfig Property NameDescriptionDefault ValuePossible Values
      Display namedisplayNameA Display nameDisplayname
* ####  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             |                       |
    
    
1.0.2

5 years ago