chart2music
Advanced tools
Comparing version 1.6.2 to 1.7.0
@@ -125,2 +125,3 @@ interface AudioEngine { | ||
private _groups; | ||
private _visible_group_indices; | ||
private _data; | ||
@@ -148,2 +149,3 @@ private _groupIndex; | ||
private _availableActions; | ||
private _silent; | ||
constructor(input: SonifyTypes); | ||
@@ -155,2 +157,3 @@ private _initializeActionMap; | ||
setData(data: SonifyTypes["data"], axes?: SonifyTypes["axes"], pointIndex?: number, groupName?: string): void; | ||
setCategoryVisibility(name: string, state: boolean): string; | ||
getCurrent(): { | ||
@@ -157,0 +160,0 @@ group: string; |
{ | ||
"name": "chart2music", | ||
"version": "1.6.2", | ||
"version": "1.7.0", | ||
"main": "dist/index.js", | ||
@@ -50,3 +50,3 @@ "module": "dist/index.mjs", | ||
"@types/jest": "^29.2.1", | ||
"@typescript-eslint/eslint-plugin": "5.48.1", | ||
"@typescript-eslint/eslint-plugin": "5.48.2", | ||
"@typescript-eslint/parser": "5.48.2", | ||
@@ -57,3 +57,3 @@ "concurrently": "7.6.0", | ||
"eslint-config-prettier": "8.6.0", | ||
"eslint-plugin-jsdoc": "39.6.4", | ||
"eslint-plugin-jsdoc": "39.6.7", | ||
"http-server": "14.1.1", | ||
@@ -65,3 +65,3 @@ "husky": "8.0.3", | ||
"prettier": "2.8.3", | ||
"rimraf": "4.0.7", | ||
"rimraf": "4.1.1", | ||
"rollup": "2.79.1", | ||
@@ -68,0 +68,0 @@ "rollup-plugin-dts": "4.2.3", |
@@ -65,3 +65,3 @@ # Chart2Music | ||
* [with D3.js](https://codepen.io/chart2music/full/gOezOaY) | ||
- [with ChartIQ](https://jsfiddle.net/chart2music/34bw2eqm/81/) | ||
* [with ChartIQ](https://jsfiddle.net/chart2music/34bw2eqm/81/) | ||
* [with HighCharts](https://codepen.io/chart2music/full/QWmZrKj) | ||
@@ -68,0 +68,0 @@ * [with Recharts](https://codepen.io/chart2music/full/eYrrRam) |
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
157651
3666