Skip to content

Commit

Permalink
Add AnnotationPlugin2 based on 11.1.4 (#18)
Browse files Browse the repository at this point in the history
* Add AnnotationPlugin2

* Restore Custom Scales feature

* Fix lint errors

* Restore Pinned Points feature

* Restore selected variable for new annotation feature

* Fix scene dashboard refresh

* Update version

* Updates

* Remove unused code

* Revert "Remove unused code"

This reverts commit 125d5fd.

* Remove unused code

* Fix annotation tags in scene dashboard

* Update docker-compose.yml

---------

Co-authored-by: Mikhail Volkov <[email protected]>
  • Loading branch information
asimonok and mikhail-vl authored Oct 30, 2024
1 parent 9b326bd commit e7067a1
Show file tree
Hide file tree
Showing 54 changed files with 8,369 additions and 1,800 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.6.0 (2024-10-30)

### Features / Enhancements

- Added AnnotationPlugin2 based on 11.1.4 (#18)

## 1.5.0 (2024-10-21)

### Features / Enhancements
Expand Down
4 changes: 1 addition & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
version: '3.4'

services:
grafana:
image: ghcr.io/volkovlabs/app:latest
image: grafana/grafana:11.1.0
ports:
- 3000:3000/tcp
environment:
Expand Down
168 changes: 148 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e7067a1

Please sign in to comment.