@openremote/or-chart 1.3.0-snapshot.20250117163129 → 1.3.0-snapshot.20250117163435
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/component.stories.js +130 -0
- package/dist/umd/index.orbundle.js +3 -3
- package/package.json +9 -9
- package/README.md +0 -31
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openremote/or-chart",
|
|
3
|
-
"version": "1.3.0-snapshot.
|
|
3
|
+
"version": "1.3.0-snapshot.20250117163435",
|
|
4
4
|
"description": "OpenRemote chart",
|
|
5
5
|
"main": "dist/umd/index.bundle.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -18,13 +18,13 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@material/data-table": "^9.0.0",
|
|
20
20
|
"@material/dialog": "^9.0.0",
|
|
21
|
-
"@openremote/core": "1.3.0-snapshot.
|
|
22
|
-
"@openremote/or-asset-tree": "1.3.0-snapshot.
|
|
23
|
-
"@openremote/or-attribute-picker": "1.3.0-snapshot.
|
|
24
|
-
"@openremote/or-components": "1.3.0-snapshot.
|
|
25
|
-
"@openremote/or-icon": "1.3.0-snapshot.
|
|
26
|
-
"@openremote/or-mwc-components": "1.3.0-snapshot.
|
|
27
|
-
"@openremote/or-translate": "1.3.0-snapshot.
|
|
21
|
+
"@openremote/core": "1.3.0-snapshot.20250117163435",
|
|
22
|
+
"@openremote/or-asset-tree": "1.3.0-snapshot.20250117163435",
|
|
23
|
+
"@openremote/or-attribute-picker": "1.3.0-snapshot.20250117163435",
|
|
24
|
+
"@openremote/or-components": "1.3.0-snapshot.20250117163435",
|
|
25
|
+
"@openremote/or-icon": "1.3.0-snapshot.20250117163435",
|
|
26
|
+
"@openremote/or-mwc-components": "1.3.0-snapshot.20250117163435",
|
|
27
|
+
"@openremote/or-translate": "1.3.0-snapshot.20250117163435",
|
|
28
28
|
"chart.js": "^3.6.0",
|
|
29
29
|
"chartjs-adapter-moment": "^1.0.0",
|
|
30
30
|
"chartjs-plugin-annotation": "^1.1.0",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"moment": "^2.29.4"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@openremote/util": "1.3.0-snapshot.
|
|
36
|
+
"@openremote/util": "1.3.0-snapshot.20250117163435",
|
|
37
37
|
"@types/chart.js": "^2.9.34",
|
|
38
38
|
"@types/offscreencanvas": "^2019.6.4"
|
|
39
39
|
},
|
package/README.md
DELETED
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
# @openremote/or-chart \<or-attribute-history\>
|
|
2
|
-
[![NPM Version][npm-image]][npm-url]
|
|
3
|
-
[![Linux Build][travis-image]][travis-url]
|
|
4
|
-
[![Test Coverage][coveralls-image]][coveralls-url]
|
|
5
|
-
|
|
6
|
-
Web Component for displaying chart values.
|
|
7
|
-
|
|
8
|
-
## Install
|
|
9
|
-
```bash
|
|
10
|
-
npm i @openremote/or-chart
|
|
11
|
-
yarn add @openremote/or-chart
|
|
12
|
-
```
|
|
13
|
-
|
|
14
|
-
## Usage
|
|
15
|
-
For a full list of properties, methods and options refer to the TypeDoc generated [documentation]().
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
## Supported Browsers
|
|
19
|
-
The last 2 versions of all modern browsers are supported, including Chrome, Safari, Opera, Firefox, Edge. In addition,
|
|
20
|
-
Internet Explorer 11 is also supported.
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
## License
|
|
24
|
-
[GNU AGPL](https://www.gnu.org/licenses/agpl-3.0.en.html)
|
|
25
|
-
|
|
26
|
-
[npm-image]: https://img.shields.io/npm/v/live-xxx.svg
|
|
27
|
-
[npm-url]: https://npmjs.org/package/@openremote/or-chart
|
|
28
|
-
[travis-image]: https://img.shields.io/travis/live-js/live-xxx/master.svg
|
|
29
|
-
[travis-url]: https://travis-ci.org/live-js/live-xxx
|
|
30
|
-
[coveralls-image]: https://img.shields.io/coveralls/live-js/live-xxx/master.svg
|
|
31
|
-
[coveralls-url]: https://coveralls.io/r/live-js/live-xxx?branch=master
|