chart2music
Advanced tools
Comparing version 1.4.0 to 1.5.0
@@ -23,3 +23,8 @@ interface AudioEngine { | ||
} | ||
declare type SupportedDataPointType = SimpleDataPoint | AlternateAxisDataPoint | HighLowDataPoint | OHLCDataPoint; | ||
interface BoxDataPoint extends HighLowDataPoint { | ||
q1: number; | ||
q3: number; | ||
median: number; | ||
} | ||
declare type SupportedDataPointType = SimpleDataPoint | AlternateAxisDataPoint | HighLowDataPoint | OHLCDataPoint | BoxDataPoint; | ||
@@ -73,3 +78,4 @@ declare type ExpandedKeyRegistration = { | ||
CANDLESTICK = "candlestick", | ||
HISTOGRAM = "histogram" | ||
HISTOGRAM = "histogram", | ||
BOX = "box" | ||
} | ||
@@ -76,0 +82,0 @@ declare type c2mCallbackType = { |
{ | ||
"name": "chart2music", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"main": "dist/index.js", | ||
@@ -40,3 +40,3 @@ "module": "dist/index.mjs", | ||
"docs-serve": "docusaurus serve", | ||
"start": "concurrently \"rollup -c rollup.config.js -w\" \"http-server .\" \"jest -o\"", | ||
"start": "concurrently \"rollup -c rollup.config.js -w\" \"http-server .\"", | ||
"lint": "eslint src/ --ext .ts --fix", | ||
@@ -55,6 +55,6 @@ "lint-staged": "lint-staged", | ||
"@types/jest": "28.1.6", | ||
"@typescript-eslint/eslint-plugin": "5.37.0", | ||
"@typescript-eslint/parser": "5.37.0", | ||
"@typescript-eslint/eslint-plugin": "5.40.0", | ||
"@typescript-eslint/parser": "5.40.0", | ||
"concurrently": "7.4.0", | ||
"eslint": "8.23.1", | ||
"eslint": "8.25.0", | ||
"eslint-config-prettier": "8.5.0", | ||
@@ -65,3 +65,3 @@ "eslint-plugin-jsdoc": "39.3.6", | ||
"jest": "28.1.3", | ||
"jest-environment-jsdom": "29.0.3", | ||
"jest-environment-jsdom": "29.2.0", | ||
"lint-staged": "13.0.3", | ||
@@ -72,3 +72,3 @@ "prettier": "2.7.1", | ||
"rimraf": "3.0.2", | ||
"rollup": "2.79.0", | ||
"rollup": "2.79.1", | ||
"rollup-plugin-delete": "2.0.0", | ||
@@ -78,8 +78,9 @@ "rollup-plugin-dts": "4.2.2", | ||
"tslib": "2.4.0", | ||
"typescript": "4.8.3" | ||
"typescript": "4.8.4" | ||
}, | ||
"overrides": { | ||
"got": "^11.8.5", | ||
"trim": "^0.0.3" | ||
"trim": "^0.0.3", | ||
"minimatch": "^3.0.5" | ||
} | ||
} |
@@ -61,7 +61,9 @@ # Chart2Music | ||
* [Bar-line plot](https://codepen.io/chart2music/full/QWmdpOJ). | ||
* [Candlestick](https://codepen.io/chart2music/full/rNvqBYL). | ||
You can also find examples of integrations with other visualization libraries: | ||
* [with Chart.js](https://codepen.io/chart2music/pen/YzaVxPK) | ||
* [with Chart.js](https://codepen.io/chart2music/full/YzaVxPK) | ||
* [with D3.js](https://codepen.io/chart2music/full/gOezOaY) | ||
* [with HighCharts](https://codepen.io/chart2music/full/QWmZrKj) | ||
* [with Recharts](https://codepen.io/chart2music/full/eYrrRam) | ||
* [with Google Charts](https://codepen.io/chart2music/full/abYGoBJ) | ||
@@ -72,3 +74,4 @@ * [with AnyChart](https://codepen.io/chart2music/full/abYGoME) | ||
* [with Plotly.js](https://codepen.io/chart2music/full/BarrXYr) | ||
* [with Vega-Lite](https://codepen.io/chart2music/pen/jOzpyME) | ||
* [with AM Charts](https://codepen.io/chart2music/full/MWGGZPe) | ||
* [with Vega-Lite](https://codepen.io/chart2music/full/jOzpyME) | ||
* [with Morris.js](https://codepen.io/chart2music/full/abYGobm) | ||
@@ -75,0 +78,0 @@ * [with Frappe](https://codepen.io/chart2music/full/QWmrWWE) |
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
78
140112
6
3299