@nebula.js/sn-line-chart
Advanced tools
Comparing version 1.9.1 to 1.10.0
@@ -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
1850909
8230