11 Commits

Author SHA1 Message Date
Jonathan Gross
33c65aaf1b fix: do not "uppercase" unit title of digital gauges
unit titles are automatically changed to uppercase. That is an issue when the unit is a greek letter. e.g. for the measure of a conductivity, the unit is µS/cm. Capitalizing it makes it MS/CM, which does not have the same meaning. Additionally, I don't understand the benefit of capitalizing this by default.
2021-05-18 10:45:08 +02:00
Igor Kulikov
d31358b2ea Update license header - set 2021 year 2021-01-11 13:42:16 +02:00
Vladyslav_Prykhodko
c4fd3cb5ac Fixed show ticks and start donut angle for gauge; Refactoring 2020-08-31 13:42:33 +03:00
ArtemHalushko
42c52bfdba
Map/3.0 (#2535)
* add base map infrastructure

* add leaflet css

* add tencent map

* add google maps support

* added image map support

* refactor schemes

* here maps support && WIP on markers

* add simple marker suppor

* data update & polyline support

* map bouds support

* add some settings support

* add map provider select to settings

* labels support

* WIP on trip animation widget

* WIP on history control and route interpolation

* trip-animation map provider & custom markers

* comleted track marker & history controls

* add license headers

* label fix & tooltips support

* WIP on polygons

* marker dropping support

* add polygon support

* add label to trip animation

* WIP on tooltips

* lint anf typed leaflet AddMarker

* some typing and poly improvements

* add typing

* add marker creation

* update proxy

* save position fix

Co-authored-by: Artem Halushko <ahalushko@thingboards.io>
Co-authored-by: Adsumus <artemtv42@gmail.com>
2020-03-20 16:57:35 +02:00
Vladyslav
adc7194669
[3.0] Add support ticks to digital gauge (#2508)
* Add support ticks to digital gauge

* Add link code
2020-03-20 16:22:10 +02:00
Vladyslav
ee07ddb876 Fix create color range 2020-03-05 13:33:12 +02:00
Vladyslav
4e16675ea4
Add change gauge color (#2480) 2020-03-04 10:11:24 +02:00
Igor Kulikov
3e2a87135f Prepare for merge with master 2020-02-20 10:26:43 +02:00
Igor Kulikov
f56161efc5 Minor refactoring 2020-02-18 18:26:14 +02:00
Igor Kulikov
9e1fe1e1c3 Implement control widgets. 2020-02-17 17:26:26 +02:00
Igor Kulikov
9eec8c0b8c Implement Digital Gauges 2020-02-13 18:38:11 +02:00