Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@nebula.js/sn-bar-chart

Package Overview
Dependencies
Maintainers
15
Versions
227
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nebula.js/sn-bar-chart - npm Package Compare versions

Comparing version 1.32.3 to 1.33.0

9

api-specifications/api.md

@@ -30,3 +30,3 @@ # API Reference

- [.useMeasureGradient](#properties.color.useMeasureGradient) : <code>boolean</code>
- [.components](#properties.components) : [<code>Array.&lt;Bar&gt;</code>](#Bar)
- [.components](#properties.components) : [<code>Array.&lt;Component&gt;</code>](#Component)
- [.dataPoint](#properties.dataPoint) : <code>object</code>

@@ -366,3 +366,3 @@ - [.showLabels](#properties.dataPoint.showLabels) : <code>boolean</code>

### properties.components : [<code>Array.&lt;Bar&gt;</code>](#Bar)
### properties.components : [<code>Array.&lt;Component&gt;</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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc