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

ni-webcharts

Package Overview
Dependencies
Maintainers
5
Versions
225
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ni-webcharts - npm Package Compare versions

Comparing version 7.2.1 to 7.3.0

78

docs/API.md

@@ -416,3 +416,3 @@ # Webcharts Reference

**buffer-size** (number) - the size of the chart history buffer
**buffer-size** (number) - the size of the chart history buffer

@@ -429,4 +429,4 @@ **value** - the default value to initialize the history buffer with

### ni-chart methods

@@ -488,3 +488,3 @@

**label** (string) - the name of the axis. Default: ''
**label** (string) - the name of the axis. Default: ''

@@ -496,3 +496,3 @@ **axis-position** (string) - the position of the axis. Default: 'left'

**show-label** (boolean) - if true the axis label will be visible.
Default: false
Default: false

@@ -600,3 +600,3 @@ **minimum** (number) - the minimum axis value. Default: 0

For 'axis' panning can be done only when the mouse/touch is over the axis,
while for 'plot', the panning is done only if the entire plot is panned.
while for 'plot', the panning is done only if the entire plot is panned.

@@ -610,3 +610,3 @@ **reserve-space** (boolean) - if true the axis will reserve label-width

For 'axis' zooming can be done only when the mouse/touch is over the axis,
while for 'plot', the zooming is done only if the entire plot is zommed.
while for 'plot', the zooming is done only if the entire plot is zommed.

@@ -651,10 +651,10 @@

**label** (string) - the name of the color scale. Default: ''
**label** (string) - the name of the color scale. Default: ''
**show** (boolean) - if true the color scale will be visible. Default: false
**show** (boolean) - if true the color scale will be visible. Default: false
**show-label** (boolean) - if true the color scale label will be visible. Default: false
**show-label** (boolean) - if true the color scale label will be visible. Default: false
**axis-position** (string) - the position of the color scale. Default: 'right'.
Accepted values: *'left'*, *'right'*
Accepted values: *'left'*, *'right'*

@@ -678,3 +678,3 @@ **show-tick-labels** (string) - which of the tick labels are visible.

Default: ''.
TODO: document the gradient format
TODO: document the gradient format

@@ -710,7 +710,7 @@ **auto-scale** (string) - if 'exact' the color gradient will strech to adapt to the

### ni-cartesian-plot properties
### ni-cartesian-plot properties
**show** (boolean) - if true the plot will be shown. Default: false
**show** (boolean) - if true the plot will be shown. Default: false
**label** (string) - the name of the plot. Default: ''
**label** (string) - the name of the plot. Default: ''

@@ -726,6 +726,6 @@ **xaxis** (string) - the X axis that this plot will use. Default: ''.

**enable-hover** (boolean) - if true, when the mouse hovers close to a point on the plot
or a tap on a point is done, a tooltip with the point value will be shown
or a tap on a point is done, a tooltip with the point value will be shown
**enable-click** (boolean) - if true, when there is a click or tap near or on a point,
a plotclick event will be fired
a plotclick event will be fired

@@ -749,3 +749,3 @@ **hover-format** (string/function) - specifies the format of the text shown in the tooltip.

### ni-cartesian-plot-renderer properties
### ni-cartesian-plot-renderer properties

@@ -756,4 +756,4 @@ **line-stroke** (string) - the color of the line drawn. Default: 'auto'.

will be automatically assigned to the plot.
**line-width** (number) - the width of the line. Use 1 for maximum

@@ -765,4 +765,4 @@ performance as thicker lines can be slower, depending on the browser and

Accepted values: *'solid'*, *'dot'*, *'mediumdash'*, *'dashdot'* and *'largedash'*
**area-fill** (string) - the color of the area fill drawn under/over

@@ -773,4 +773,4 @@ the line. Default: ''.

will be automatically assigned to the fill.
**area-base-line** (string) - determines the direction the area fill.

@@ -788,17 +788,17 @@ Default: 'zero'. Accepted values:

is passed a color will be automatically assigned to the bars.
**bar-width** (number) - the width of the bars drawn. Default: 0.75.
This value is relative to the minimum distance between points for the plot.
**absolute-bar-width** (boolean) - if true, the value of barWidth is considered
to be in units of the x-axis. Default: false.
**orientation** (string) - if displaying bars, this decides the orientation of the bars
Accepted values: 'vertical' and 'horizontal'. Default: 'vertical'.
if 'horizontal' x and y data values must be transposed.
**bar-base-line** (string) - determines the direction the bar fill.

@@ -816,4 +816,4 @@ Default: 'zero'. Accepted values:

is passed a color will be automatically assigned to the points.
**point-size** (number) - the size of the points drawn. Default: 5.

@@ -824,7 +824,9 @@

'triangle', 'cross'
**fill-points** (boolean) - if true, plot points will be filled with the point color.
**fill-opacity** (number) - determines the fill opacity for bars, points, and area plots. Default: 0.6.
## ni-cursor

@@ -875,4 +877,4 @@

between points when modiffying position. Default: false
**xaxis** (string) - the X axis that this cursor will use when snap-to-plot is undefined.

@@ -962,3 +964,3 @@ Default: ''. Accepted values: an axis-ref. In case an xaxis with the specified axis-ref

**axisIndex** (number) - the axis index on the requested orientation. Default: 0.
This property is deprecated. Use axis instead. ni-webcharts may remove this property in the future.
This property is deprecated. Use axis instead. ni-webcharts may remove this property in the future.

@@ -971,3 +973,3 @@ **label** (string) - the label of the axis handle. Default: ''

Accepted values: an axis-ref. See the [axis-ref property](https://github.com/ni-kismet/webcharts/blob/master/docs/API.md#ni-cartesian-axis-properties) in ni-cartesian-axis. In case an axis with the specified axis-ref
is not found the first axis is used
is not found the first axis is used

@@ -1016,14 +1018,14 @@

## ni-cartesian-graph module
## ni-cartesian-graph module
**ni-type** - the data type of the values being written to the
value property or setData() method
value property or setData() method
## ni-cartesian-graph module
## ni-cartesian-graph module
**ni-type** - the data type of the values being pushed to the history buffer.
**ni-type** - the data type of the values being pushed to the history buffer.
## ni-intensity-graph module
## ni-intensity-graph module
**ni-type** - for now this is not used
**ni-type** - for now this is not used

@@ -1103,3 +1105,3 @@

a new history buffer with the specified capacity (default: 1024) and width (default: 1).
The data type is set to unkown.
The data type is set to unkown.

@@ -1113,4 +1115,4 @@ **setNItype(niType)** - sets the data type of the values being pushed.

* array of clusters of numerics
**pushTypedData(value)** - pushes a new value to the history buffer
**pushTypedData(value)** - pushes a new value to the history buffer
{
"name": "ni-webcharts",
"version": "7.2.1",
"version": "7.3.0",
"description": "webcharts graph, chart, intensity graphs, plots and axes",

@@ -5,0 +5,0 @@ "main": "./dist/es5-minified/webcharts.min.js",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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