New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@nebula.js/sn-line-chart

Package Overview
Dependencies
Maintainers
14
Versions
232
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.9.1 to 1.10.0

2

api-specifications/plugins.json

@@ -6,3 +6,3 @@ {

"description": "Line chart plugins API definitions",
"version": "1.9.1",
"version": "1.10.0",
"license": "MIT",

@@ -9,0 +9,0 @@ "stability": "experimental",

@@ -6,3 +6,3 @@ {

"description": "Line chart generic object definition",
"version": "1.9.1",
"version": "1.10.0",
"license": "MIT",

@@ -751,2 +751,7 @@ "stability": "experimental",

},
"chart": {
"description": "The chart object is used to define the chart displayed by the custom tooltip.",
"defaultValue": "undefined",
"type": "#/definitions/MasterVisualizationChart"
},
"description": {

@@ -1314,2 +1319,36 @@ "description": "Custom tooltip description.",

},
"MasterVisualizationChart": {
"description": "Chart component information structure.",
"kind": "object",
"entries": {
"style": {
"description": "Object containing the styles of the chart such as 'size'",
"type": "#/definitions/MasterVisualizationChartStyle"
},
"object": {
"description": "Object containing the information fo the visualization, such as refId in case of master visualization",
"type": "#/definitions/MasterVisualizationChartObject"
}
}
},
"MasterVisualizationChartObject": {
"description": "Chart component information structure.",
"kind": "object",
"entries": {
"refId": {
"description": "Input field containing the qExtendsId of the visualization, where qExtendsId is the unique id of the master visualization",
"type": "string"
}
}
},
"MasterVisualizationChartStyle": {
"description": "Chart component information structure.",
"kind": "object",
"entries": {
"size": {
"description": "Input type as 'small' or 'medium' or 'large'",
"type": "string"
}
}
},
"MeasureProperties": {

@@ -1316,0 +1355,0 @@ "description": "Extends `NxMeasure`, see Engine API: `NxMeasure`.",

{
"name": "@nebula.js/sn-line-chart",
"version": "1.9.1",
"version": "1.10.0",
"description": "Line 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

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