tilesfx

A JavaFX library containing tiles that can be used for dashboards.

APACHE-2.0 License

Stars
1.4K

Bot releases are visible (Hide)

tilesfx - 11.26

Published by HanSolo almost 5 years ago

Features

  • Added method check against lower threshold
  • Fire events in case of lower threshold was exceeded or underrun
  • Units that contain "/" e.g. m/s will be splitted into 2 lines
  • Added a node based RadarNodeChart incl. a new RadarNodeChartTileSkin

Fixes

  • Fix for issue #84
  • Several fixes in RadarChart and RadarChartTileSkin
tilesfx - 11.25

Published by HanSolo almost 5 years ago

Features

  • upgraded to gradle 5.6.3

Fixes

  • Optimized the time span text in SparkLineTileskin and TimlineTileSkin
tilesfx - 11.24

Published by HanSolo almost 5 years ago

Features

  • Merged pull request #59

Fixes

  • Fixed issue #83
tilesfx - 11.23

Published by HanSolo almost 5 years ago

Features

Fixes

  • Fixed problem with setting minValue and maxValue in Tile
tilesfx - 11.22

Published by HanSolo almost 5 years ago

Features

  • More cosmetics related to TimelineTileSkin

Fixes

tilesfx - 11.21

Published by HanSolo almost 5 years ago

Features

  • Changes in TimelineTileSkin to keep the ChartData in the range given by maxTimePeriod

Fixes

tilesfx - 11.20

Published by HanSolo almost 5 years ago

Features

  • Changed average calculation in TimelineTileSkin

Fixes

tilesfx - 11.19

Published by HanSolo almost 5 years ago

Features

  • Added automatic time ticklines in TimeLineTileSkin

Fixes

tilesfx - 11.18

Published by HanSolo almost 5 years ago

Features

Fixes

  • Removed automatic handling of notify region in TimelineTileSkin
  • Hide section values and average if the fontsize is too small in TimelineTileSkin
tilesfx - 11.17

Published by HanSolo almost 5 years ago

Features

Fixes

  • Fixed issue with 2 lined units in TimelineTileSkin
tilesfx - 11.16

Published by HanSolo almost 5 years ago

Features

  • Added support for switching on/off datapoints in the TimelineTileSkin
  • Minor adjustments related to jpro compatibility

Fixes

  • Fix for issue #70
tilesfx - 11.15

Published by HanSolo about 5 years ago

Features

  • Added a method to re-init ui parameters of skins
  • Added property for lowerThresholdVisible
  • Replaced Canvas in SmoothAreaChartTileSkin with Nodes

Fixes

  • Fix for issue #81
  • Fixed minor issue in ChartData class
tilesfx - 11.14

Published by HanSolo about 5 years ago

Features

  • Added a timoutMs property to tile
  • More improvements to TimelineTileSkin
  • caching of userAgentStyleSheet String

Fixes

tilesfx - 11.13

Published by HanSolo about 5 years ago

Features

  • Added an SVGPath property to be able to add a button that can be pressed in the ClusterMonitorTileSkin

Fixes

tilesfx - 11.12

Published by HanSolo about 5 years ago

Features

  • Added a compressed mode for the ClusterMonitorTileSkin that will be used when the tile height is smaller than 100px

Fixes

tilesfx - 11.11

Published by HanSolo about 5 years ago

Features

  • Added the ClusterMonitorTileSkin

Fixes

  • Fixed bug when BarChartItemName was not updating when setName() was called (thanks to Oswald Kaipainen)
tilesfx - 11.10

Published by HanSolo about 5 years ago

Features

  • Added min- and maxValue to the ChartData (needed for Pi cluster monitoring)

Fixes

tilesfx - 11.9

Published by HanSolo about 5 years ago

Features

  • Added a format string property to the ChartData (needed for Pi cluster monitoring)

Fixes

tilesfx - 11.8

Published by HanSolo about 5 years ago

Features

Fixes

  • Fixed some ui glitches in SparkLineTileSkin and TimelineTileSkin
tilesfx - 11.7

Published by HanSolo about 5 years ago

Features

  • Added a first prototype of a trend indicator to the TimelineTileSkin
  • Made the averaging work in the TimelineTileSkin

Fixes

  • Fixed some ui glitches