ni-webcharts
Advanced tools
Comparing version 9.11.2 to 10.0.0
@@ -820,5 +820,4 @@ # Webcharts Reference | ||
**markers** (string) - the color gradient used to map values to colorScaleAxis. | ||
Default: ''. | ||
**markers** (string) - the color gradient used to map values to colorScaleAxis. 'Markers' values must be in order from | ||
lowest to highest. Default: ''. | ||
TODO: document the gradient format | ||
@@ -831,5 +830,9 @@ | ||
**minimum** (number) - the minimum axis value. Default: 0 | ||
**minimum** (number) - the minimum axis value. Setting this to any value other than 'undefined' will update the first | ||
'markers' value to match and update the inner 'markers' values to maintain their relative value with | ||
the new range. Default: 0 | ||
**maximum** (number) - the maximum axis value. Default: 1 | ||
**maximum** (number) - the maximum axis value. Setting this to any value other than 'undefined' will update the last | ||
'markers' value to match and update the inner 'markers' values to maintain their relative value with | ||
the new range. Default: 1 | ||
@@ -836,0 +839,0 @@ |
@@ -61,5 +61,4 @@ ## ni-color-scale | ||
**markers** (string) - the color gradient used to map values to colorScaleAxis. | ||
Default: ''. | ||
**markers** (string) - the color gradient used to map values to colorScaleAxis. 'Markers' values must be in order from | ||
lowest to highest. Default: ''. | ||
TODO: document the gradient format | ||
@@ -72,4 +71,8 @@ | ||
**minimum** (number) - the minimum axis value. Default: 0 | ||
**minimum** (number) - the minimum axis value. Setting this to any value other than 'undefined' will update the first | ||
'markers' value to match and update the inner 'markers' values to maintain their relative value with | ||
the new range. Default: 0 | ||
**maximum** (number) - the maximum axis value. Default: 1 | ||
**maximum** (number) - the maximum axis value. Setting this to any value other than 'undefined' will update the last | ||
'markers' value to match and update the inner 'markers' values to maintain their relative value with | ||
the new range. Default: 1 |
{ | ||
"name": "ni-webcharts", | ||
"version": "9.11.2", | ||
"version": "10.0.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
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
1505017
1678