@nebula.js/sn-bar-chart
Advanced tools
Comparing version 1.32.3 to 1.33.0
@@ -30,3 +30,3 @@ # API Reference | ||
- [.useMeasureGradient](#properties.color.useMeasureGradient) : <code>boolean</code> | ||
- [.components](#properties.components) : [<code>Array.<Bar></code>](#Bar) | ||
- [.components](#properties.components) : [<code>Array.<Component></code>](#Component) | ||
- [.dataPoint](#properties.dataPoint) : <code>object</code> | ||
@@ -366,3 +366,3 @@ - [.showLabels](#properties.dataPoint.showLabels) : <code>boolean</code> | ||
### properties.components : [<code>Array.<Bar></code>](#Bar) | ||
### properties.components : [<code>Array.<Component></code>](#Component) | ||
@@ -837,2 +837,7 @@ Styling of chart components. | ||
<a name="Component"></a> | ||
## Component : [<code>Bar</code>](#Bar) \| [<code>Label</code>](#Label) \| [<code>Axis</code>](#Axis) \| [<code>Legend</code>](#Legend) | ||
**Kind**: global typedef | ||
<a name="AttributeExpressionProperties"></a> | ||
@@ -839,0 +844,0 @@ |
@@ -6,3 +6,3 @@ { | ||
"description": "Bar chart plugins API definitions", | ||
"version": "1.32.3", | ||
"version": "1.33.0", | ||
"license": "MIT", | ||
@@ -9,0 +9,0 @@ "stability": "experimental", |
@@ -6,3 +6,3 @@ { | ||
"description": "Bar chart generic object definition", | ||
"version": "1.32.3", | ||
"version": "1.33.0", | ||
"license": "MIT", | ||
@@ -221,3 +221,3 @@ "stability": "stable", | ||
"items": { | ||
"type": "#/definitions/Bar" | ||
"type": "#/definitions/Component" | ||
} | ||
@@ -795,2 +795,25 @@ }, | ||
}, | ||
"Axis": { | ||
"kind": "object", | ||
"entries": { | ||
"axis": { | ||
"type": "#/definitions/AxisStyling" | ||
}, | ||
"key": { | ||
"description": "This should be set to `\"axis\"` (Determines which component the settings apply to).", | ||
"type": "string" | ||
} | ||
} | ||
}, | ||
"AxisStyling": { | ||
"kind": "object", | ||
"entries": { | ||
"label": { | ||
"type": "#/definitions/LabelNameStyling" | ||
}, | ||
"title": { | ||
"type": "#/definitions/FontStyling" | ||
} | ||
} | ||
}, | ||
"Bar": { | ||
@@ -912,2 +935,22 @@ "kind": "object", | ||
}, | ||
"Component": { | ||
"kind": "alias", | ||
"items": { | ||
"kind": "union", | ||
"items": [ | ||
{ | ||
"type": "#/definitions/Bar" | ||
}, | ||
{ | ||
"type": "#/definitions/Label" | ||
}, | ||
{ | ||
"type": "#/definitions/Axis" | ||
}, | ||
{ | ||
"type": "#/definitions/Legend" | ||
} | ||
] | ||
} | ||
}, | ||
"CustomTooltipAttributes": { | ||
@@ -1103,2 +1146,16 @@ "description": "Extends `NxAttrExprDef`, see Engine API: `NxAttrExprDef`.", | ||
}, | ||
"FontStyling": { | ||
"kind": "object", | ||
"entries": { | ||
"color": { | ||
"type": "#/definitions/paletteColor" | ||
}, | ||
"fontFamily": { | ||
"type": "string" | ||
}, | ||
"fontSize": { | ||
"type": "string" | ||
} | ||
} | ||
}, | ||
"ImageComponent": { | ||
@@ -1223,2 +1280,53 @@ "description": "Image component information structure.", | ||
}, | ||
"Label": { | ||
"kind": "object", | ||
"entries": { | ||
"key": { | ||
"description": "This should be set to `\"label\"` (Determines which component the settings apply to).", | ||
"type": "string" | ||
}, | ||
"label": { | ||
"type": "#/definitions/LabelValueStyling" | ||
} | ||
} | ||
}, | ||
"LabelNameStyling": { | ||
"kind": "object", | ||
"entries": { | ||
"name": { | ||
"type": "#/definitions/FontStyling" | ||
} | ||
} | ||
}, | ||
"LabelValueStyling": { | ||
"kind": "object", | ||
"entries": { | ||
"value": { | ||
"type": "#/definitions/FontStyling" | ||
} | ||
} | ||
}, | ||
"Legend": { | ||
"kind": "object", | ||
"entries": { | ||
"key": { | ||
"description": "This should be set to `\"legend\"` (Determines which component the settings apply to).", | ||
"type": "string" | ||
}, | ||
"legend": { | ||
"type": "#/definitions/LegendStyling" | ||
} | ||
} | ||
}, | ||
"LegendStyling": { | ||
"kind": "object", | ||
"entries": { | ||
"label": { | ||
"type": "#/definitions/LabelNameStyling" | ||
}, | ||
"title": { | ||
"type": "#/definitions/FontStyling" | ||
} | ||
} | ||
}, | ||
"MasterVisualizationChart": { | ||
@@ -1225,0 +1333,0 @@ "description": "Chart component information structure.", |
{ | ||
"name": "@nebula.js/sn-bar-chart", | ||
"version": "1.32.3", | ||
"version": "1.33.0", | ||
"description": "Bar chart supernova", | ||
@@ -5,0 +5,0 @@ "author": "QlikTech International AB", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3662267
15447